summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)AuthorFilesLines
2011-12-25open xml filter test result in default xml editorPeter Jentsch2-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.
2011-12-25fix threading problem in LibXSLTTransformer.cxxPeter Jentsch1-0/+1
need to wait for reader thread to terminate before deleting it.
2011-12-25use radiobuttons to select builtin/saxon xslt transformationPeter Jentsch5-12/+37
2011-12-25fixed warning about global resource in xmlfilterdialog.srcPeter Jentsch2-5/+5
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
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 McNamara1-1/+1
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
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 McNamara1-8/+0
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-4/+4
2011-12-16avoid looping on busted escher recordsCaolán McNamara1-6/+25
2011-12-15Removed extra semicolonsJesse3-7/+7
2011-12-12Use OUTDIR_FOR_BUILD for cross-compiling goodnessTor Lillqvist1-1/+1
2011-12-12Resolves: fdo#43690 install explicit cancel handlerCaolán McNamara2-1/+11
2011-12-12catch exception by constant referenceTakeshi Abe27-86/+86
2011-12-08CDR importer: fixing some build and esthetic issuesFridrich Štrba3-3/+3
2011-12-08Stub Corel Draw importerFridrich Štrba3-0/+27
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke1-3/+6
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 Michaelsen1-0/+1
2011-12-06Removed unnessecary tools/table.hxx includesMarcel Metz1-1/+0
2011-12-05Replace Stack with std::stack< SVGAttributeWriter* >Marcel Metz1-4/+13
2011-12-05Remove Large Handles optionStefan Knorr (astron)1-1/+0
This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-6/+6
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Fixed previous commit (wrong node names, not missing "replace").Stephan Bergmann2-2/+2
2011-11-29New set members need oor:op="replace" to not be ignored.Stephan Bergmann2-2/+2
2011-11-28The vcl tabdlg, not the sfx2 one, is the one actually usedCaolán McNamara1-1/+3
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud36-36/+0
2011-11-27remove include of pch header from filterNorbert Thiebaud135-266/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-27typos fixingKorrawit Pruegsanusak1-1/+1
2011-11-26Remove unnecessary tools includesAugust Sodora1-7/+2
2011-11-26Remove unnecessary tools includesAugust Sodora1-5/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-17/+26
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon5-9/+9
2011-11-25calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 ↵Eike Rathke8-8/+8
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 Timar1-1/+1
2011-11-23Fixup pptx export after impress212 merges.Thorsten Behrens1-1/+1
2011-11-23impress212: #i97241# fixed relative linkserack1-22/+14
* 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 pageserack1-1/+1
* 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 pdferack1-0/+6
* found as LGPLv3-only fix at svn rev 1167635 (http://svn.apache.org/viewvc?view=revision&revision=1167635)
2011-11-23impress212: #i97241# added relative linkserack2-5/+26
* 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 importerack1-13/+3
# 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 Bosdonnat1-0/+1
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
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 Bergmann4-79/+68
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.