summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Typo: creat->createJulien Nabet2015-04-0411-20/+20
* Updated coreAndras Timar2015-04-041-0/+0
* and no user of OFILEOperandAttr left now eitherCaolán McNamara2015-04-044-165/+0
* new user of OFILEAnalyzer anymoreCaolán McNamara2015-04-042-21/+0
* ODbaseResultSet::createAnalyzer never calledCaolán McNamara2015-04-043-7/+0
* ShapeToolbarController::create is unusedCaolán McNamara2015-04-043-8/+0
* I wonder if I make this less obscure if coverity will grok itCaolán McNamara2015-04-041-8/+6
* coverity#1292910 Dereference after null checkCaolán McNamara2015-04-041-3/+2
* tdf#90404 OOXML chart legend import improvementAndras Timar2015-04-041-2/+2
* callcatcher: update unusedcodeCaolán McNamara2015-04-0413-189/+50
* save at least some of the external range name stuff to XLSXMarkus Mohrhard2015-04-042-8/+63
* actually make the exported file valid, related tdf#59663Markus Mohrhard2015-04-041-8/+7
* sw: prefix members of SwRootFrmMiklos Vajna2015-04-046-170/+170
* Presumably at least the #ifndef DISABLE_BDB2PMAP thing can be killedTor Lillqvist2015-04-042-109/+0
* Pointless to have a macro that is used just onceTor Lillqvist2015-04-041-2/+1
* Use std::make_shared<>Miklos Vajna2015-04-041-38/+38
* cppcheck: Identical code for different branchesJulien Nabet2015-04-041-2/+1
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2015-04-041-2/+2
* Mark it as static and constTakeshi Abe2015-04-041-1/+1
* put local functions into an unnamed namespaceTakeshi Abe2015-04-041-2/+2
* Breeze: Page property iconsandreas_k2015-04-0440-0/+0
* finally a good step in the direction of valid external data exportMarkus Mohrhard2015-04-041-3/+9
* document when we are going to create invalid OOXML documentsMarkus Mohrhard2015-04-041-0/+3
* correct xlsx element order, related tdf#59663Markus Mohrhard2015-04-043-1/+14
* make that code a bit more robust against strange internal statesMarkus Mohrhard2015-04-041-4/+7
* don't import data labels border properties for noFill bordersMarkus Mohrhard2015-04-041-0/+4
* fix OOXML vs MSO2007 in chart import in one more placeMarkus Mohrhard2015-04-041-5/+6
* sc: no need to pass these by valueMiklos Vajna2015-04-031-1/+1
* sc: -Werror,-Wunused-variableMiklos Vajna2015-04-031-1/+1
* CppunitTest_sw_ooxmlexport5: fix Fedora 22 alpha buildMiklos Vajna2015-04-031-10/+2
* document a few missing piecesMarkus Mohrhard2015-04-031-0/+7
* first part for correct handling of new cond format entriesMarkus Mohrhard2015-04-035-29/+126
* correct implementationMarkus Mohrhard2015-04-031-7/+26
* rename UNO API method for cond formatMarkus Mohrhard2015-04-033-10/+4
* Resolves: tdf#83977 Push/Pop before/after messing with the cursorCaolán McNamara2015-04-031-2/+2
* Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have oneCaolán McNamara2015-04-031-1/+1
* Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara2015-04-031-40/+16
* Related: tdf#82998 rearrange, no logic changeCaolán McNamara2015-04-031-34/+41
* Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara2015-04-031-1/+5
* Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara2015-04-031-14/+2
* Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara2015-04-033-10/+24
* Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara2015-04-033-10/+7
* Resolves: tdf#90099 group new style and change style together as one undoCaolán McNamara2015-04-031-2/+30
* Fix "unknown factory" log, declare and use FACTORYNAME_BASICJulien Nabet2015-04-031-1/+12
* use UNDO_EMPTY instead of bare 0Caolán McNamara2015-04-031-2/+2
* Resolves: tdf#89785 drop down list sizes locked in too earlyCaolán McNamara2015-04-031-5/+6
* tdf#51460 Calc fails to set undo step after changing image anchor modeHenry Castro2015-04-037-0/+194
* Parallelized update precompiled headers.Ashod Nakashian2015-04-031-0/+12
* DOCX export: use std::shared_ptr<> in FieldInfos::pFieldMiklos Vajna2015-04-032-14/+4
* tdf#90403 PPTX import: use real table sizeAndras Timar2015-04-034-0/+22