summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
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.
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