summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-22make OString(OStringLiteral) constructor constexprNoel Grandin1-21/+30
2021-04-22Fix typosAndrea Gelmini1-1/+1
2021-04-22pEntry argument can be constCaolán McNamara1-1/+1
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin2-0/+9
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-4/+4
2021-04-20rename DrawFocusRect to InvertFocusRectCaolán McNamara1-1/+1
2021-04-20drop unused get_hscroll_heightCaolán McNamara1-1/+0
2021-04-20make OUString(OUStringLiteral) constructor constexprNoel Grandin1-21/+31
2021-04-20reduce copy pasta with Color::GetLuminance()Luboš Luňák1-2/+2
2021-04-20tdf#122962 DOCX drawingML export: fix polygon shape in group shapeMiklos Vajna1-1/+1
2021-04-20lok: Pass object ord num in the uno commandmerttumer3-2/+15
2021-04-20Get Glue Points in the selection callbackmerttumer1-0/+1
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin3-5/+8
2021-04-19weld SmEditTextWindowCaolán McNamara1-0/+7
2021-04-19use more string_view in comphelper::stringNoel Grandin2-16/+16
2021-04-19use more string_view in OString APINoel Grandin2-5/+92
2021-04-19[API CHANGE] Do not call getaddrinfo if we just want the hostnameSamuel Mehrbrodt1-2/+1
2021-04-19notebookbar: minify for onlineSzymon Kłos1-2/+2
2021-04-17remove some cachingNoel Grandin1-7/+1
2021-04-17loplugin:constantparamNoel Grandin2-2/+2
2021-04-17tdf#141675 Incorrect position of shapeNoel Grandin1-2/+1
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski2-0/+12
2021-04-16tdf#131634 Don't redo actions created before text edit begins.Mark Hung1-0/+2
2021-04-16jsdialog: uitest: handle click for drawing areaSzymon Kłos2-6/+3
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin4-61/+71
2021-04-14loplugin:unusedmethodsNoel Grandin2-9/+0
2021-04-13flatten PropertyChangeNotifierNoel Grandin1-5/+14
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos1-1/+3
2021-04-12loplugin:unusedfieldsNoel Grandin2-3/+0
2021-04-12make SfxItemPropertySimpleEntry constructor explicitNoel Grandin1-1/+1
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-2/+2
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara1-1/+3
2021-04-12tdf#130326 flatten SfxItemPropertyMapNoel Grandin1-3/+4
2021-04-12tdf#125909 tdf#141298 sw: show (Hidden) Track Changes infobarLászló Németh2-0/+3
2021-04-12SfxItemPropertySimpleEntry constructor should take a referenceNoel Grandin1-6/+6
2021-04-12svx: prefix members of SdrObjectMiklos Vajna3-33/+33
2021-04-12drop unneeded includeCaolán McNamara1-1/+0
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara1-5/+3
2021-04-12vclxtopwindow.hxx and vclxcontainer.hxx can now be private headersCaolán McNamara3-152/+0
2021-04-12VCLXMultiPage can be in private headersCaolán McNamara1-810/+1
2021-04-12Resolves tdf#135896 - Add hyperlink to file locationHeiko Tietze1-1/+1
2021-04-10tdf#130326 related, speed up drawingNoel Grandin1-1/+2
2021-04-09remove vcl/waitobj.hxxCaolán McNamara2-54/+38
2021-04-09Avoid user interaction when determining recent documents' MIME typesStephan Bergmann1-1/+5
2021-04-09enable set_busy_cursor to stack up in the gtk version tooCaolán McNamara1-0/+6
2021-04-09expose what sizes are used for theseCaolán McNamara1-0/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen79-89/+57
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara1-1/+5
2021-04-08allow more trivial #if's for including headers in PCHsLuboš Luňák1-1/+3
2021-04-08move set/get Pointer to VCLUnoHelperCaolán McNamara1-3/+5