summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2011-08-17cppcheck: reduced scope of variableTakeshi Abe1-1/+1
2011-08-12reduce ByteString apiCaolán McNamara1-2/+2
2011-08-11Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-10fdo#39167: Change the UI for PDF hybrid files exportGabor Jenei2-25/+20
2011-08-09fix fdo#39561Christophe Strobbe1-3/+3
2011-08-05callcatcher: unused methodsCaolán McNamara2-113/+0
2011-08-03Check if the XML stream contains '<?xml' at the beginning.Kohei Yoshida1-20/+51
2011-08-02convert in one pass, rather than point by pointCaolán McNamara1-11/+7
2011-08-02callcatcher: remove unused codeCaolán McNamara2-28/+0
2011-08-01Fixed messed up indentations.Kohei Yoshida1-78/+73
2011-07-27Kill EDITDEBUGThomas Arnhold21-71/+0
2011-07-26enforce checking the return value of theseCaolán McNamara2-18/+12
2011-07-26ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara1-23/+24
2011-07-26fix STRING->USTRING bug hidden behind ifdefCaolán McNamara1-1/+1
2011-07-25ByteString->rtl::OStringBufferCaolán McNamara1-11/+13
2011-07-25use good() instead of GetError()Caolán McNamara1-2/+2
2011-07-22Pick the first PREFERRED IMPORT filter.Kohei Yoshida2-4/+5
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist1-0/+4
2011-07-20Correctly detect documents with xlk extension as Excel binary.Kohei Yoshida1-1/+1
2011-07-19ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara3-26/+16
2011-07-19Fix for valgrind error in msdffimp.cxxMarc-Andre Laverdiere1-17/+14
2011-07-18ByteString::CreateFromInt32->rtl::OString::valueOf and simplifyCaolán McNamara3-19/+11
2011-07-17not going to get re-enabled, is itCaolán McNamara1-6/+0
2011-07-16these can be sal_uInt32, and pre-sanity-check massive allocsCaolán McNamara2-13/+10
2011-07-13add sylk extension and text/spreadsheet mimetypeCaolán McNamara1-2/+2
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan18-103/+1
2011-07-12use oox filter for *all* control importNoel Power4-102/+35
2011-07-12check if seek succeededCaolán McNamara1-2/+2
2011-07-11avoid optimization turning into pessimisation for stupid stringsCaolán McNamara1-1/+4
2011-07-11check if seek succeedsCaolán McNamara1-1/+3
2011-07-11check seeks for success against short readsCaolán McNamara2-38/+75
2011-07-11callcatcher: remove unused CreateCache_ImplCaolán McNamara1-43/+0
2011-07-11Implemented a new way for exporting and handling placeholder text elementsMarco Cecchetti7-425/+502
2011-07-11Split the script in smaller piecesMarco Cecchetti2-15/+32
2011-07-08MSOffice 2003 xml format often uses class extensionsCaolán McNamara2-2/+2
2011-07-07Fix some ambiguous method errors.Joseph Powers1-3/+3
2011-07-08Enhancing svg exportMarco Cecchetti7-598/+2894
2011-07-06Added pointer validations to avoid some edge-case documents crashingmarc-andre@atc.tcs.com1-2/+2
2011-07-02Resolves: fdo#34023 apparent negative string lengthCaolán McNamara1-1/+1
2011-06-30svg export filter: added support for browsing slidesMarco Cecchetti2-10/+140
2011-06-22don't erase an entry in a vector and continue using the iteratorMarkus Mohrhard1-6/+5
2011-06-18Just 2 little fixesJulien Nabet1-3/+3
2011-06-17Replace List with std::vector< PPTFieldEntry* >Joseph Powers1-31/+34
2011-06-16Replace List with std::vector< EscherPersistEntry* >Joseph Powers2-45/+52
2011-06-17Deliver also static librariesTor Lillqvist1-0/+1
2011-06-17Use LIBXML_CFLAGS if SYSTEM_LIBXMLTor Lillqvist2-0/+14
2011-06-16Replace List with std::vector< EscherConnectorListEntry* >Joseph Powers2-12/+12
2011-06-16Convert List to std::vector< EscherShapeListEntry* >Joseph Powers2-11/+17
2011-06-16Fix a typo in my whitespace cleanup.Joseph Powers1-3/+4
2011-06-16Remove unused enum entry (ESCHER_BlipFlagDontSave)Joseph Powers1-505/+586