summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2011-12-26Fix for fdo43460 Part XVII getLength() to isEmpty()Olivier Hallot
Part XVII Module fileaccess and filter
2011-12-25open xml filter test result in default xml editorPeter Jentsch
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.
2011-12-25fix threading problem in LibXSLTTransformer.cxxPeter Jentsch
need to wait for reader thread to terminate before deleting it.
2011-12-25use radiobuttons to select builtin/saxon xslt transformationPeter Jentsch
2011-12-25fixed warning about global resource in xmlfilterdialog.srcPeter Jentsch
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21needs more work firstCaolán McNamara
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21can't see why there's an appendChar hereCaolán McNamara
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-16avoid looping on busted escher recordsCaolán McNamara
2011-12-15Removed extra semicolonsJesse
2011-12-12Use OUTDIR_FOR_BUILD for cross-compiling goodnessTor Lillqvist
2011-12-12Resolves: fdo#43690 install explicit cancel handlerCaolán McNamara
2011-12-12catch exception by constant referenceTakeshi Abe
2011-12-08CDR importer: fixing some build and esthetic issuesFridrich Štrba
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke
Some places in the code assumed that if the stack is empty a null pointer is returned by top() (or old Pop()), this doesn't work anymore with ::std::stack that instead has undefined behavior in that case, so check !stack.empty() first before accessing top. (cherry picked from commit ac40f7d6503533954127e818f2bf009200c1e3f2)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz
2011-12-05Replace Stack with std::stack< SVGAttributeWriter* >Marcel Metz
2011-12-05Remove Large Handles optionStefan Knorr (astron)
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29Fixed previous commit (wrong node names, not missing "replace").Stephan Bergmann
2011-11-29New set members need oor:op="replace" to not be ignored.Stephan Bergmann
2011-11-28The vcl tabdlg, not the sfx2 one, is the one actually usedCaolán McNamara
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from filterNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-26Remove unnecessary tools includesAugust Sodora
2011-11-26Remove unnecessary tools includesAugust Sodora
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 ↵Eike Rathke
XML directly in XLS detection # Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1167327 (http://svn.apache.org/viewvc?view=revision&revision=1167327)
2011-11-24Global resources should have an identifier >= 256Andras Timar
2011-11-23Fixup pptx export after impress212 merges.Thorsten Behrens
2011-11-23impress212: #i97241# fixed relative linkserack
* found as LGPLv3-only fix at svn rev 1167641 (http://svn.apache.org/viewvc?view=revision&revision=1167641)
2011-11-23impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pageserack
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)
2011-11-23impress212: #i114615# fixed hyperlinks if exporting impress notes pages to pdferack
* found as LGPLv3-only fix at svn rev 1167635 (http://svn.apache.org/viewvc?view=revision&revision=1167635)
2011-11-23impress212: #i97241# added relative linkserack
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
2011-11-23impress212: #i71731# fixed fill bitmap - pattern importerack
# User sj <sj@openoffice.org> * found as LGPLv3-only fix at svn rev 1167623 (http://svn.apache.org/viewvc?view=revision&revision=1167623)
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.