summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Fixed build fail on MacOSX after f634ec5 .Valentin Kettner1-0/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-02coverity#705381 Mixing enum typesCaolán McNamara1-5/+35
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-40/+12
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-31SwFmtVertOrient: rename member variables missing their prefixesMiklos Vajna1-14/+14
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-51/+12
2014-05-23sw: try not to include sw/souce/core stuff from sw/source/filterMichael Stahl1-0/+25
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-05-17SwFmtCol: rename member variables missing their prefixesMiklos Vajna1-84/+84
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-1/+1
2014-05-07loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-05-07SwFmtCntnt::operator==: most probably bool was intended hereMiklos Vajna1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-52/+52
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-18/+18
2014-03-28-Werror,-Wunused-variableStephan Bergmann1-6/+0
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-9/+124
2014-03-07got to love the sal_Int32 as long/intCaolán McNamara1-2/+2
2014-03-07sw: add prefix to SwTextGridItem membersMichael Stahl1-64/+65
2014-03-07rhbz#1043551: sw: avoid division-by-0 in Text Grid painting codeMichael Stahl1-0/+12
2014-02-27Remove visual noise from swAlexander Wilms1-4/+1
2014-02-22SwFmtFrmSize: rename member variables missing their prefixesMiklos Vajna1-25/+25
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-15fdo#51304: Remove @author annotation in sw/source/corePhilipp Riemer1-4/+0
2014-02-15deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-17/+1
2014-02-15fix comment (referenced class was renamed)Philipp Riemer1-1/+1
2014-02-15(un)doxygen-ize comments in sw/source/core/layout/Philipp Riemer1-6/+6
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-22/+3
2014-02-12sw: replace #ifdef'd operator<<Michael Stahl1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-12SetCaptionFmt never called, so pCaptionFmt always NULLCaolán McNamara1-17/+0
2014-01-29swpagerelsize: add an eHeightPercentRelation member to SwFmtFrmSizeMiklos Vajna1-2/+14
2014-01-28bool improvementsStephan Bergmann1-7/+7
2014-01-28swpagerelsize: add an eWidthPercentRelation member to SwFmtFrmSizeMiklos Vajna1-1/+13
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-15/+15
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl1-1/+5
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+17
2013-11-17sal_Bool to boolTakeshi Abe1-7/+7
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-19/+17
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-22Bin useless swmod commentsTor Lillqvist1-2/+2
2013-10-22boost::optional default ctor uses boost::none alreadyMiklos Vajna1-1/+0
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-5/+15
2013-10-15convert sw/inc/frmfmt.hxx from String to OUStringNoel Grandin1-3/+4
2013-08-19String to OUString + whitespaces, log messagesMatteo Casalin1-14/+10