summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfly.cxx
AgeCommit message (Expand)Author
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin
2015-02-21Use range-for loopMatteo Casalin
2015-02-11OSL_ENSURE->assert when followed by unconditional dereferenceCaolán McNamara
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara
2014-12-25sal_uInt16 to size_tMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-14loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-04prevent memory leakMarkus Mohrhard
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna
2014-06-19SwDoc::SetFlyFrmAttr: sync position between draw shape and its textboxMiklos Vajna
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner
2014-05-27fdo#79236: sw: Undo of changing style crashes on invalid item (-1)Michael Stahl
2014-05-27SwXFrames::getByIndex: ignore textboxesMiklos Vajna
2014-05-27SwXFrames::getCount: ignore TextFrames, which are TextBoxesMiklos Vajna
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-16sal_Bool to boolMatteo Casalin
2014-03-15coverity#982477 Dereference after null checkCaolán McNamara
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin
2013-10-22Bin useless swmod commentsTor Lillqvist
2013-10-15convert sw/inc/doc.hxx from String to OUStringNoel Grandin
2013-10-02CID#983198 fully fix potential memory leakCaolán McNamara
2013-10-02whitespace work in sw/source/core/doc/Philipp Riemer
2013-08-25String to OUStringMatteo Casalin
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet
2013-05-15Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/YCaolán McNamara
2013-05-08sw: convert some usage of Point::X/Y to Point::set/getX/YMiklos Vajna
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer
2013-02-19coverity#983198 Resource leakNorbert Thiebaud
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-10-24sal_Bool to boolTakeshi Abe
2012-10-22sal_Bool to boolTakeshi Abe