summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Make filters module buildable with dbglevel=3 again.Thorsten Behrens2012-02-171-3/+4
|
* Removed SetProperty and StartElement method of MSFilterTracer.Szabolcs Dezsi2012-02-162-13/+0
|
* Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe2012-02-161-2/+2
|
* Remove unused codeElton Chung2012-02-132-11/+0
|
* Fix typos in commentsElton Chung2012-02-131-5/+5
|
* filter configuration: add some OOo XML/ODF mimetypesMichael Stahl2012-02-136-6/+6
|
* filter configuration: add some mimetypeMichael Stahl2012-02-134-4/+4
|
* filter configuration: add MSO 2007 XML mimetypesMichael Stahl2012-02-1310-10/+10
|
* Remove unused codeElton Chung2012-02-101-6/+0
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-102-2/+2
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-102-13/+13
|
* fix ppt embedded graphic dumperCaolán McNamara2012-02-091-7/+12
|
* do not deserialize into long, use a type of the correct width (fdo#40768)Luboš Luňák2012-02-081-1/+4
|
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Some cppcheck cleaningJulien Nabet2012-02-051-2/+2
|
* extract max legal dff length to headerCaolán McNamara2012-02-041-3/+3
|
* Some cppcheck cleaningJulien Nabet2012-02-014-6/+6
|
* Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2012-01-312-4/+4
|
* callcatcher: update listCaolán McNamara2012-01-312-13/+0
|
* Sort the catch-all detection at the endFridrich Štrba2012-01-261-2/+2
|
* Disable svg font embedding for sd filters test, enable again.Thorsten Behrens2012-01-241-3/+7
|
* Remove dead code from svg filterThorsten Behrens2012-01-243-37/+3
|
* all direct OUString readers are current little endian streamsCaolán McNamara2012-01-242-2/+2
|
* String->rtl::OUStringCaolán McNamara2012-01-241-1/+1
|
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-213-7/+7
| | | | | | | | | SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
* Removed unused code as listed in unusedcode.easySantiago Martinez2012-01-202-6/+0
|
* This method is now unused.Kohei Yoshida2012-01-182-9/+0
|
* removed some dead codeMarc-André Laverdière-Papineau2012-01-183-63/+1
|
* fdo#43193: fix rotation of shapes in imported MS documentsIvan Timofeev2012-01-171-8/+13
| | | | This partially reverts commit 1fbbd6134573beedc72a3839d65b27dfc829f2fb.
* simply MSDFFReadZString and friendsCaolán McNamara2012-01-132-19/+5
|
* just return the read string here instead of passing one in by refCaolán McNamara2012-01-133-34/+35
|
* return status never checkedCaolán McNamara2012-01-132-9/+8
|
* convert some archaic stringsCaolán McNamara2012-01-131-26/+28
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-1/+1
|
* simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2012-01-103-3/+3
|
* Kill SvNullStream duplicationMiklos Vajna2012-01-082-3/+31
|
* callcatcher: Remove unused codeAugust Sodora2012-01-082-105/+2
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-065-5/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
|
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
| | | | | | | | | | | | | | | | | Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-052-2/+4
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* callcatcher: drop some unused methodsCaolán McNamara2012-01-058-823/+2
|
* Fix order initJulien Nabet2011-12-281-1/+1
|
* option to export hidden slides to pdf filesPierre-André Jacquod2011-12-287-2/+32
| | | | | This add the checkbox hidden pages to the PDF export general tab and if checked, export also to PDF the hidden slides
* Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot2011-12-2635-154/+154
| | | | | | Part XVII Module fileaccess and filter
* open xml filter test result in default xml editorPeter Jentsch2011-12-252-9/+16
| | | | | | | | | first commit to remove the broken xml filter source view and validation service. The validation service is currently broken in that it doesn't allow to refer to or define an xml catalog or alternative validation methods. All of this is included in current xml development tools elsewhere, so we don't need to duplicate that in LO.