summaryrefslogtreecommitdiff
path: root/sw/inc/textboxhelper.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-18sw: fix some IWYU warningsMiklos Vajna1-2/+13
2018-02-22sw: clang-format textboxhelperMiklos Vajna1-7/+14
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-1/+0
2017-12-19Get rid of a dynamic_castTor Lillqvist1-2/+0
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-08-07Indentation fixesMiklos Vajna1-4/+4
2017-08-03loplugin:constparams in sw part2Noel Grandin1-4/+4
2017-05-26RTF filter: use 'using' instead of 'typedef'Miklos Vajna1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann1-0/+2
2016-08-29Indentation fixesMiklos Vajna1-1/+1
2016-08-29loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-08-29Remove now unused SwTextBoxHelper functionsJan-Marek Glogowski1-13/+0
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-0/+10
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-5/+18
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-1/+1
2016-04-01tdf#99004 SwAnchoredObjectPosition: handle textboxes when determining surroundMiklos Vajna1-0/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-25/+25
2014-11-28SwAnchoredObjectPosition::_GetHoriAlignmentValues: fix position of textboxesMiklos Vajna1-0/+2
2014-11-20fdo#85554 SwXShape: fix getting ZOrder property when doc contains TextBoxesMiklos Vajna1-0/+3
2014-10-31Add a SwTextBoxHelper::findTextBoxes() variant that takes an SwNodeMiklos Vajna1-0/+8
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna1-3/+3
2014-08-15SwTextBoxHelper::findTextBox: take a const SwFrmFmtMiklos Vajna1-1/+1
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna1-4/+3
2014-06-24Add SwTextBoxHelper::findShapesMiklos Vajna1-0/+2
2014-06-19SwDoc::SetFlyFrmAttr: sync position between draw shape and its textboxMiklos Vajna1-0/+4
2014-06-13SwXShape: add ChainName UNO propertyMiklos Vajna1-0/+2
2014-06-13SwDoc::CopyFlyInFlyImpl: factor out textbox code into SwTextBoxHelperMiklos Vajna1-0/+17
2014-06-06SwTextBoxHelper::findTextBox: add an UNO versionMiklos Vajna1-1/+5
2014-05-30SwTextBoxHelper: handle size when it's set before CustomShapeGeometryMiklos Vajna1-0/+4
2014-05-29SwTextBoxHelper::syncProperty(): no need to pass the property nameMiklos Vajna1-1/+1
2014-05-29SwTextBoxHelper::create(): initialize positionMiklos Vajna1-2/+2
2014-05-28SwTextBoxHelper: extract getTextRectangle() from syncProperty()Miklos Vajna1-0/+3
2014-05-27let SwTextBoxHelper::findTextBoxes() take a const SwDocMiklos Vajna1-1/+1
2014-05-27SwXDrawPage::getByIndex(): ignore textboxesMiklos Vajna1-0/+3
2014-05-27SwXDrawPage::getCount(): ignore textboxesMiklos Vajna1-0/+9
2014-05-27SwXShape: return the right XText implementaation in the TextBox caseMiklos Vajna1-2/+2
2014-05-27SwXShape: allow setting TextBox property to falseMiklos Vajna1-0/+2
2014-05-27SwXShape: new bool TextBox propertyMiklos Vajna1-0/+2
2014-05-27Initial SwTextBoxHelperMiklos Vajna1-0/+37