summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-16Missing ; (unsuccessful merge)Matteo Casalin
2014-08-16Fix member function prototype (sal_uIntPtr& to size_t&)Matteo Casalin
2014-08-16Reserve vector capacity in advanceMatteo Casalin
2014-08-16Simplify by early bail-outMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16bDoInvalidate is always falseMatteo Casalin
2014-08-16Simplify loopMatteo Casalin
2014-08-16Remove repeated checkMatteo Casalin
2014-08-16Avoid redundant cehck and unneeded local scopeMatteo Casalin
2014-08-16Just copy the boolean valueMatteo Casalin
2014-08-16Remove pnMarkNum parameter: either NULL or pointed data is not readMatteo Casalin
2014-08-16These function members does not need to be virtualMatteo Casalin
2014-08-16Delete commented-out declaration of function membersMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16sal_uInt16 to size_t, avoid temporaries and hardcoded constantsMatteo Casalin
2014-08-16Fix indentation/formatMatteo Casalin
2014-08-16Use more proper integer types, avoid temporaries and constifyMatteo Casalin
2014-08-16Fix indentation/formatMatteo Casalin
2014-08-16sal_uInt16 to sal_uInt16, constifyMatteo Casalin
2014-08-16This array can be staticMatteo Casalin
2014-08-16Group more code in local helper function and simplify itMatteo Casalin
2014-08-16DirInfo, LSize and MemoryBlock are unusedTor Lillqvist
2014-08-16Our use of Ptr does not clash with the <MacTypes.h> typedefTor Lillqvist
2014-08-16SVG test: check content of Primitive2DSequence with the XML dumperTomaž Vajngerl
2014-08-16initial implementation of XML dump for Primitive2DSequenceTomaž Vajngerl
2014-08-16XmlWriter: simplify and take SvStream* as inputTomaž Vajngerl
2014-08-16mtfxmldump: move XML writing into its own functionTomaž Vajngerl
2014-08-16No need to write 'Tomaž Vajngerl
2014-08-16SvMemoryStream.remainingSize ret. size to end of data not bufferTomaž Vajngerl
2014-08-16Our use of Byte does not clash with the <MacTypes.h> typedefTor Lillqvist
2014-08-16Our use of Boolean does not clash with the Xt <X11/Intrinsic.h> typedefTor Lillqvist
2014-08-16RSC_TRISTATEBOX is no longer usedCaolán McNamara
2014-08-16RSC_MULTILINEEDIT no longer usedCaolán McNamara
2014-08-16RSC_TABCONTROLITEM* no longer usedCaolán McNamara
2014-08-16RSCMENUBUTTON_MENU is not longer usedCaolán McNamara
2014-08-16RSC_MENUBUTTON is not in use anymoreCaolán McNamara
2014-08-16Sync oox -> writerfilter alias for generic VMLMiklos Vajna
2014-08-16Sync oox -> writerfilter namespace prefixesMiklos Vajna
2014-08-16RTF import: handle pWrapPolygonVertices shape propertyMiklos Vajna
2014-08-16RTF import: handle negative SHPLEFT / SHPTOPMiklos Vajna
2014-08-16fdo#82580: Win32 GetObject() simplificationTor Lillqvist
2014-08-16WIN_MOUSE_MOVED and MOUSE_MOVED are unusedTor Lillqvist
2014-08-16WIN_HELP_HELPONHELP and HELP_HELPONHELP are unusedTor Lillqvist
2014-08-16WIN_HELP_INDEX and HELP_INDEX are unusedTor Lillqvist
2014-08-16writerfilter: abort build if model.xml does not validateMiklos Vajna
2014-08-16Fix $(call gb_ExternalExecutable_get_command,xmllint) in case of system libxmlMiklos Vajna
2014-08-16sfx2: remove commented constsChris Sherlock
2014-08-16Suppress unchecked warning - this is fineChris Sherlock
2014-08-16cppcheck: Throwing the original exceptionJulien Nabet
2014-08-16cppcheck: Prefer prefix ++/-- operatorsJulien Nabet