summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Collapse)AuthorAgeFilesLines
* Use OUTDIR_FOR_BUILD for cross-compiling goodnessTor Lillqvist2011-12-121-1/+1
|
* Resolves: fdo#43690 install explicit cancel handlerCaolán McNamara2011-12-122-1/+11
|
* catch exception by constant referenceTakeshi Abe2011-12-1227-86/+86
|
* CDR importer: fixing some build and esthetic issuesFridrich Štrba2011-12-083-3/+3
|
* Stub Corel Draw importerFridrich Štrba2011-12-083-0/+27
|
* old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke2011-12-071-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)
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* Removed unnessecary tools/table.hxx includesMarcel Metz2011-12-061-1/+0
|
* Replace Stack with std::stack< SVGAttributeWriter* >Marcel Metz2011-12-051-4/+13
|
* Remove Large Handles optionStefan Knorr (astron)2011-12-051-1/+0
| | | | This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.
* typo fix: explicitely -> explicitlyLior Kaplan2011-12-011-1/+1
|
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-6/+6
|
* set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen2011-11-291-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* Fixed previous commit (wrong node names, not missing "replace").Stephan Bergmann2011-11-292-2/+2
|
* New set members need oor:op="replace" to not be ignored.Stephan Bergmann2011-11-292-2/+2
|
* The vcl tabdlg, not the sfx2 one, is the one actually usedCaolán McNamara2011-11-281-1/+3
|
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-281-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-2736-36/+0
|
* remove include of pch header from filterNorbert Thiebaud2011-11-27135-266/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* typos fixingKorrawit Pruegsanusak2011-11-271-1/+1
|
* Remove unnecessary tools includesAugust Sodora2011-11-261-7/+2
|
* Remove unnecessary tools includesAugust Sodora2011-11-261-5/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-17/+26
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-255-9/+9
|
* calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 ↵Eike Rathke2011-11-258-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)
* Global resources should have an identifier >= 256Andras Timar2011-11-241-1/+1
|
* Fixup pptx export after impress212 merges.Thorsten Behrens2011-11-231-1/+1
|
* impress212: #i97241# fixed relative linkserack2011-11-231-22/+14
| | | | * found as LGPLv3-only fix at svn rev 1167641 (http://svn.apache.org/viewvc?view=revision&revision=1167641)
* impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pageserack2011-11-231-1/+1
| | | | * found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)
* impress212: #i114615# fixed hyperlinks if exporting impress notes pages to pdferack2011-11-231-0/+6
| | | | * found as LGPLv3-only fix at svn rev 1167635 (http://svn.apache.org/viewvc?view=revision&revision=1167635)
* impress212: #i97241# added relative linkserack2011-11-232-5/+26
| | | | * found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
* impress212: #i71731# fixed fill bitmap - pattern importerack2011-11-231-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)
* d#648250: added missing include in wordml2ooo_draw.xslCédric Bosdonnat2011-11-211-0/+1
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-144-79/+68
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* Use IANA mimetypeFridrich Štrba2011-11-141-1/+1
|
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-144-4/+4
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-112-21/+6
|
* valgrind: ensure these are initializedCaolán McNamara2011-11-111-6/+10
|
* make filter ByteString freeCaolán McNamara2011-11-061-10/+12
|
* aString is always emptyCaolán McNamara2011-11-061-2/+1
|
* ByteString->rtl::OStringCaolán McNamara2011-11-062-3/+3
|
* ByteString->rtl::OStringCaolán McNamara2011-11-062-10/+7
|
* no need for intermediate string hereCaolán McNamara2011-11-061-3/+1
|
* ByteString->rtl::OStringCaolán McNamara2011-11-062-18/+17
|
* WaE: various sillies flagged by MSVC++Michael Meeks2011-11-011-1/+1
|
* ByteString->rtl::OStringCaolán McNamara2011-11-013-23/+24
|