summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/textboxhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-14tdf#95775: Allow zero shape width/height; fix setting width/height relationMike Kaganski1-0/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-12sw: indentation fixesMiklos Vajna1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-96/+96
2015-05-13tdf#91260: allow textboxes extending beyond the page bottomLászló Németh1-0/+8
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-02-06coverity#1267636 Logically dead codeCaolán McNamara1-3/+6
2015-01-18SwTextBoxHelper::findTextBoxes: optimize unnecessary O(n^2)Miklos Vajna1-5/+26
2014-12-15Unused includesMiklos Vajna1-3/+0
2014-12-07fdo#42785 fix crashing again with this doc in 4-4 seriesCaolán McNamara1-1/+1
2014-11-28SwAnchoredObjectPosition::_GetHoriAlignmentValues: fix position of textboxesMiklos Vajna1-0/+9
2014-11-20fdo#85554 SwXShape: fix getting ZOrder property when doc contains TextBoxesMiklos Vajna1-0/+19
2014-11-09constLuboš Luňák1-1/+1
2014-11-09fix constness of SwFmtsBase::GetFmt()Luboš Luňák1-0/+1
2014-11-02SwTextBoxHelper::findTextBoxes: cleanupMiklos Vajna1-3/+2
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-6/+0
2014-10-31Add a SwTextBoxHelper::findTextBoxes() variant that takes an SwNodeMiklos Vajna1-0/+33
2014-10-04sw textboxes: reimplement ODF import/exportMiklos Vajna1-0/+1
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna1-1/+1
2014-08-25SwXServiceProvider::MakeInstance() requires a SwDocMichael Stahl1-1/+1
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl1-3/+9
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna1-5/+5
2014-08-15SwTextBoxHelper::findTextBox: take a const SwFrmFmtMiklos Vajna1-3/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-06-27SwTextBoxHelper::create: handle TextAutoGrowHeightMiklos Vajna1-0/+1
2014-06-26SwTextBoxHelper::syncProperty: handle TextAutoGrowHeightMiklos Vajna1-2/+12
2014-06-26SwTextBoxHelper::syncProperty: handle TextPreRotateAngleMiklos Vajna1-0/+24
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna1-6/+6
2014-06-25SwTextBoxHelper::syncProperty: handle RES_TEXT_VERT_ADJUSTMiklos Vajna1-1/+6
2014-06-24Add SwTextBoxHelper::findShapesMiklos Vajna1-0/+15
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-20SwDrawContact: recaclc textbox size on shape adjustment change as wellMiklos Vajna1-1/+1
2014-06-20SwDrawContact::Changed: sync position/size between draw shape and its textboxMiklos Vajna1-0/+29
2014-06-19SwDoc::SetFlyFrmAttr: sync position between draw shape and its textboxMiklos Vajna1-0/+50
2014-06-14sw, writerfilter: identation fixesMiklos Vajna1-10/+10
2014-06-13SwXShape: getter for ChainNext/PrevName UNO propertyMiklos Vajna1-2/+15
2014-06-13SwXShape: add ChainName UNO propertyMiklos Vajna1-0/+19
2014-06-13SwXShape: add ChainNext/PrevName UNO propertyMiklos Vajna1-0/+11
2014-06-13SwTextBoxHelper::syncProperty: handle FN_TEXT_RANGEMiklos Vajna1-0/+15
2014-06-13SwDoc::CopyFlyInFlyImpl: factor out textbox code into SwTextBoxHelperMiklos Vajna1-0/+43
2014-06-06SwTextBoxHelper::findTextBox: add an UNO versionMiklos Vajna1-0/+10
2014-06-06coverity#1219787 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-03SwTextBoxHelper::queryInterface: handle css::text::XTextRange as wellMiklos Vajna1-0/+4
2014-06-02coverity#1219786 Dereference after null checkCaolán McNamara1-1/+1
2014-06-02SwTextBoxHelper: take care of position after a CustomShapeGeometry changeMiklos Vajna1-0/+11
2014-05-30SwTextBoxHelper: handle size when it's set before CustomShapeGeometryMiklos Vajna1-0/+18