summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-09-01Fix '..'Andrea Gelmini2-2/+2
2019-09-01Fix typosAndrea Gelmini1-1/+1
2019-08-31drop unused SvLBoxFontStringCaolán McNamara1-45/+0
2019-08-31drop some unnecessary includesCaolán McNamara1-5/+1
2019-08-31hyperlabel.hxx can be a private header nowCaolán McNamara1-73/+0
2019-08-31no need to include hyperlabel.hxxCaolán McNamara1-1/+1
2019-08-31drop some unnecessary includesCaolán McNamara2-13/+32
2019-08-31drop newly unused OFileURLControlCaolán McNamara2-52/+1
2019-08-31[API CHANGE] remove MacroMigrationWizardCaolán McNamara1-45/+0
2019-08-31Fix typo in codeAndrea Gelmini1-1/+1
2019-08-31throbber.hxx only used by vcl and toolkit nowCaolán McNamara1-0/+0
2019-08-31roadmap.hxx only used by vcl and toolkit nowCaolán McNamara1-0/+0
2019-08-30weld addressbook wizardCaolán McNamara2-5/+49
2019-08-30Blind fix for AndroidStephan Bergmann1-5/+2
2019-08-30Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann1-0/+7
2019-08-30fix PolyPolygon move operator=Noel Grandin1-1/+2
2019-08-30loplugin:noexceptmove in AnyNoel Grandin2-5/+5
2019-08-30new loplugin:noexceptmoveNoel Grandin26-44/+44
2019-08-30tdf#126959 impress table border resize handle supportTomaž Vajngerl2-2/+7
2019-08-29LOK: per-view support for isMobile()Muhammet Kara1-2/+2
2019-08-29lok: Add isMobile() methodMuhammet Kara1-0/+6
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-0/+1
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann1-12/+0
2019-08-28INetURLObject FSysStyle ctor is unused nowStephan Bergmann1-15/+0
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen2-4/+0
2019-08-28GtkWidget for the priority of extension under Extension Tab.Sumit Chauhan2-2/+52
2019-08-27Fix signature of basicide_macro_organizerStephan Bergmann1-1/+1
2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin2-4/+0
2019-08-27use SdrCircKind enum more widelyNoel Grandin1-8/+11
2019-08-27loplugin:constmethod in sfx2Noel Grandin19-42/+42
2019-08-27Use a direct way to get at the temp dirStephan Bergmann1-0/+4
2019-08-27SmartArt edit UI: change plain text widget to tree viewGrzegorz Araminowicz1-0/+9
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt1-3/+4
2019-08-27Move ImageMap related functions to svxSamuel Mehrbrodt1-0/+55
2019-08-27tdf#49482: Searching in the Basic IDE: showing found lineAndreas Heinisch1-0/+3
2019-08-27-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2019-08-26lok: change table border position param. from new pos. to offsetTomaž Vajngerl2-2/+3
2019-08-26Make temp strings localizable in AutoRedactDialogMuhammet Kara1-0/+29
2019-08-26loplugin:unusedmethodsNoel Grandin11-60/+0
2019-08-26loplugin:unusedenumconstantsNoel Grandin1-12/+3
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin3-26/+9
2019-08-26Introduce Sequence::size() instead of specialization of std::sizeMike Kaganski1-10/+10
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin2-2/+2
2019-08-26vcl lok: fix UB when lok notifier is deleted before its windowMiklos Vajna1-1/+1
2019-08-26Generalize comphelper::concatSequences to accept other container typesMike Kaganski2-4/+13
2019-08-25sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian1-0/+1
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky2-2/+2
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky3-6/+7
2019-08-25pdfium: Import PDF with unloaded images.Ashod Nakashian1-1/+11
2019-08-25pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky1-0/+5