summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-18osl::Mutex->std::mutex in EventAttacherImplNoel Grandin1-9/+11
2021-07-18osl::Mutex->std::mutex in NameContainerNoel Grandin1-8/+9
2021-07-18osl::Mutex->std::mutex in SequenceInputStreamServiceNoel Grandin1-10/+11
2021-07-18cid#1487495 Division or modulo by zeroCaolán McNamara1-0/+1
2021-07-18Fix typosAndrea Gelmini1-2/+2
2021-07-18binaryurp : use std::mutex in outgoingrequestsArnaud Versini2-7/+5
2021-07-18better to use a std::vector hereNoel Grandin1-1/+1
2021-07-18nlpsolver: DEPSAgent doesn't implement ILibEngineJulien Nabet1-1/+1
2021-07-18osl::Mutex->std::mutex in EnumerationNoel Grandin1-2/+3
2021-07-18Revert "Some lower objects coupling."Noel Grandin2-14/+23
2021-07-18osl::Mutex->std::mutex in ContentEnumerationNoel Grandin1-3/+4
2021-07-18osl::Mutex->std::mutex in CachedTextSearchNoel Grandin1-12/+10
2021-07-18osl::Mutex->std::mutex in ModeratorsActiveDataStreamerNoel Grandin1-3/+3
2021-07-17make calendar button small-button style so it fits in limited heightCaolán McNamara1-0/+3
2021-07-17Some lower objects coupling.Todor Balabanov2-23/+14
2021-07-17osl::Mutex->std::mutex in SequenceOutputStreamServiceNoel Grandin1-5/+6
2021-07-17osl::Mutex->std::mutex in ModeratorsActiveDataSinkNoel Grandin1-3/+4
2021-07-17osl::Mutex->std::mutex in PropertySetMixinImplNoel Grandin1-8/+8
2021-07-17Related: tdf#143357 set blank label for no dateCaolán McNamara1-2/+5
2021-07-17blind fix for ubsan div/0Noel Grandin1-1/+4
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini2-5/+4
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin4-22/+5
2021-07-17use WhichRangesContainer in swNoel Grandin29-190/+147
2021-07-17Revert "Notebookbar: skip early init in all apps"Szymon Kłos1-1/+2
2021-07-17Update git submodulesSteve Fanning1-0/+0
2021-07-17jsdialog: move list of enabled dialogs to separate fileSzymon Kłos4-49/+97
2021-07-17Update git submodulesOlivier Hallot1-0/+0
2021-07-17move BuildWhichTable and simplifyNoel Grandin4-65/+11
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin1-6/+6
2021-07-17sdremote: introduce early return to improve handleAcceptedConnectionAndrzej Hunt1-49/+51
2021-07-17sdremote: clean up now-unneeded "found" flagAndrzej Hunt1-8/+3
2021-07-17sdremote: avoid infinite loop if client disconnects during handshakeAndrzej Hunt2-54/+64
2021-07-17sdremote: remove commented out experimental checkAndrzej Hunt1-7/+0
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin5-3/+78
2021-07-17osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin1-24/+23
2021-07-17tdf#143400: fix query with most functions could not be created in GUIJulien Nabet1-4/+2
2021-07-17Bin useless commentTor Lillqvist1-3/+0
2021-07-16update creditsChristian Lohmaier1-2314/+2367
2021-07-16tdf#142923 Deleting comment in Writer leaves visual artifact behindNoel Grandin1-6/+6
2021-07-16Removed executable bits on source fileAndrea Gelmini1-0/+0
2021-07-16fix svl::detail::validRanges2(m_pWhichRanges) assert seen in dbaccessCaolán McNamara1-5/+5
2021-07-16Update git submodulesAndrea Gelmini1-0/+0
2021-07-16Removed executable bits on source fileAndrea Gelmini1-0/+0
2021-07-16Fix typosAndrea Gelmini5-5/+5
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl17-114/+353
2021-07-16avoid a map lookup on a hot pathNoel Grandin1-4/+4
2021-07-16Related: tdf#143357 explicitly set the default of focus-on-clickCaolán McNamara3-0/+3
2021-07-16crashtesting: UaF on layout of fdo53985-1.docxCaolán McNamara2-1/+58
2021-07-16Only change SwLayAction::m_bAgain via SetAgainCaolán McNamara4-8/+12
2021-07-16vcl: check mpWindowImpl for nullptr.Michael Meeks1-1/+2