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