summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2014-10-06fdo#75757: remove inheritance to std::vectorTakeshi Abe1-51/+50
2014-10-06loplugin: cstylecastNoel Grandin20-377/+380
2014-10-03coverity#1242529 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-10-02coverity#1202776 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2014-10-01coverity#1242472 Identical code for different branchesCaolán McNamara1-3/+1
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-2/+0
2014-10-01fdo#82577: Handle TimeNoel Grandin2-4/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin17-106/+106
2014-09-30fdo#82577: Handle RegionNoel Grandin6-17/+17
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2-6/+6
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin10-80/+80
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin3-28/+28
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin8-93/+93
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2-16/+16
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin13-237/+237
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin2-10/+10
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin1-3/+1
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann4-7/+5
2014-09-25fdo#63483: support for modify passwd in Impress and DrawKatarina Behrens5-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin26-63/+63
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2-16/+2
2014-09-18.ui tweaks to PDF export tab pagesAdolfo Jayme Barrientos3-20/+17
2014-09-18fdo#82577: Handle FontNoel Grandin16-78/+78
2014-09-18cid#736037 Missing break in switchNoel Grandin1-0/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-2/+2
2014-09-11create a master document template typeCaolán McNamara5-0/+52
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2-3/+3
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2-9/+9
2014-09-05fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson1-1/+1
2014-09-03pict filter depends on truncating 1-foo to 16bit unsignedCaolán McNamara1-1/+1
2014-09-03coverity#1209824 Unintended sign extensionCaolán McNamara1-8/+10
2014-08-29Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+2
2014-08-29We don't check the extension for htmlMaxim Monastirsky1-9/+7
2014-08-25convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara3-7/+6
2014-08-25fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani1-3/+35
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-4/+4
2014-08-22Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-2/+3
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist1-16/+0
2014-08-22bHasUDefProp is unusedTor Lillqvist1-3/+0
2014-08-21Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann1-1/+1
2014-08-21Avoid undefined left shift of negative valuesStephan Bergmann1-1/+1
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist1-10/+10
2014-08-21staruno -> css::unoThomas Arnhold1-5/+3
2014-08-21stario -> css::ioThomas Arnhold3-11/+10
2014-08-21staruno -> css::unoThomas Arnhold1-4/+4
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin1-3/+3
2014-08-19guard against division by 0Caolán McNamara1-12/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin4-112/+112