summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-28Remove unnecessary braces.Kohei Yoshida1-21/+17
2019-08-27Fix typosAndrea Gelmini4-6/+6
2019-08-27Use lambda expression here instead of a function object.Kohei Yoshida1-12/+6
2019-08-27tdf#74045 Make ImageMaps in slideshow clickableSamuel Mehrbrodt5-7/+56
2019-08-27Fix signature of basicide_macro_organizerStephan Bergmann2-3/+3
2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin3-5/+1
2019-08-27Fix ASan heap-use-after-freeStephan Bergmann1-1/+1
2019-08-27Fix typo (translateToExternal vs. translateToInternal)Stephan Bergmann1-1/+1
2019-08-27Use getSystemPathFromFileURL() which is exactly what we need.Kohei Yoshida3-16/+9
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny8-67/+40
2019-08-27tdf#91843 sd sidebar: fix unexpected borders around the slide layout previewsMiklos Vajna1-1/+2
2019-08-27Return empty HarfBuzz font instead of nullptrKhaled Hosny1-1/+1
2019-08-27Let PrintFontManager::addFontFile directly take a file URLStephan Bergmann3-8/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin64-149/+209
2019-08-27use SdrCircKind enum more widelyNoel Grandin17-137/+121
2019-08-27sfx2: fix DISABLE_DYNLOADING buildMiklos Vajna1-2/+2
2019-08-27You can just check for nCheckPos being 0 for non-error condition.Kohei Yoshida1-9/+3
2019-08-27"HyperLinkURL" already is a URL hereStephan Bergmann1-7/+4
2019-08-27loplugin:constmethod in sfx2Noel Grandin53-123/+124
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann2-12/+16
2019-08-27Record patch as upstreamedStephan Bergmann1-0/+3
2019-08-27Use a direct way to get at the temp dirStephan Bergmann3-6/+11
2019-08-27SmartArt edit UI: change plain text widget to tree viewGrzegorz Araminowicz6-4/+58
2019-08-27Remove duplicated sc imagemap functionsSamuel Mehrbrodt12-145/+37
2019-08-27libabw, libvisio: follow main configure's --disable-dependency-trackingChristian Lohmaier2-0/+2
2019-08-27add Silesian (szl) language packChristian Lohmaier3-0/+8
2019-08-27CppunitTest_sd_import_tests: fix missing includeMiklos Vajna1-0/+1
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov19-590/+482
2019-08-27Use osl::FileBase::getSystemPathFromFileURLStephan Bergmann2-22/+49
2019-08-27Move ImageMap related functions to svxSamuel Mehrbrodt17-145/+174
2019-08-27tdf#49482: Searching in the Basic IDE: showing found lineAndreas Heinisch2-0/+22
2019-08-27-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2019-08-27Add .git-blame-ignore-revsSamuel Mehrbrodt1-0/+31
2019-08-27tdf#42949 Fix IWYU warnings in sd/qa/*cxxGabor Kelemen10-164/+3
2019-08-27tdf#107776 sw ODF shape import: make is-textbox check more strictMiklos Vajna3-1/+37
2019-08-27Proof-read and fixes of Tip of the day stringsHeiko Tietze1-32/+32
2019-08-27clang-format svx/source/svdraw/svdedxv.cxxSamuel Mehrbrodt2-938/+1069
2019-08-27Use get_value_or instead of value_orTomáš Chvátal1-1/+1
2019-08-27Fix old boost build for goodTomáš Chvátal3-3/+16
2019-08-27lok: use cell instead of text selection for tables in impressTomaž Vajngerl1-10/+1
2019-08-26Directly compare filesystem pathanmes in SvxJavaClassPathDlg::IsPathDuplicateStephan Bergmann1-5/+3
2019-08-26lok: change table border position param. from new pos. to offsetTomaž Vajngerl4-24/+25
2019-08-26Make temp strings localizable in AutoRedactDialogMuhammet Kara2-33/+69
2019-08-26fix impress crash in shape listenerNoel Grandin4-10/+17
2019-08-26loplugin:unusedmethodsNoel Grandin20-369/+256
2019-08-26tdf#127163: Add AutoRedactDoc command to the Tools menuMuhammet Kara3-2/+8
2019-08-26tdf#93998 toolkit: restore support for setting dialog background from shapeMiklos Vajna5-9/+61
2019-08-26loplugin:unusedenumconstantsNoel Grandin5-2221/+2256
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin22-94/+54
2019-08-26Introduce Sequence::size() instead of specialization of std::sizeMike Kaganski1-10/+10