summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2020-10-13static_cast after dynamic_castNoel16-102/+67
2020-10-09Added optional parameter Enabled for uno:SpellOnlineMert Tumer1-1/+8
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin1-3/+3
2020-10-06Online: Copy hyperlink location. / Core side.gokaysatir1-1/+12
2020-10-06loplugin:const* make some params and methods constNoel14-18/+18
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara4-4/+4
2020-10-04sd: move Annotation to the header fileTomaž Vajngerl1-72/+2
2020-10-04remove css sub-namespaces and clean-up the codeTomaž Vajngerl1-84/+76
2020-09-30loplugin:reducevarscope in sdNoel23-53/+34
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-1/+1
2020-09-26Fix typoAndrea Gelmini1-1/+1
2020-09-26Typo HANDLE_PRINTHIDENPAGES -> HANDLE_PRINTHIDDENPAGES (sd/UnoDocumentSettings)Julien Nabet1-4/+4
2020-09-25tdf#64711 pointer deleted out from under std::shared_ptrCaolán McNamara5-17/+45
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara7-34/+34
2020-09-22tdf#132970 SMP bullets mangledCaolán McNamara1-1/+1
2020-09-18Resolves tdf#97918 - Individual UNO commands for distribution optionsHeiko Tietze2-5/+35
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann12-102/+104
2020-09-11tdf#118002 fix export to pptx with missing background property setCaolán McNamara1-1/+2
2020-09-11crashtesting: failed on export of tdf118002-1.potx to pptxCaolán McNamara2-4/+4
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin1-5/+5
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin3-71/+0
2020-09-07tdf#136474 wait until mouse grab is dropped to trigger selection callbackCaolán McNamara2-0/+18
2020-09-05LOK: allow slide switching in mobile even if it is same slidePranam Lashkari1-1/+3
2020-09-02SetCallHandlersOnInputDisabled unneeded if AlwaysDisableInput not usedCaolán McNamara1-1/+0
2020-09-02annotation label doesn't need to be an Edit, FixedText is enoughCaolán McNamara1-0/+1
2020-09-02loplugin:unusedmethodsNoel Grandin2-6/+0
2020-09-01Fix typoAndrea Gelmini2-2/+2
2020-09-01Fix typo in codeAndrea Gelmini1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini3-13/+13
2020-09-01Fix typo in codeAndrea Gelmini6-7/+7
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-31Fix typos in codeAndrea Gelmini4-5/+5
2020-08-31tdf#136276: fix physics animations faulty duplicationSarper Akdemir1-0/+1
2020-08-29sd: Make search bound to a view - to allow independent searchingTomaž Vajngerl8-57/+108
2020-08-29Fix typo in codeAndrea Gelmini1-1/+1
2020-08-29Fix typo in codeAndrea Gelmini1-3/+3
2020-08-29Assign aPageRange only once, after the loopStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann21-333/+338
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+1
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann13-73/+73
2020-08-23Fix typo in codeAndrea Gelmini1-1/+1
2020-08-23Fix typo in codeAndrea Gelmini1-3/+3
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-08-19vcl, sd: various small cleanupsMiklos Vajna1-3/+3
2020-08-18loplugin:unusedvarsglobalNoel Grandin3-6/+5
2020-08-18new loplugin:unusedvarsglobalNoel Grandin2-4/+0
2020-08-18annotation label doesn't need to be a MultiLine edit, FixedText is enoughCaolán McNamara3-10/+9
2020-08-17move vector graphic search to View, so it works in multiple viewsTomaž Vajngerl2-34/+31
2020-08-17Remove redundant Invalidate()Michael Meeks1-2/+0