summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2012-09-10build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch1-0/+1
Change-Id: I7ab624bc4877af51d4182ab213ef49cd8c5bb2a4
2012-09-10register exslt functions for libxslt filterPeter Jentsch1-0/+6
Change-Id: I23bb8a3cf00a9152362794281a617ad4a780faee
2012-09-10add for exslt:set:distinct templatePeter Jentsch1-0/+21
..for processors not supporting it natively, namely Saxon > 8.2 Change-Id: I33ceedd7f70f0469c039b8e90aa8d492d5c27ce2
2012-09-10fix a problem when handling style named for conditional formatting.Peter Jentsch1-12/+18
Change-Id: Ia8deda31dc4624b1d05d2388c90dbcb17d033269
2012-09-10fixed problem with template recursion in spreadsheetml import.Peter Jentsch1-346/+321
Changed recursion to iteration in various places (creating column styles and both row styles and rows) Recursion when creating cells/columns remains. Change-Id: Ie5d27c576069b79225e7901671227c0ff8dce75d
2012-09-10optimized handling of ConditionalFormatting elementsPeter Jentsch1-132/+126
Removed ill-performing key definitions. Also fixes bug with bogus expression quoting within formatting conditions. Change-Id: Iab9b26f30ac7f780acb8a4e1397aaf2f4fa490f4
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin4-8/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-5/+3
Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
2012-09-04fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin1-13/+8
No client code is using the XComponent interface, so drop it. Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99
2012-09-04Some clean up of previous commitStephan Bergmann1-1/+1
Change-Id: I0ea6d6439f97fcf74162c19671483aaa17b5a6cb
2012-09-04fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin1-11/+3
Rename service from "Decryptor" to "DocumentDigitalSignatures" to be consistent with the other UNO services, and with it's own header file name. Add service constructor for passing in arguments. Change-Id: Iaca0c40bb2f1a1af2ef9ca29361bfd023ade2678
2012-09-04filtertracer seems to be unusedMatúš Kukan5-557/+0
It has no .component file anyway. Change-Id: Ia6f609a237cb4268161fe1f139b1f5c0d1d6fc5e Reviewed-on: https://gerrit.libreoffice.org/528 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-4/+6
Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin1-10/+5
Create a merged XPipe interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I682633c6252aab503eb2469c9bd2ba771f10bc4b
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-3/+3
Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1
2012-09-01filter: remove leftover filesMatúš Kukan2-47/+0
Change-Id: Ifc0525189fb68f8976cd25a5c83419c47281d025
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann10-19/+6
Change-Id: Id2034a3ec40e1cfcd21f60e19f4faa99bb1f6164
2012-08-27drop these memory trashersCaolán McNamara1-4/+0
some are the wrong length anyway, and anyway the copies remain untrashed, and munging immutable strings is dubious Change-Id: Ic7ac3bea35e57ed015092b3b255d48819195490d
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-5/+4
Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa
2012-08-22fdo#52451: Some name changes to be consistent with other prop names.Kohei Yoshida8-8/+8
We use IMPORT EXPORT flags, so let's stick with the term 'Export' as opposed to 'FileSave'. Also, the file type's extensions are given without the star-dot (*.), so let's strip that as well. Change-Id: Ibde05058f7acb6ae149382009e78f3f10a71d543
2012-08-21fdo#52451: Use .txt extension for these guys too.Kohei Yoshida3-0/+3
Change-Id: Ib5b405e147933f506aeadd69f90a9a8de99777dd
2012-08-21fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida5-0/+5
Added a preferred extension property to the filter which overwrites one(s) given by the default file format type associated with it. Normally this property is not used for the majority of the filters, but for plain text filters, we need to use .txt when saving from writer whereas we do .csv from calc. Change-Id: I3453ad084e4379e5cc1101daeb9d2c3ddd919e92
2012-08-21revert accidental breakage of object anchoringMichael Meeks1-0/+1
2012-08-20Java5 updates - convert to genericsNoel Grandin5-119/+114
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-08-20Use PassWord property in impdialog.src for certificate Edit widget.Gökçen Eraslan1-0/+1
Change-Id: I597de8efa8838b35597a401c27e1eb709fd8ef31
2012-08-20Use Thunderbird-like certificate selection GUI in pdf signing.Gökçen Eraslan4-49/+80
Change-Id: Ibe834f1aecc60ba09a2c19d75b094881b82c248a Reviewed-on: https://gerrit.libreoffice.org/431 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2012-08-20Java update - fix various javadoc issuesNoel Grandin2-3/+2
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
2012-08-19fix mangled comments breaking buildDavid Tardon2-2/+2
Change-Id: I4684ba6c30a2499093ceefeb096d9cfc3de76de9
2012-08-19Fixed typos and translated commentsAlexander Wilms2-10/+10
2012-08-19Translated some comments in filterAlexander Wilms20-566/+559
2012-08-17gbuild: register all jarsMichael Stahl3-13/+13
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-2/+0
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-14the copy ctor can take const refDavid Tardon2-10/+10
Change-Id: I4ef23f084d918dbf8227610f64bb7c38680e377a
2012-08-13PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vectorMichael Stahl2-77/+63
Remove null pointer checks as well, we've been dereferencing them always since c21c2f82f9451c293c449e4647522d126a0f2bee (2001) already. Change-Id: I978745ab922f7975a785857f7d17add62e37baba
2012-08-13PPTParagraphObj: fix problems in previous commit:Michael Stahl2-11/+20
- check for a null List element is actually check for valid index - there may be any number of character properties for every paragraph, so need to pass in 2 parameters to PPTParagraphObj ctor - PPTTextObj::PPTTextObj: nIdx became n in one place - PPTTextObj::PPTTextObj: n++ dropped in one place Change-Id: I590834012c46b7885ba5aa9c50655bf62439a0e9
2012-08-13Convert property lists from tools/list.hxx to std::vectorNoel Grandin2-53/+49
Change-Id: I447883a8bbfa01ef60e7ad870c0f9ddefb7fdada
2012-08-13misc. cleanup.Michael Meeks1-3/+4
2012-08-13The missing docs as to the ranges of the MS text categoriesCaolán McNamara2-0/+145
especially the definition of Complex Scripts Change-Id: I693936f1dd150aefd4a632530439acf8edcbdd74
2012-08-09misc comment import/export fixesNoel Power1-1/+9
a) fix vmldrawing.vml for xlsx export ( changed from frame to textbox, added support for shadow element with attributes, shadow color, shadow obscured ) b) use proper fillcolor attribute c) detect whether note/comment is shown on import d) export state of note ( shown/hidden ) text position still not perfect, we still are missing some attributes to control that. Change-Id: I59b446175217479ce7960287aa540df8c6b2b1ea
2012-08-08reduce ascii noise and useless commentsThomas Arnhold24-92/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold22-57/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-07Remove forwards of non-existing structsThomas Arnhold1-1/+0
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07Remove non-existing forward declarationsThomas Arnhold2-3/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás2-3/+3
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
2012-08-07No point with these executables for non-desktop OSesTor Lillqvist1-1/+6
Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
2012-08-04Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini1-2/+3
Change-Id: If8313df67e037f48c56d9d4e4251316fc99894e7
2012-07-31fdo#50269: bitmap area fill pattern reversed in LO3.5.xTakeshi Abe1-2/+11
this partially reverted 619ea0c6d3b8fb4390bf5e82f1b44608c3cd878d in order to retain a hack for non-black background color Change-Id: I89d89cedb5e27e2a05b1ecc13569e4899d1743d2
2012-07-30Const correct-ness.Kohei Yoshida2-11/+27
Change-Id: I4f5572dcde886db50cb8d189da41a862f6cefe72