summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin6-253/+253
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin4-34/+34
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin8-91/+91
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin3-10/+10
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2-38/+38
2014-09-26remove unnecessary casts'sNoel Grandin2-2/+2
2014-09-26remove unnecessary static_cast'sNoel Grandin2-7/+7
2014-09-25fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptxHeena Gupta2-1/+23
2014-09-24unused using-declarationsMatúš Kukan1-7/+0
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin5-8/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann5-14/+14
2014-09-10fdo#75757: remove inheritance to std::vectorTakeshi Abe3-54/+66
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann1-7/+7
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist1-3/+3
2014-08-18ErrorBox->MessageDialogCaolán McNamara2-4/+4
2014-08-17check TRG_HasMasterPage before TRG_GetMasterPageCaolán McNamara1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-5/+5
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-1/+1
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-4/+4
2014-08-03put ReadThroughComponent to anon. namespace to avoid redefinitionTomaž Vajngerl1-0/+5
2014-07-31Consistency around SdrMetricItemStephan Bergmann1-1/+1
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna2-3/+4
2014-07-06coverity#982181: Unchecked return valueNorbert Thiebaud1-4/+6
2014-07-04coverity#704008 Uncheck return valueNorbert Thiebaud1-1/+0
2014-07-04coverity#704007 Uncheck return valueNorbert Thiebaud1-1/+1
2014-06-26clang: Dead initializationCaolán McNamara1-1/+2
2014-06-25loplugin:unreffunMatúš Kukan1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard24-355/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-13loplugin:staticcallStephan Bergmann2-3/+3
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann1-6/+3
2014-06-06sd html: Provide some minimal reasonable defaults.Jan Holesovsky1-0/+2
2014-06-06sd html: Implement export of metadata in the single document case.Jan Holesovsky2-6/+35
2014-06-04coverity#1209650 Missing break in switch, probably intentionalCaolán McNamara1-0/+1
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara1-7/+23
2014-05-30Convert DLG_PUBLISHING to .uiPalenik Mihály4-969/+202
2014-05-30coverity#705222 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#705223 Missing break in switchCaolán McNamara1-0/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-2/+2
2014-05-26coverity#1209647 Missing break in switchCaolán McNamara1-0/+4
2014-05-26coverity#705221 Missing break in switchCaolán McNamara1-1/+2
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2-2/+2
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+3
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet2-2/+2
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-2/+2
2014-05-11Fix previous commitJulien Nabet1-1/+1