summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)Author
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12editeng: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30Added class SvxBackgroundColorItemmatteocam
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam
2014-06-30Put text filling in SvxFontmatteocam
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam
2014-06-10coverity#735422 Logically dead codeCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05coverity#705153 Missing break in switch, surely this is not intentionalCaolán McNamara
2014-05-26coverity#705152 Missing break in switchCaolán McNamara
2014-05-26coverity#705151 Missing break in switchCaolán McNamara
2014-05-26coverity#705150 Missing break in switchCaolán McNamara
2014-05-23coverity#707758 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#984086 Uninitialized scalar fieldCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-11coverity#984086 Uninitialized scalar fieldCaolán McNamara
2014-05-11coverity#707758 Uninitialized scalar fieldCaolán McNamara
2014-05-11coverity#1019408 Uninitialized scalar fieldCaolán McNamara
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-21remove some more bloatThomas Arnhold
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-16coverity#735422 Logically dead codeCaolán McNamara
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
2014-03-31use SAL_N_ELEMENTSCaolán McNamara
2014-03-31Presentation string for recently-added border typesLuke Deller
2014-03-31.doc support for recently-added border line typesLuke Deller
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann