summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Restore ReplacementGraphicURL for setting, no API changeTomaž Vajngerl2-5/+23
2018-04-29Avoid OUString temporaries and bail out earlyMatteo Casalin1-17/+11
2018-04-28[API CHANGE] deprecate and revert GraphicURL prop. NumberingLevelTomaž Vajngerl1-1/+28
2018-04-27restore and deprecate FillBitmapURLTomaž Vajngerl1-0/+1
2018-04-26convert tabopts to scoped enumNoel Grandin1-1/+1
2018-04-20loplugin:constantparamNoel Grandin2-4/+4
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-20/+18
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin1-30/+0
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen2-2/+0
2018-04-16sw: prefix members of WriterMiklos Vajna1-6/+6
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+2
2018-04-11new loplugin:unusedvariablemoreNoel Grandin2-8/+1
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu1-3/+11
2018-04-07Avoid -fsanitize=nullStephan Bergmann1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-05sw: fix some IWYU warningsMiklos Vajna6-0/+6
2018-04-04tdf#116789 sw: fix caching of the SwXCell UNO wrapperMiklos Vajna1-1/+1
2018-04-04tdf#58407 Inserted images are now called Figure by default in captionNickson Thanda1-1/+3
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-04-01SwXTextRange::Impl: use WriterMultiListenerBjoern Michaelsen1-33/+27
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-04-01SwXDocumentIndexMark::Impl: use WriterMultiListenerBjoern Michaelsen1-44/+47
2018-03-21sw: fix some IWYU warningsMiklos Vajna2-0/+2
2018-03-19coverity#1430056 Dereference null return valueCaolán McNamara1-12/+6
2018-03-19use sw::WriterMultiListener instead of SwDepend in SwEndNoteInfoBjoern Michaelsen1-22/+2
2018-03-11use sw::WriterMultiListener instead of SwDepend in SwXTextPortionBjoern Michaelsen1-22/+19
2018-03-09completely remove MID_GRAFURL, replace with MID_BITMAPTomaž Vajngerl3-20/+5
2018-03-09remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl5-31/+1
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl2-109/+24
2018-03-07use more Color in swNoel Grandin1-1/+1
2018-03-07Revert "tdf#115432 footnote separator position remain in the left side"Noel Grandin1-2/+1
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl2-24/+25
2018-03-07MID_GRAPHIC as alternative to set graphic to the SvxBrushItemTomaž Vajngerl3-1/+11
2018-03-05tdf#107035 Fix field character style DOCX importLuke Deller1-0/+4
2018-02-28Fix some IWYU warningsMiklos Vajna3-1/+4
2018-02-27tdf#115432 footnote separator position remain in the left sideNoel Grandin1-1/+2
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-02-27drop old tools/gen.hxx methods in swNoel Grandin1-1/+2
2018-02-26sw: add props. BackGraphic as replacement for BackGraphicURLTomaž Vajngerl3-4/+20
2018-02-25remove "FillBitmapURL" propertyTomaž Vajngerl1-1/+0
2018-02-25fix import of graphic bulletsTomaž Vajngerl1-5/+6
2018-02-22sw: remove "ReplacementGraphicURL" related thingsTomaž Vajngerl2-58/+5
2018-02-22Replace "ReplacementGraphicURL" with "ReplacementGraphic" propertyTomaž Vajngerl2-0/+22
2018-02-21loplugin:changetoolsgen in swNoel Grandin2-3/+3
2018-02-21RGB_Color method is unnecessaryNoel Grandin1-2/+2
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-3/+0
2018-02-15sw: replace DELETEZ with unique_ptr in SwXFrameMichael Stahl1-6/+3
2018-02-15Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-14ofz#6321 Direct-leakCaolán McNamara1-75/+75