summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-17Refactored SwDoc::GetEditShell .feature/refactor-god-objectsValentin Kettner38-116/+121
2014-08-17fdo#82579: Only Point, Polygon, Size and TimeValue need to be handledTor Lillqvist2-20/+0
2014-08-17svtools: show spin for FormattedFieldTomaž Vajngerl1-1/+1
2014-08-17libgltf: Append shader language version to the shader filesZolnai Tamás3-12/+32
2014-08-17collada2gltf: it seems better not to add #version to glTF shader filesZolnai Tamás1-4/+6
2014-08-17remove executable bitsThomas Arnhold63-0/+0
2014-08-17remove svl/ignores.persistThomas Arnhold1-0/+0
2014-08-17oupsThomas Arnhold1-2/+2
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante22-327/+16
2014-08-16fdo#80453 (part) Help button for insert random #Olivier Hallot1-247/+354
2014-08-17fix unit test after size_t changeThomas Arnhold1-1/+1
2014-08-17boost: update patch statesThomas Arnhold1-3/+3
2014-08-17warning C4800: forcing value to bool 'true' or 'false'Thomas Arnhold1-1/+1
2014-08-17warning C4800: forcing value to bool 'true' or 'false'Thomas Arnhold7-8/+8
2014-08-17warning C4800: 'sal_uInt32' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-17namespace cssThomas Arnhold1-54/+54
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-1/+1
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-17namespace cssThomas Arnhold1-50/+50
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-6/+6
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-12/+12
2014-08-17warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false'Thomas Arnhold1-7/+7
2014-08-17warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-17use bool directlyThomas Arnhold4-15/+15
2014-08-17convert int to boolThomas Arnhold2-8/+8
2014-08-16upgrade to apache-commons-1.2Thomas Arnhold10-15/+16
2014-08-17Fix another: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin1-1/+1
2014-08-17Fix: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin1-2/+6
2014-08-17loplugin:passstuffbyref (Primitive2DSequence)Matteo Casalin2-3/+3
2014-08-16Related: fdo#45588 Use of different items for Formatting MarksJulien Nabet2-2/+2
2014-08-16CID 1231678: Uninitialized pointer fieldMatteo Casalin1-0/+1
2014-08-16Missing ; (unsuccessful merge)Matteo Casalin1-1/+1
2014-08-16Fix member function prototype (sal_uIntPtr& to size_t&)Matteo Casalin1-1/+1
2014-08-16Reserve vector capacity in advanceMatteo Casalin1-0/+1
2014-08-16Simplify by early bail-outMatteo Casalin1-5/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin105-516/+489
2014-08-16bDoInvalidate is always falseMatteo Casalin1-8/+0
2014-08-16Simplify loopMatteo Casalin1-9/+3
2014-08-16Remove repeated checkMatteo Casalin1-1/+1
2014-08-16Avoid redundant cehck and unneeded local scopeMatteo Casalin1-14/+8
2014-08-16Just copy the boolean valueMatteo Casalin1-3/+3
2014-08-16Remove pnMarkNum parameter: either NULL or pointed data is not readMatteo Casalin4-16/+8
2014-08-16These function members does not need to be virtualMatteo Casalin1-2/+2
2014-08-16Delete commented-out declaration of function membersMatteo Casalin2-5/+0
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin100-730/+687
2014-08-16sal_uInt16 to size_t, avoid temporaries and hardcoded constantsMatteo Casalin1-14/+9
2014-08-16Fix indentation/formatMatteo Casalin1-32/+30
2014-08-16Use more proper integer types, avoid temporaries and constifyMatteo Casalin3-8/+7
2014-08-16Fix indentation/formatMatteo Casalin1-91/+85