summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Fix typosAndrea Gelmini20-28/+28
2017-03-02Fix typosAndrea Gelmini16-21/+21
2017-03-02Fix typosAndrea Gelmini11-15/+15
2017-03-02fix leakCaolán McNamara1-6/+6
2017-03-02dig out lotuswordpros table limitsCaolán McNamara2-0/+11
2017-03-02-Werror,-Wimplicit-fallthroughStephan Bergmann1-0/+1
2017-03-02ofz: don't alloc for bitmap where there isn't enough data to fillCaolán McNamara1-2/+8
2017-03-02COMPRESS_OWN define is not used standalone anywhereCaolán McNamara1-2/+1
2017-03-02reject bmps with unknown compression schemesCaolán McNamara2-6/+22
2017-03-02Fix typosAndrea Gelmini12-21/+21
2017-03-02Fix typosAndrea Gelmini29-39/+39
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann33-196/+208
2017-03-02Missing includeStephan Bergmann1-0/+1
2017-03-02tdf#106270 vcl PDF import: use BitmapWriteAccess::CopyScanline()Miklos Vajna1-21/+6
2017-03-02ofz: init varsCaolán McNamara1-7/+7
2017-03-02ofz: oom in reading hwp dataCaolán McNamara1-2/+16
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin5-12/+8
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna11-39/+23
2017-03-02bypass exception throwing and catchingNoel Grandin1-12/+5
2017-03-02elide the SwSurround enumNoel Grandin50-323/+256
2017-03-02add test for own basic functionZdeněk Crhonek1-0/+4865
2017-03-02don't need this STL hack anymoreNoel Grandin2-13/+2
2017-03-02sw: replace hardcoded 1 with TRISTATE_TRUEJochen Nitschke1-1/+1
2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke8-62/+50
2017-03-02starmath: Drop SmParseError::UnoperExpectedTakeshi Abe4-10/+2
2017-03-01xmloff: prefix member nElement of XMLTransformerBaseJulien Nabet2-5/+5
2017-03-01Typo: decaration->declarationJulien Nabet2-2/+2
2017-03-01ofz: check reads, zero vars, return earlier on failureCaolán McNamara1-58/+90
2017-03-01ofz: ReadBlock has to be HWPIDLen to be usefulCaolán McNamara1-1/+1
2017-03-01Resolves: tdf#106261 throw away old node map for tableCaolán McNamara1-0/+8
2017-03-01No need for the program -> MacOS symlinkTor Lillqvist2-18/+0
2017-03-01Updated coreMichael Stahl1-0/+0
2017-03-01sw: remove some more hardcoded 1 with TRISTATE_TRUEMichael Stahl1-2/+2
2017-03-01tdf#77111 sw: fix page number offset on table dialog "Text Flow"Michael Stahl3-27/+49
2017-03-01build WordProCellsMap much fasterCaolán McNamara1-4/+1
2017-03-01Tolerate mouse move generation on disposed windows.Michael Meeks1-1/+2
2017-03-01uitest: finally a working dependency on the build target for uicheckMarkus Mohrhard2-1/+6
2017-03-01reorg SwBreakIt to just create it at the startCaolán McNamara2-29/+14
2017-03-01ofz: oom on seeks past end of SvMemoryStreamCaolán McNamara1-1/+4
2017-03-01move SvtLinguOptions into SmDocShellCaolán McNamara3-14/+12
2017-03-01Use $(LIBO_SHARE_FOLDER) instead of hard-coded "share"Tor Lillqvist1-1/+1
2017-03-01fix leakCaolán McNamara1-10/+8
2017-03-01remove UsedOrUnusedVirtObjPred and replace it with a small lambdaBjoern Michaelsen1-10/+1
2017-03-01move GetOrdNumForNewRef() and CreateNewRef() ...Bjoern Michaelsen4-65/+55
2017-03-01move predicates into only using compilation unitBjoern Michaelsen2-60/+31
2017-03-01fix indentCaolán McNamara1-50/+46
2017-03-01unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara2-13/+4
2017-03-01GetEditEngineItemPool can be privateCaolán McNamara1-1/+2
2017-03-01Correct indentation of try blockTor Lillqvist1-64/+65
2017-03-01fix leakCaolán McNamara8-114/+98