Tinderbox on Master for Windows – MSVC Analyzer - Build # 3596 - Still Failing:
Identified problems:
* VS compiler error: Visual studio complained about error C2220: the following warning is treated
as an error in file
E:/jenkins/workspace/lo_tb_master_win_analyze/sfx2/source/dialog/StyleList.cxx(539)
* Indication 1:
<https://ci.libreoffice.org//job/lo_tb_master_win_analyze/3596/consoleFull#1900825707cbd6b0d4-2729-45f4-a019-828721d0af3e>
Check console output at https://ci.libreoffice.org/job/lo_tb_master_win_analyze/3596/ to view the
results.
Changes for Build #3587
[Xisco Fauli] sc: Introduce EnterMatrixOperation, moving the code from ScDocFunc
[Xisco Fauli] sc: remove the need for setting operations as friends of ScDocFunc
[Xisco Fauli] sc: Introduce AutoFormatOperation, moving the code from ScDocFunc
[Xisco Fauli] sc: Implement sync of sheet views with delete cell operation
[Xisco Fauli] sc: Implement sync operations for set operations, logging
[Xisco Fauli] sc: introduce SortOrderInfo instead of multiple input params
[Xisco Fauli] sc: report what value differs when the sheet view test fails
[Xisco Fauli] sc: Add OverwriteContent to ScDocument
[Xisco Fauli] sc: Add column range to SortOrderInfo for unsort and resort
[Xisco Fauli] sc: Reapply sorting and filtering on sync, unsort address and mark
[Xisco Fauli] sc: Implement sync in DeleteContentOperation
[Xisco Fauli] sc: Syncing for SetNormalString operation
[Xisco Fauli] sc: Create operations to apply attributes that are in ScViewFunc
[Xisco Fauli] sc: Add sync for apply attribute operations
[Xisco Fauli] sc: Use "sc.op" for logging of operations
[Xisco Fauli] sc: Extract OperationType from SheetViewOperationsTester
[Xisco Fauli] sc: Sheet view sync - Code review fixes
[Xisco Fauli] sc: Move sync function to abstract Operation class
[Xisco Fauli] sc: Fix issues with Operation::convertMark
[Xisco Fauli] sc: Fix a crash because a sheet view can be null
[Xisco Fauli] sc: Use newly introduced methods in other test methods
[Xisco Fauli] sc: Add iterator that iterates through valid sheet views only
[Xisco Fauli] sc: Fix edit box not show any content in a sheet view
[Xisco Fauli] sc: Fix some more places where default sheet tab should be used
[Xisco Fauli] sc: aSortRange has a worng prefix - should be rSortRange
[Xisco Fauli] sc: add sheet view syncing to SortOperation
[Xisco Fauli] sc: Fix sheet view ComboBox updating in toolbar and online
[Xisco Fauli] sc: Fix cross-tab references when using OverwriteContent
[Xisco Fauli] sc: add test case for CopyTab similar to OverwriteContent
[Xisco Fauli] sc: Fix backward reference when copying a sheet
[Xisco Fauli] sc: Remove tab redirection inside ViewData
[Xisco Fauli] sc: Hide sheet views in the tab bar and make switching seamless
[Xisco Fauli] sc: Remove sheet view ID from the render state
[Xisco Fauli] sc: Send the hash of the default view tab in part info
[Xisco Fauli] sc: Remove code to move to the next / previous sheet view
[Xisco Fauli] sc: remove UNO command CurrentSheetView for SelectSheetView
[Xisco Fauli] sc: Add additional tests for issues previously found
[Xisco Fauli] sc: move TableContentCopier, comment, fix wrong return value
[Xisco Fauli] sc: fix warning in UndoInsertSheetView constructor
[Xisco Fauli] sc: Introduce MultipleOpsOperation, moving the code from ScDocFunc
[Xisco Fauli] sc: Introduce FillSimpleOperation, moving the code from ScDocFunc
[Xisco Fauli] sc: Introduce FillSeriesOperation, moving the code from ScDocFunc
[Xisco Fauli] sc: Add sheet view sync to ClearItemsOperation, test case
[Xisco Fauli] sc: Introduce FillAutoOperation, moving the code from ScDocFunc
[Xisco Fauli] sc: Add sheet view sync to EnterMatrixOperation, test case
Changes for Build #3588
[Michael Weghorn] svx: Drop unused StylesPreviewWindow_Base::STYLES_COUNT
[Michael Weghorn] svx: Drop commented code in
[Michael Weghorn] svx: Drop unused StylesPreviewToolBoxControl::m_xWeldBox
Changes for Build #3589
[Neil Roberts] svxacorr: Use lcl_IsInArr instead of chain of ch=='a'||ch=='b'...
[Michael Weghorn] tdf#130857 qt weld: Support sw print monitor dialog
[Michael Weghorn] ucb: Reduce local var scope in SortedResultSet::ResortNew
[Michael Weghorn] sw mailmerge: Make DBManagerOptions an enum class
Changes for Build #3590
[Julien Nabet] ubsan: blind fix of downcast runtime error
[Andreas Heinisch] tdf#109299 - Shrink to data area on document export
[Xisco Fauli] tdf#59121 sw: add regression test for bookmark undo/redo
[gerrit buildbot] Update git submodules
Changes for Build #3591
[Heiko Tietze] Add margins to Notebookbar
[Xisco Fauli] Add core-side unit test for Calc threaded comments
[Julien Nabet] tdf#172188: Crash when switching para direction in editeng
[Xisco Fauli] sc: add elements and parsing of namedSheetView*.xml files
[Xisco Fauli] sc: Create Sheet views in named sheet view OOXML Import
[Xisco Fauli] sc: Add OOXML export of sheet views to named sheet view structure
[Xisco Fauli] sc: Add AutoFormatOperation sync, check to run mechanism
Changes for Build #3592
[Xisco Fauli] Remove SwFilterOptions in favor of officecfg calls
[Xisco Fauli] Drop unused property ooO::Writer::FilterFlags::WinWord::WW1F
[Xisco Fauli] [API CHANGE] Drop unused property
[Xisco Fauli] [API CHANGE] Drop unused property
[Xisco Fauli] crashtesting: fix ScParameterClassification::GetExternalParameterType
[Michael Weghorn] sw mailmerge: Pass SwDBManager::MergeMailFiles shell param by ref
[Michael Weghorn] sw mailmerge: Pass SwDBManager::ImportFromConnection shell param by ref
[Michael Weghorn] sw mailmerge: Pass SwDBManager::ImportDBEntry shell param by ref
[nemeth] tdf#98598 tdf#172186 sw: fix Web View with transparent page
[Jonathan Clark] tdf#172081 Don't extend style:writing-mode-automatic DF to new paras
Changes for Build #3593
[Samuel Mehrbrodt] tdf#172153 pdfexport: ToC title should not be inside of ToC
[gerrit buildbot] Update git submodules
Changes for Build #3594
[Heiko Tietze] Resolves tdf#121174 - Module-specific theme colors
[Julien Nabet] sc: Add warning infobar when deletion breaks cell references
[Andreas Heinisch] tdf#82404 - Move active cell to A1 when whole sheet is selected
Changes for Build #3595
[raykowj] tdf#167949 Allow for independently toggling style filters
Changes for Build #3596
[Xisco Fauli] loplugin:unusedmethods
[Xisco Fauli] sc: fix warning C6011: Dereferencing NULL pointer 'pUndo'
[Xisco Fauli] Show infobar for calc graphics with remote content too
[Xisco Fauli] Removed unused bUpdateGrfLinks param from LinkManager::UpdateAllLinks
[Xisco Fauli] put writer numbering graphics under link control
[Xisco Fauli] put writer bg images under link control
[Xisco Fauli] add a fodt page background test
--
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.