summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* do not hardcode python binary nameDavid Tardon2011-09-091-3/+3
* fix dodgy assigns to const array paramjulien24122011-09-081-6/+4
* callcatcher: update listCaolán McNamara2011-09-081-1/+0
* [cppchecker] unread variable deletedPierre-André Jacquod2011-09-061-4/+0
* Look at OS_FOR_BUILD, not GUITor Lillqvist2011-09-061-1/+1
* Do this on windows only, everything else has some python availableCaolán McNamara2011-09-061-7/+1
* nope, python is supposed to install pythonCaolán McNamara2011-09-061-1/+1
* pyuno is the module that installs python apparentlyCaolán McNamara2011-09-062-2/+1
* get this building under windowsCaolán McNamara2011-09-062-2/+17
* let move this back so scoping doesn't clobber usCaolán McNamara2011-09-051-3/+4
* add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara2011-09-053-257/+238
* Bin generated svgscript.hxx, add original file.Marco2011-09-044-7465/+8487
* Cppcheck detected the use of an auto_ptr with new [].julien24122011-09-031-2/+2
* Move OoxmlFormulaExportBase to ooxTor Lillqvist2011-09-013-88/+1
* Need an explicit implementation of constructor for MSVC it seemsTor Lillqvist2011-09-013-1/+42
* valgrind: various unused codeCaolán McNamara2011-08-292-42/+0
* Cleanup, and made svg animation export experimentalThorsten Behrens2011-08-263-8/+32
* Added detailed license notice to the embedded script and fixed a bug.Marco Cecchetti2011-08-261-6931/+6979
* Fixed a bug about exporting page number placeholder fieldsMarco Cecchetti2011-08-261-14/+14
* new presentantion engine version adding support for several shape animationsMarco Cecchetti2011-08-261-289/+6006
* a new method for exporting animations has been implemented.Marco Cecchetti2011-08-262-8/+95
* Now a unique id for each page and each shape is generated through the UnoInte...Marco Cecchetti2011-08-262-60/+79
* remove newly unused codeCaolán McNamara2011-08-253-120/+0
* msvbasic.hxx was removed with commit cecb746a3d8132998711c429163874d39ff5b2ffEike Rathke2011-08-241-1/+0
* kill old vba and ole control filter(s) for import at leastNoel Power2011-08-247-6026/+0
* dev-install build fixGabor2011-08-241-7/+1
* n#699334: Legacy Diagram Text import.Muthu Subramanian2011-08-232-14/+11
* 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