summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfly.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-20loplugin: defaultparamsNoel Grandin1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-192/+192
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin1-13/+13
2015-02-21Use range-for loopMatteo Casalin1-3/+2
2015-02-11OSL_ENSURE->assert when followed by unconditional dereferenceCaolán McNamara1-2/+2
2015-02-11Related: tdf#70062 keep drawing anchor objects sortedCaolán McNamara1-1/+6
2014-12-25sal_uInt16 to size_tMatteo Casalin1-8/+8
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin1-22/+22
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-8/+8
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna1-2/+2
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna1-2/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-8/+9
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-5/+6
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-04prevent memory leakMarkus Mohrhard1-2/+2
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-2/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-7/+1
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna1-2/+2
2014-06-19SwDoc::SetFlyFrmAttr: sync position between draw shape and its textboxMiklos Vajna1-0/+2
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+2
2014-05-27fdo#79236: sw: Undo of changing style crashes on invalid item (-1)Michael Stahl1-0/+2
2014-05-27SwXFrames::getByIndex: ignore textboxesMiklos Vajna1-1/+10
2014-05-27SwXFrames::getCount: ignore TextFrames, which are TextBoxesMiklos Vajna1-1/+11
2014-04-30sw: sal_Bool->boolNoel Grandin1-2/+2
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-0/+69
2014-03-16sal_Bool to boolMatteo Casalin1-2/+2
2014-03-15coverity#982477 Dereference after null checkCaolán McNamara1-2/+1
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-7/+7
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-10-22Bin useless swmod commentsTor Lillqvist1-2/+2
2013-10-15convert sw/inc/doc.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-02CID#983198 fully fix potential memory leakCaolán McNamara1-6/+5
2013-10-02whitespace work in sw/source/core/doc/Philipp Riemer1-2/+0
2013-08-25String to OUStringMatteo Casalin1-2/+2
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer1-1/+0
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet1-4/+4
2013-05-15Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/YCaolán McNamara1-4/+4
2013-05-08sw: convert some usage of Point::X/Y to Point::set/getX/YMiklos Vajna1-4/+4
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer1-1/+1