summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch2012-09-101-0/+1
* register exslt functions for libxslt filterPeter Jentsch2012-09-101-0/+6
* add for exslt:set:distinct templatePeter Jentsch2012-09-101-0/+21
* fix a problem when handling style named for conditional formatting.Peter Jentsch2012-09-101-12/+18
* fixed problem with template recursion in spreadsheetml import.Peter Jentsch2012-09-101-346/+321
* optimized handling of ConditionalFormatting elementsPeter Jentsch2012-09-101-132/+126
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-064-8/+0
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-051-5/+3
* fdo#46808, Adapt drawing::ShapeCollection UNO service to new styleNoel Grandin2012-09-041-13/+8
* Some clean up of previous commitStephan Bergmann2012-09-041-1/+1
* fdo#46808, Adapt DocumentDigitalSignatures UNO service to new styleNoel Grandin2012-09-041-11/+3
* filtertracer seems to be unusedMatúš Kukan2012-09-045-557/+0
* fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin2012-09-031-4/+6
* fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin2012-09-031-10/+5
* fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin2012-09-031-3/+3
* filter: remove leftover filesMatúš Kukan2012-09-012-47/+0
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-3110-19/+6
* drop these memory trashersCaolán McNamara2012-08-271-4/+0
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-5/+4
* fdo#52451: Some name changes to be consistent with other prop names.Kohei Yoshida2012-08-228-8/+8
* fdo#52451: Use .txt extension for these guys too.Kohei Yoshida2012-08-213-0/+3
* fdo#52451: Ensure that the extension for text is .txt from writer.Kohei Yoshida2012-08-215-0/+5
* revert accidental breakage of object anchoringMichael Meeks2012-08-211-0/+1
* Java5 updates - convert to genericsNoel Grandin2012-08-205-119/+114
* Use PassWord property in impdialog.src for certificate Edit widget.Gökçen Eraslan2012-08-201-0/+1
* Use Thunderbird-like certificate selection GUI in pdf signing.Gökçen Eraslan2012-08-204-49/+80
* Java update - fix various javadoc issuesNoel Grandin2012-08-202-3/+2
* fix mangled comments breaking buildDavid Tardon2012-08-192-2/+2
* Fixed typos and translated commentsAlexander Wilms2012-08-192-10/+10
* Translated some comments in filterAlexander Wilms2012-08-1920-566/+559
* gbuild: register all jarsMichael Stahl2012-08-173-13/+13
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-2/+0
* the copy ctor can take const refDavid Tardon2012-08-142-10/+10
* PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vectorMichael Stahl2012-08-132-77/+63
* PPTParagraphObj: fix problems in previous commit:Michael Stahl2012-08-132-11/+20
* Convert property lists from tools/list.hxx to std::vectorNoel Grandin2012-08-132-53/+49
* misc. cleanup.Michael Meeks2012-08-131-3/+4
* The missing docs as to the ranges of the MS text categoriesCaolán McNamara2012-08-132-0/+145
* misc comment import/export fixesNoel Power2012-08-091-1/+9
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0824-92/+0
* remove include comments and boxesThomas Arnhold2012-08-0822-57/+0
* STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin2012-08-081-0/+1
* Remove forwards of non-existing structsThomas Arnhold2012-08-071-1/+0
* Remove non-existing forward declarationsThomas Arnhold2012-08-072-3/+0
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-072-3/+3
* No point with these executables for non-desktop OSesTor Lillqvist2012-08-071-1/+6
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-061-1/+1
* Replace usage of rtl/memory.h in filter with equivalent from string.hArnaud Versini2012-08-041-2/+3
* fdo#50269: bitmap area fill pattern reversed in LO3.5.xTakeshi Abe2012-07-311-2/+11
* Const correct-ness.Kohei Yoshida2012-07-302-11/+27