summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-262-6/+6
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: Ib80032e8626f5476a89b958f590441994594f4e4
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-2610-80/+80
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: I1d848f19f82783e6eabf2da37dbde78fe36ea1e0
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-263-28/+28
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: I0c0172519479be0535a447e41a592fbf782751bd
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-268-93/+93
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: I482ca7abb84613971e7e8f839f7aa67a65cd71ff
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-262-16/+16
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: Ie44bec6b988f3e46fe78d14b740818c9141f5df0
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-2613-237/+237
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a
* remove unnecessary casts'sNoel Grandin2014-09-261-1/+1
| | | | | | | left over from our conversion of the SvStream output operators to more specific methods Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2
* remove unnecessary static_cast'sNoel Grandin2014-09-262-10/+10
| | | | | | | | left over from our conversion of the SvStream output operators to more specific methods e Please enter the commit message for your changes. Lines starting Change-Id: Ibfe7635451ef7b8813d7a59c78c5223092a17ad5
* cleanup GUID/ClsId/CLSID typesNoel Grandin2014-09-261-3/+1
| | | | | | | | - rename GUID to SvGUID so we don't need an #ifdef WIN32 - drop ClsId struct, since it is used interchangeably with GUID and has the same structure Change-Id: Idf5c14c82a6861ef585fb57896a9b12cfe40374c
* filter: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-264-7/+5
| | | | Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90
* fdo#63483: support for modify passwd in Impress and DrawKatarina Behrens2014-09-255-5/+5
| | | | | | | | | iow, allow opening Impress and Draw ODF documents read-only Change-Id: I379b9f92b9bfb20e99998177d9a5fae80069d98f Reviewed-on: https://gerrit.libreoffice.org/11495 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* fdo#82577: Handle WindowNoel Grandin2014-09-2326-63/+63
| | | | | | | Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-182-16/+2
| | | | | Change-Id: I33cafe68c798e3d54943ea1790fa4e73f85e525d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* .ui tweaks to PDF export tab pagesAdolfo Jayme Barrientos2014-09-183-20/+17
| | | | | | | | | | | Added missing colons, use sentence case for check boxes [1], allow descriptive security labels to wrap, add 6 px padding for the Sign page. Change-Id: Iafc0788e367ab74aa0ec740b06892926b0b00390 Reviewed-on: https://gerrit.libreoffice.org/11408 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
* fdo#82577: Handle FontNoel Grandin2014-09-1816-78/+78
| | | | | | | Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
* cid#736037 Missing break in switchNoel Grandin2014-09-181-0/+1
| | | | Change-Id: I4a982ebfd3864b5953bce4ddf90008706e0e49b9
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-2/+2
| | | | | | | | | | | ...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* create a master document template typeCaolán McNamara2014-09-115-0/+52
| | | | | | | | | | | | | | | | | of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-102-3/+3
| | | | Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
* fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2014-09-102-9/+9
| | | | | | | Change-Id: I94fed6a9361f21457b3e631efffc0db833068aef Reviewed-on: https://gerrit.libreoffice.org/11256 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.Björgvin Ragnarsson2014-09-051-1/+1
| | | | | | | | | This regression was introduced in f5c3f5601a3739dead635f9abc446951b385018f. Change-Id: Ica48732398cd5d225b433b177ff6e6fff649e732 Reviewed-on: https://gerrit.libreoffice.org/11268 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* pict filter depends on truncating 1-foo to 16bit unsignedCaolán McNamara2014-09-031-1/+1
| | | | Change-Id: Ie271d6080833005d5ef9ab57d8e8036fb9df49db
* coverity#1209824 Unintended sign extensionCaolán McNamara2014-09-031-8/+10
| | | | | | | | and coverity#1209823 Unintended sign extension Change-Id: I5dd273e5c9dc0bd408216df6c7db13e70a156020
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-291-2/+2
| | | | Change-Id: I10d58f79bf8e803953ce960d8f63c7139a23d609
* We don't check the extension for htmlMaxim Monastirsky2014-08-291-9/+7
| | | | | | | | ...since 86c6f18c2766aad43d6e3bfcf3530e40440ebca7, so move the related code and comment to the plain text scope. Change-Id: I501ebaba915ddaa3f5d1d8d2977d3ba70fb6071b
* convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara2014-08-253-7/+6
| | | | Change-Id: I40da6ede705bf8e56adee7a45c56cb60cf42d166
* fdo#82290: avoid pipe deadlock by executing write(2) in a new threadHiroto Kagotani2014-08-251-3/+35
| | | | | | Change-Id: I65737399d9ac7ffa1eb623f3ff5fffbce6929801 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-232-4/+4
| | | | | | | Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-221-2/+3
| | | | Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
* The bLastBoxInChain fields are unusedTor Lillqvist2014-08-221-16/+0
| | | | Change-Id: I741733a053c8b0123be8efbcb9fde39f53f6d83c
* bHasUDefProp is unusedTor Lillqvist2014-08-221-3/+0
| | | | Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1
* Avoid undefined MSO_LineStyle values outside the enum's value rangeStephan Bergmann2014-08-211-1/+1
| | | | Change-Id: Ie9eee91374818cbfbb10a7d91e0fb2114ce140b4
* Avoid undefined left shift of negative valuesStephan Bergmann2014-08-211-1/+1
| | | | Change-Id: I428b2401f59930e115f4b0d205f6c1db779b16f9
* These "newly added" record types are publicly documented nowadaysTor Lillqvist2014-08-211-10/+10
| | | | | | | Use symbolic names from the MS-PPT RecordType documentation, http://msdn.microsoft.com/en-us/library/dd945336(v=office.12).aspx Change-Id: I1deecfc69dd3360ef982f144d5ff5348a2953280
* staruno -> css::unoThomas Arnhold2014-08-211-5/+3
| | | | Change-Id: I29a8aa8168f604f1e71323b5a19c3f67c67e2c1a
* stario -> css::ioThomas Arnhold2014-08-213-11/+10
| | | | Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5
* staruno -> css::unoThomas Arnhold2014-08-211-4/+4
| | | | Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
* java: Avoid naming non-fields with the prefix m_Noel Grandin2014-08-201-3/+3
| | | | | | found by PMD Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1
* guard against division by 0Caolán McNamara2014-08-191-12/+17
| | | | | | valgrind + bff Change-Id: I5fa40f7a9759c98bb70ee6eb854dd9b376401f89
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-194-112/+112
| | | | Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
* Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann2014-08-181-2/+2
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091
* Consistency around SdrPercentItem in svx/sdshtitm.hxxStephan Bergmann2014-08-181-1/+1
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4e98c362f811c19f03766d0c78f10c795d3ac79d
* Downcast to wrong SfxPoolItem sub-typeStephan Bergmann2014-08-181-1/+1
| | | | Change-Id: I9f4dc2f470f94d6f7cc2959e368fda419d9482c4
* Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann2014-08-181-1/+1
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-2/+2
| | | | Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
* Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann2014-08-181-6/+6
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3734cb14b6ed8f556af85b234968682a55ac8a4c
* clean upo runner.lib.TestParametersNoel Grandin2014-08-141-1/+4
| | | | | | | | | | - remove unused fields - make all external code go through the get(XXX) methods instead of also using the default values - remove default values declarations and inline them, since they are now unnecessary. Change-Id: Idc875fbd133de90044647f3e3b1feb225d81a643
* warning C4189: local variable is initialized but not referencedThomas Arnhold2014-08-131-0/+4
| | | | Change-Id: Idc096dd366284503b397a51e708647d026b64eb0
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-4/+4
| | | | | | found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
* java: reduce scope, make fields privateNoel Grandin2014-08-131-6/+6
| | | | | | found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6