summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-16sal_uInt16 to sal_uInt16, constifyMatteo Casalin1-9/+9
2014-08-16This array can be staticMatteo Casalin2-2/+1
2014-08-16Group more code in local helper function and simplify itMatteo Casalin1-22/+26
2014-08-16DirInfo, LSize and MemoryBlock are unusedTor Lillqvist2-6/+0
2014-08-16Our use of Ptr does not clash with the <MacTypes.h> typedefTor Lillqvist2-2/+0
2014-08-16SVG test: check content of Primitive2DSequence with the XML dumperTomaž Vajngerl2-13/+41
2014-08-16initial implementation of XML dump for Primitive2DSequenceTomaž Vajngerl3-0/+233
2014-08-16XmlWriter: simplify and take SvStream* as inputTomaž Vajngerl3-22/+33
2014-08-16mtfxmldump: move XML writing into its own functionTomaž Vajngerl2-104/+112