summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky3-4/+4
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan1-0/+2
2014-10-21fix debugging buildCaolán McNamara1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-5/+5
2014-10-20coverity#704010 Unchecked return valueCaolán McNamara1-1/+1
2014-10-17There is no ExportCGMStephan Bergmann1-23/+1
2014-10-17Pass args by const &Stephan Bergmann1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon3-4/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann3-9/+1
2014-10-14remove duplicate definitions of PPT_TRANSITION_TYPE constantsNoel Grandin1-25/+0
2014-10-14fdo#84938: convert EPP_LAYOUT constants to enumNoel Grandin3-48/+51
2014-10-10coverity#1242757 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-10Unused PowerPointExport::mpMasterFSArray memberMatúš Kukan2-4/+0
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-4/+4
2014-10-06fdo#75757: remove inheritance to std::vectorTakeshi Abe1-15/+14
2014-10-04coverity#1242757 Result is not floating-pointNorbert Thiebaud1-2/+2
2014-10-02coverity#1242520 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-10-02coverity#1242800 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-02coverity#1242906 Unused valueCaolán McNamara1-1/+1
2014-10-02coverity#1242934 Result is not floating-pointCaolán McNamara1-1/+1
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
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