summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
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.WriteInt32Noel 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.WriteUCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25fdo#63483: support for modify passwd in Impress and DrawKatarina Behrens
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-18.ui tweaks to PDF export tab pagesAdolfo Jayme Barrientos
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-18cid#736037 Missing break in switchNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-11create a master document template typeCaolán McNamara
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler
2014-09-05fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson
2014-09-03pict filter depends on truncating 1-foo to 16bit unsignedCaolán McNamara
2014-09-03coverity#1209824 Unintended sign extensionCaolán McNamara
2014-08-29Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-29We don't check the extension for htmlMaxim Monastirsky
2014-08-25convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara
2014-08-25fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist
2014-08-22bHasUDefProp is unusedTor Lillqvist
2014-08-21Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann
2014-08-21Avoid undefined left shift of negative valuesStephan Bergmann
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist
2014-08-21staruno -> css::unoThomas Arnhold
2014-08-21stario -> css::ioThomas Arnhold
2014-08-21staruno -> css::unoThomas Arnhold
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19guard against division by 0Caolán McNamara
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
2014-08-18Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann
2014-08-18Downcast to wrong SfxPoolItem sub-typeStephan Bergmann
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-13java: reduce scope, make some methods privateNoel Grandin