summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-03sw TextGraphicObject: handle XBitmap for GraphicURLMiklos Vajna1-0/+7
2018-09-03sw TextGraphicObject: fix GraphicURL handling in the descriptorMiklos Vajna1-0/+10
2018-08-31Fix syntaxJulien Nabet1-1/+1
2018-08-03forcepoint#67 null derefCaolán McNamara1-2/+4
2018-05-07[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl1-2/+9
2018-05-03[API CHANGE] revert and deprecate GraphicURL, modify Graphic prop.Tomaž Vajngerl1-8/+29
2018-05-02Restore ReplacementGraphicURL for setting, no API changeTomaž Vajngerl1-5/+22
2018-04-20loplugin:constantparamNoel Grandin1-2/+2
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin1-30/+0
2018-03-09completely remove MID_GRAFURL, replace with MID_BITMAPTomaž Vajngerl1-14/+3
2018-03-09remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl1-9/+1
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl1-108/+24
2018-03-07MID_GRAPHIC as alternative to set graphic to the SvxBrushItemTomaž Vajngerl1-1/+8
2018-02-27drop old tools/gen.hxx methods in swNoel Grandin1-1/+2
2018-02-22sw: remove "ReplacementGraphicURL" related thingsTomaž Vajngerl1-56/+5
2018-02-22Replace "ReplacementGraphicURL" with "ReplacementGraphic" propertyTomaž Vajngerl1-0/+21
2018-02-21RGB_Color method is unnecessaryNoel Grandin1-2/+2
2018-02-15sw: replace DELETEZ with unique_ptr in SwXFrameMichael Stahl1-6/+3
2018-02-01sw: convert DELETEZ to std::unique_ptr in SwXFrameMichael Stahl1-28/+29
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin1-7/+5
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-2/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-5/+5
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-17/+17
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin1-0/+1
2017-12-12TypeWhichId in swNoel Grandin1-1/+1
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-6/+6
2017-11-23An anonymous GraphicObject instance suffices hereStephan Bergmann1-2/+1
2017-11-23put GraphicObject on stack instead of heapStephan Bergmann1-2/+2
2017-11-23reduce scope of varStephan Bergmann1-2/+1
2017-11-23use std::unique_ptrStephan Bergmann1-14/+11
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-11-22Missing GraphicObject destruction, memory leakStephan Bergmann1-0/+1
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-2/+2
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-7/+4
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-2/+2
2017-10-31Drop bDelayed from SwNodes::MakeGrfNodeJan-Marek Glogowski1-2/+4
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-1/+1
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-1/+1
2017-10-27loplugin:constantparam in swNoel Grandin1-3/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-3/+3
2017-09-26loplugin:flatten in swNoel Grandin1-430/+423
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-15coverity#1415097 Uninitialized scalar fieldCaolán McNamara1-9/+8
2017-07-13tdf#108545 editable DOC/XLS embeddings inside DOCXSzymon Kłos1-1/+22
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+7
2017-07-13loplugin:oncevar: empty strings: swStephan Bergmann1-2/+1
2017-07-08tdf#108545 show an icon (DOCX inside DOCX)Szymon Kłos1-4/+14
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-9/+7