summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-05remove unnecessary comments from .SDI filesNoel Grandin7-4192/+0
2016-02-05tdf#74608: Ctor function for mork component implementationDavid Ostrovsky6-68/+9
2016-02-05Avoid ambiguities among operator[] overloadsStephan Bergmann1-20/+0
2016-02-05remove unused Hidden/Description/UnoName from .SDI filesNoel Grandin8-36/+4
2016-02-05remove unused typedef in .SDI filesNoel Grandin4-7/+2
2016-02-05remove unused union from .SDI filesNoel Grandin5-11/+2
2016-02-05remove unused int/char/map/ItemName/AllConfig from .SDI filesNoel Grandin5-24/+0
2016-02-05remove unused SlotId/Volatile from .SDI filesNoel Grandin7-45/+3
2016-02-05remove unused HelpContext/Name/UCHAR/USHORT from .SDI filesNoel Grandin5-24/+1
2016-02-05remove unused in/out/inout from .SDI filesNoel Grandin5-56/+0
2016-02-05sw: remove no longer used SwViewShell::setTiledRendering()Miklos Vajna3-11/+0
2016-02-05Fix typosAndrea Gelmini156-222/+222
2016-02-05remove unused Default from .SDI filesNoel Grandin5-22/+10
2016-02-05remove unused HelpFile from .SDI filesNoel Grandin4-5/+0
2016-02-05remove unused SvName from .SDI filesNoel Grandin4-22/+0
2016-02-05remove unused SbxName from .SDI filesNoel Grandin5-21/+4
2016-02-05remove unused OdlName from .SDI filesNoel Grandin5-39/+20
2016-02-05remove unused TypeLib from .SDI filesNoel Grandin4-5/+0
2016-02-05remove commented out stuff from .SDI filesNoel Grandin12-241/+3
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin54-357/+1
2016-02-05remove unused Readonly from .SDI filesNoel Grandin14-737/+0
2016-02-05remove unused Automation from .SDI filesNoel Grandin73-183/+62
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock2-6/+2
2016-02-05vcl: Remove unneeded exception constantsChris Sherlock4-9/+0
2016-02-05vcl: remove VCL_INPUT_MOUSEANDKEYBOARD, not necessaryChris Sherlock2-3/+2
2016-02-05vcl: move AInfo into private headerChris Sherlock4-14/+17
2016-02-04this does not make senseEike Rathke1-1/+1
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis10-34/+233
2016-02-04fix typoMarkus Mohrhard1-1/+1
2016-02-04sfx2: avoid writing META-INF/ when signing OOXML filesMiklos Vajna2-17/+40
2016-02-04xmlsecurity: don't write the stream of an OOXML storageMiklos Vajna1-15/+19
2016-02-04xmlsecurity: support tmp storage instead of tmp stream for OOXMLMiklos Vajna2-2/+18
2016-02-04Remove pointer (pen) from Navigator windowBryan Quigley9-97/+14
2016-02-04coverity#1326404 Dereference null return valueCaolán McNamara1-1/+2
2016-02-04coverity#1326401 Dereference null return valueCaolán McNamara2-19/+11
2016-02-04coverity#1326400 Dereference null return valueCaolán McNamara1-6/+6
2016-02-04coverity#1326406 Dereference null return valueCaolán McNamara1-1/+1
2016-02-04coverity#1326407 Dereference null return valueCaolán McNamara1-1/+1
2016-02-04coverity#1326425 Dereference null return valueCaolán McNamara1-1/+1
2016-02-04coverity#1326426 Dereference null return valueCaolán McNamara1-1/+5
2016-02-04coverity#1326427 Dereference null return valueCaolán McNamara1-1/+1
2016-02-04coverity#1326216 Explicit null dereferencedCaolán McNamara1-1/+3
2016-02-04coverity#1326217 Explicit null dereferencedCaolán McNamara1-2/+5
2016-02-04coverity#1326386 Dereference null return valueCaolán McNamara1-0/+4
2016-02-04coverity#1326399 Dereference null return valueCaolán McNamara1-1/+3
2016-02-04coverity#1326388 Dereference null return valueCaolán McNamara1-16/+5
2016-02-04Split long command line into multiple shorter onesStephan Bergmann1-62/+124
2016-02-04framework: clean up ugly _ prefixed identifiersMichael Stahl1-8/+10
2016-02-04loplugin:sallogareasStephan Bergmann4-5/+5
2016-02-04Replace push(std::make_tuple(...)) with emplace(...)Stephan Bergmann1-4/+4