summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-17loplugin:unusedmethodsNoel Grandin2-29/+0
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin2-2/+4
2018-11-16tdf#99122 Send as email: prefer ooxml formatsSamuel Mehrbrodt1-6/+3
2018-11-15Resolves: tdf#121415 font tab page has no nameCaolán McNamara2-1/+6
2018-11-15loplugin:staticmethods in sfx2Noel Grandin4-8/+8
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen3-0/+3
2018-11-14Add unit test for reading ODF signed signaturelineSamuel Mehrbrodt2-3/+3
2018-11-13loplugin:singlevalfields in sfx2Noel Grandin5-29/+17
2018-11-13Use shared methods instead of duplicated codeSamuel Mehrbrodt1-38/+4
2018-11-10Fix whitespacesMatteo Casalin1-1/+2
2018-11-10Optimize OUStringsMatteo Casalin1-64/+27
2018-11-10Take advantage of already calculated indexMatteo Casalin1-2/+1
2018-11-10Use already available start index of substringMatteo Casalin1-4/+3
2018-11-10tdf#121288: ReplaceFile WinAPI doesn't play nicely with WebDAV mapped drivesMike Kaganski1-6/+9
2018-11-09Fix sd toolbar manager lock underflowsJan-Marek Glogowski1-0/+1
2018-11-09css::security::DocumentSignatureInformation::SignatureTime is 32 bitStephan Bergmann1-1/+1
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-5/+2
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-08tdf#120642 - GetInvoled updateheiko tietze1-9/+2
2018-11-08Convert FieldUnit to scoped enumMike Kaganski2-15/+20
2018-11-08loplugin:constantparamNoel Grandin1-3/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara9-15/+15
2018-11-07CppunitTest_sfx2_misc: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-16/+3
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin4-33/+19
2018-11-06lok: Notify about the current editing context.Jan Holesovsky2-0/+19
2018-11-06sfx2: add RecheckSignature to run signature verification againTomaž Vajngerl1-10/+13
2018-11-06-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2018-11-05Fix typosAndrea Gelmini1-1/+1
2018-11-05tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-3/+1
2018-11-05weld SwIndexMarkModalDlg clusterCaolán McNamara1-0/+1
2018-11-05tdf#120534 Make escape key focus to document from sidebarJim Raykowski1-0/+22
2018-11-05tdf#120473 Change sidebar panel content tab navigation behaviorJim Raykowski1-33/+1
2018-11-04tdf#120703 PVS: V547 Get rid of mutexes to initialize function-local staticsMike Kaganski1-32/+19
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara4-32/+273
2018-11-03Handle the case if no digital signature code is implemented (iOS, currently)Tor Lillqvist1-5/+12
2018-11-03tdf#116869 Fix unable to access sidebar tab bar using keyboardJim Raykowski1-2/+5
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann4-265/+30
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin3-4/+4
2018-11-01weld SwWordCountFloatDlgCaolán McNamara4-30/+265
2018-11-01tdf#49684 Don't focus on Navigator or Sidebar on showJim Raykowski2-1/+2
2018-11-01tdf#119631 Keyboard navigation: Skip hidden tabs in sidebar tab barJim Raykowski2-8/+28
2018-11-01revert accidental renameNoel Grandin1-9/+9
2018-11-01loplugin:useuniqueptr in SfxBindingsNoel Grandin1-19/+14
2018-11-01rename RemoveX->Remove in SfxUndoArrayNoel Grandin1-9/+9
2018-10-31replace StartExecuteModal with StartExecuteAsyncCaolán McNamara1-9/+0
2018-10-31tdf#119630 Fix lost focus in Sidebar menuJim Raykowski1-0/+2
2018-10-31loplugin:useuniqueptr in SfxSplitWindowNoel Grandin1-3/+2
2018-10-29tdf#120874 Don't show menubar in other windows when one is closedSamuel Mehrbrodt1-1/+34
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-32/+29