summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2011-11-21d#648250: added missing include in wordml2ooo_draw.xslCédric Bosdonnat
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-14Use IANA mimetypeFridrich Štrba
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-11valgrind: ensure these are initializedCaolán McNamara
2011-11-06make filter ByteString freeCaolán McNamara
2011-11-06aString is always emptyCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-06no need for intermediate string hereCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-11-01WaE: various sillies flagged by MSVC++Michael Meeks
2011-11-01ByteString->rtl::OStringCaolán McNamara
2011-11-01intermediate String objects are completely unnecessary hereCaolán McNamara
2011-11-01intermediate String objects are completely unnecessary hereCaolán McNamara
2011-11-01adapt naming schemeCaolán McNamara
2011-11-01ByteString->rtl::OStringCaolán McNamara
2011-11-01typo fix in UIAndras Timar
2011-11-01Fix fdo#41245 : Auto fit text VIEWING too small in PPTArnaud Versini
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-21Fix svg document importThorsten Behrens
Merge of dev300 broke this - we *do* want import to call this implImport() actually. Also, the service names were bogus previously.
2011-10-19migrate to StringRangeEnumerator in pdfexportIvan Timofeev
Notes: win32 working build
2011-10-19don't annoy me in the en-US fallback caseCaolán McNamara
2011-10-18fixed reorder warning in copy-constructor of filter_info_implPeter Jentsch
2011-10-18support editing, importing, exporting the xslt transformer service settingPeter Jentsch
starting with LO 3.4 we default to using libxslt for xslt transformations in filters. the saxon/j based services is still available and can be explicitly requested by filters using the 2nd userdata entry in the filter configuration. There wasn't any place to edit this 2nd userdata entry, and it wasn't exported or imported with the custom filter packages.
2011-10-18initial support for user defined xslt service impl in filter jarPeter Jentsch
Supports importing the 2nd userdata parameter for xslt filter definitions from manually edited custom XML filter settings. UI currently not available.
2011-10-12remove comment obsoleted by fcf6c0a19f1a8cdff34e95ca0787277399a82c3cMichael Stahl
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-10ByteString->rtl::OStringCaolán McNamara
2011-10-08do not use _COMPHELPER_COMPONENT_GETFACTORY macroMatúš Kukan
2011-10-07cppcheck scope reduction of var in filter/...msdffimp.cxxPierre-André Jacquod
2011-10-07cppcheck scope reduction of var in filter/..escherex.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in filter/..svdfppt.cxxPierre-André Jacquod
2011-10-07Kill dead code.Jan Holesovsky
2011-10-07filter: PDF Export UI "page range" autofocusMaxim Iorsh
When the user selects "Pages" radio button in the Range section, it is very reasonable to expect that she would now want to specify the range. Thus moving the focus automatically to the page range edit box would save the user a mouse click.a Code is contributed under the LGPLv3+ / MPL.
2011-10-05use rtl::OStringBuffer::getStr()Caolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-02do not use COMPHELPER_SERVICEDECL_EXPORTS macroMatúš Kukan
2011-09-30Generate valid xhtml export by using xml:lang, see also fdo#40373Regina Henschel
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29ByteString->rtl::OString[Buffer}Caolán McNamara
2011-09-29filters: Updating js2hxx.py to python3Hugo Beauzée-Luyssen
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26doesn't use a DocShell anymore, so can ditch check for itCaolán McNamara
2011-09-26fix merge foo and waeNoel Power
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-26l10ntools doesn't exist in the HOST solver for non-desktop OSesTor Lillqvist