summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-262-6/+6
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-2610-80/+80
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-263-28/+28
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-268-93/+93
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-262-16/+16
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-2613-237/+237
* remove unnecessary casts'sNoel Grandin2014-09-261-1/+1
* remove unnecessary static_cast'sNoel Grandin2014-09-262-10/+10
* cleanup GUID/ClsId/CLSID typesNoel Grandin2014-09-261-3/+1
* filter: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-264-7/+5
* fdo#63483: support for modify passwd in Impress and DrawKatarina Behrens2014-09-255-5/+5
* fdo#82577: Handle WindowNoel Grandin2014-09-2326-63/+63
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-182-16/+2
* .ui tweaks to PDF export tab pagesAdolfo Jayme Barrientos2014-09-183-20/+17
* fdo#82577: Handle FontNoel Grandin2014-09-1816-78/+78
* cid#736037 Missing break in switchNoel Grandin2014-09-181-0/+1
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-2/+2
* create a master document template typeCaolán McNamara2014-09-115-0/+52
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-102-3/+3
* fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2014-09-102-9/+9
* fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson2014-09-051-1/+1
* pict filter depends on truncating 1-foo to 16bit unsignedCaolán McNamara2014-09-031-1/+1
* coverity#1209824 Unintended sign extensionCaolán McNamara2014-09-031-8/+10
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-291-2/+2
* We don't check the extension for htmlMaxim Monastirsky2014-08-291-9/+7
* convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara2014-08-253-7/+6
* fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani2014-08-251-3/+35
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-232-4/+4
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-221-2/+3
* The bLastBoxInChain fields are unusedTor Lillqvist2014-08-221-16/+0
* bHasUDefProp is unusedTor Lillqvist2014-08-221-3/+0
* Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann2014-08-211-1/+1
* Avoid undefined left shift of negative valuesStephan Bergmann2014-08-211-1/+1
* These "newly added" record types are publicly documented nowadaysTor Lillqvist2014-08-211-10/+10
* staruno -> css::unoThomas Arnhold2014-08-211-5/+3
* stario -> css::ioThomas Arnhold2014-08-213-11/+10
* staruno -> css::unoThomas Arnhold2014-08-211-4/+4
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-3/+3
* guard against division by 0Caolán McNamara2014-08-191-12/+17
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-194-112/+112
* Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann2014-08-181-2/+2
* Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann2014-08-181-1/+1
* Downcast to wrong SfxPoolItem sub-typeStephan Bergmann2014-08-181-1/+1
* Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2014-08-181-1/+1
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-2/+2
* Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann2014-08-181-6/+6
* clean upo runner.lib.TestParametersNoel Grandin2014-08-141-1/+4
* warning C4189: local variable is initialized but not referencedThomas Arnhold2014-08-131-0/+4
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-4/+4
* java: reduce scope, make fields privateNoel Grandin2014-08-131-6/+6