summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák2011-08-181-1/+2
* hook for calling from .docx filter to starmath for writting formulasLuboš Luňák2011-08-181-0/+46
* Additional patch for fdo#39167Aaron Strontsman2011-08-184-17/+54
* cppcheck: reduced scope of variableTakeshi Abe2011-08-171-1/+1
* reduce ByteString apiCaolán McNamara2011-08-121-2/+2
* Some cppcheck cleaningJulien Nabet2011-08-111-1/+1
* fdo#39167: Change the UI for PDF hybrid files exportGabor Jenei2011-08-102-25/+20
* fix fdo#39561Christophe Strobbe2011-08-091-3/+3
* callcatcher: unused methodsCaolán McNamara2011-08-052-113/+0
* Check if the XML stream contains '<?xml' at the beginning.Kohei Yoshida2011-08-031-20/+51
* convert in one pass, rather than point by pointCaolán McNamara2011-08-021-11/+7
* callcatcher: remove unused codeCaolán McNamara2011-08-022-28/+0
* Fixed messed up indentations.Kohei Yoshida2011-08-011-78/+73
* Kill EDITDEBUGThomas Arnhold2011-07-2721-71/+0
* enforce checking the return value of theseCaolán McNamara2011-07-262-18/+12
* ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara2011-07-261-23/+24
* fix STRING->USTRING bug hidden behind ifdefCaolán McNamara2011-07-261-1/+1
* ByteString->rtl::OStringBufferCaolán McNamara2011-07-251-11/+13
* use good() instead of GetError()Caolán McNamara2011-07-251-2/+2
* Pick the first PREFERRED IMPORT filter.Kohei Yoshida2011-07-222-4/+5
* Generate correctly named import library for WNTGCCTor Lillqvist2011-07-211-0/+4
* Correctly detect documents with xlk extension as Excel binary.Kohei Yoshida2011-07-201-1/+1
* ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara2011-07-193-26/+16
* Fix for valgrind error in msdffimp.cxxMarc-Andre Laverdiere2011-07-191-17/+14
* ByteString::CreateFromInt32->rtl::OString::valueOf and simplifyCaolán McNamara2011-07-183-19/+11
* not going to get re-enabled, is itCaolán McNamara2011-07-171-6/+0
* these can be sal_uInt32, and pre-sanity-check massive allocsCaolán McNamara2011-07-162-13/+10
* add sylk extension and text/spreadsheet mimetypeCaolán McNamara2011-07-131-2/+2
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-1218-103/+1
* use oox filter for *all* control importNoel Power2011-07-124-102/+35
* check if seek succeededCaolán McNamara2011-07-121-2/+2
* avoid optimization turning into pessimisation for stupid stringsCaolán McNamara2011-07-111-1/+4
* check if seek succeedsCaolán McNamara2011-07-111-1/+3
* check seeks for success against short readsCaolán McNamara2011-07-112-38/+75
* callcatcher: remove unused CreateCache_ImplCaolán McNamara2011-07-111-43/+0
* Implemented a new way for exporting and handling placeholder text elementsMarco Cecchetti2011-07-117-425/+502
* Split the script in smaller piecesMarco Cecchetti2011-07-112-15/+32
* MSOffice 2003 xml format often uses class extensionsCaolán McNamara2011-07-082-2/+2
* Fix some ambiguous method errors.Joseph Powers2011-07-071-3/+3
* Enhancing svg exportMarco Cecchetti2011-07-087-598/+2894
* Added pointer validations to avoid some edge-case documents crashingmarc-andre@atc.tcs.com2011-07-061-2/+2
* Resolves: fdo#34023 apparent negative string lengthCaolán McNamara2011-07-021-1/+1
* svg export filter: added support for browsing slidesMarco Cecchetti2011-06-302-10/+140
* don't erase an entry in a vector and continue using the iteratorMarkus Mohrhard2011-06-221-6/+5
* Just 2 little fixesJulien Nabet2011-06-181-3/+3
* Replace List with std::vector< PPTFieldEntry* >Joseph Powers2011-06-171-31/+34
* Replace List with std::vector< EscherPersistEntry* >Joseph Powers2011-06-162-45/+52
* Deliver also static librariesTor Lillqvist2011-06-171-0/+1
* Use LIBXML_CFLAGS if SYSTEM_LIBXMLTor Lillqvist2011-06-172-0/+14
* Replace List with std::vector< EscherConnectorListEntry* >Joseph Powers2011-06-162-12/+12