summaryrefslogtreecommitdiff
path: root/filter/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-05-28fix horizontal rule width in .doc documents (bnc#757118)Luboš Luňák1-0/+2
MSO uses undocumented properties that seem to map to o:hr and o:hrpct from .docx (including differences between .docx spec and implementation), so treat horizontal rule width the same way in .doc too. Also remove the guesswork for #i17200# that is not quite correct and no longer needed. Change-Id: Ibec543fa1679ca0b20e86ef6b4f77147b18dff7e
2012-05-25convert mpFidcls to a vectorCaolán McNamara1-1/+1
Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna1-0/+2
Change-Id: Ic3fa8865bf3862407867b5e4a438e3d9bc723e86
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara1-2/+5
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna1-0/+46
2012-04-14Build svg2odf tool to be able to test the svg import.Jan Holesovsky1-0/+49
2012-03-30removed duplicate includes in filter / i18npool / sdextTakeshi Abe1-1/+0
2012-03-27drop intermediate temporary UniStringsCaolán McNamara1-1/+1
2012-03-13Converts from tools/table.hxx to std::map in DffPropSet class in filter moduleNoel Grandin1-3/+11
2012-03-05support import of key shortcut for macro ( Excel only )Noel Power1-0/+2
2012-03-05vba implementation for Application.OnKeyNoel Power1-2/+2
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-1/+0
2012-02-27Removed unused codeSzabolcs Dezsi1-2/+0
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi3-105/+3
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold1-2/+0
2012-02-16Removed SetProperty and StartElement method of MSFilterTracer.Szabolcs Dezsi1-2/+0
2012-02-13Remove unused codeElton Chung1-1/+0
2012-01-31callcatcher: update listCaolán McNamara1-1/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-6/+6
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.
2012-01-20Removed unused code as listed in unusedcode.easySantiago Martinez1-1/+0
2012-01-13simply MSDFFReadZString and friendsCaolán McNamara1-1/+1
2012-01-13just return the read string here instead of passing one in by refCaolán McNamara1-1/+1
2012-01-13return status never checkedCaolán McNamara1-1/+1
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-1/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from filterNorbert Thiebaud2-2/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-23impress212: #i97241# added relative linkserack1-5/+11
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
2011-11-06ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-11-06ByteString->rtl::OStringCaolán McNamara1-2/+2
2011-10-10ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-10-08do not use _COMPHELPER_COMPONENT_GETFACTORY macroMatúš Kukan1-113/+0
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2-785/+8
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-09-16WaE: struct vs class picky warningCaolán McNamara1-1/+1
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara1-15/+14
2011-09-01Move OoxmlFormulaExportBase to ooxTor Lillqvist1-48/+0
2011-09-01Need an explicit implementation of constructor for MSVC it seemsTor Lillqvist1-0/+1
2011-08-29valgrind: various unused codeCaolán McNamara1-5/+0
2011-08-25remove newly unused codeCaolán McNamara1-13/+0
2011-08-24kill old vba and ole control filter(s) for import at leastNoel Power2-355/+0
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian1-3/+2
- Imports Legacy Text. - Formatting info is not imported.
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák1-1/+2
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák1-0/+46
2011-08-02callcatcher: remove unused codeCaolán McNamara1-1/+0
2011-07-26enforce checking the return value of theseCaolán McNamara1-6/+5
2011-07-16these can be sal_uInt32, and pre-sanity-check massive allocsCaolán McNamara1-2/+2
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-11/+0