summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2020-10-13sdext: fix use-after-free on global AccessibleFocusManagerMichael Stahl1-2/+13
2020-10-06loplugin:const& make some params and methods constNoel1-2/+2
2020-10-04loplugin:reducevarscope in sdextNoel6-12/+8
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-3/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann10-47/+27
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin4-13/+0
2020-09-08Remove some unused const variablesStephan Bergmann2-12/+0
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-29Fix typo in codeAndrea Gelmini2-4/+4
2020-08-29Directly use OUStringBuffer::indexOfStephan Bergmann2-2/+2
2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann1-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann7-25/+25
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann1-3/+3
2020-08-21Fix typo in codeAndrea Gelmini1-1/+1
2020-08-18remove dead codeNoel Grandin1-35/+10
2020-08-16tdf#135342: filter list must include extensionsMike Kaganski1-3/+5
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin9-42/+42
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara2-13/+3
2020-08-11loplugin:flattenNoel Grandin2-89/+90
2020-08-08Presenter console new vertical separatorSrijan Bhatia1-3/+7
2020-08-07Fix typos to complete commit cfce486Andrea Gelmini1-1/+1
2020-07-20loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2020-07-17sdext/minimizer: create instances with uno constructorsNoel Grandin5-69/+10
2020-07-16sdext/pdfimport: create instances with uno constructorsNoel Grandin5-152/+58
2020-07-16sdext/presenter: create instances with uno constructorsNoel Grandin7-102/+41
2020-07-13tdf#90978 add gap between the exit button and the right edge of the toolbarSrijan Bhatia1-0/+3
2020-07-12update pchesCaolán McNamara1-8/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann12-34/+34
2020-06-29loplugin:constantparamNoel Grandin1-6/+4
2020-06-28tdf#128964 fix shifting of icons when the pause/resume button changesSrijan Bhatia1-4/+21
2020-06-27tdf#90978 add exit button to impress presenter consoleSrijan Bhatia3-0/+41
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-5/+2
2020-06-18tdf#131353: Fix build with poppler 0.86.0Martin Whitaker1-1/+3
2020-06-18tdf#128964 Add time pause/resume button to Impress Presenter consoleSrijan Bhatia5-10/+185
2020-06-05Upcoming loplugin:elidestringvar: sdextStephan Bergmann6-21/+10
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin16-46/+46
2020-06-03loplugin:simplifypointertobool improveNoel Grandin20-118/+117
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2-2/+2
2020-05-24remove some unused typedefsNoel Grandin1-1/+0
2020-05-10compact namespace in sdextNoel Grandin38-98/+89
2020-05-08improve loplugin:referencecastingNoel Grandin1-1/+1
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling1-0/+14
2020-04-26update pchesCaolán McNamara1-6/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-1/+2
2020-04-21return shared_ptr from createDocumentElementNoel Grandin1-4/+3
2020-04-21use weak_ptr properlyNoel Grandin1-3/+2
2020-04-15loplugin:buriedassign in scaddins..sdextNoel Grandin2-27/+37
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-3/+0