summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-02-03cppcheck: Clarify calculation precedence for '%' and '?'Julien Nabet1-2/+2
2014-02-03cppcheck: Clarify expression with parenthesesJulien Nabet1-1/+1
2014-02-03Method Reset is not defined: remove its declarationMatteo Casalin1-3/+0
2014-02-03sal_Bool to boolMatteo Casalin14-201/+199
2014-02-03sal_Bool to boolMatteo Casalin4-21/+21
2014-02-03sal_Bool to boolMatteo Casalin3-31/+28
2014-02-03sal_Bool to boolMatteo Casalin6-60/+59
2014-02-03MultiSelection::GetRangeCount() returns size_tMatteo Casalin2-7/+6
2014-02-03Remove redundant checks and unnecessary variablesMatteo Casalin1-15/+4
2014-02-03Reduce scope of some local variablesMatteo Casalin1-17/+11
2014-02-03sal_Bool to boolMatteo Casalin2-18/+18
2014-02-03Bail out earlyMatteo Casalin1-43/+39
2014-02-03sal_Bool to boolMatteo Casalin5-117/+113
2014-02-03Avoid temporary for return valueMatteo Casalin1-3/+2
2014-02-03sal_Bool to boolMatteo Casalin5-107/+107
2014-02-03fdo#74477: Restore the title of the Outline Numbering windowGabor Kelemen1-1/+1
2014-02-03swpagerelsize ui: disable RelWidthRelation when RelWidthCB is not checkedMiklos Vajna1-2/+6
2014-02-03swpagerelsize ui: write WidthPercentRelation to doc modelMiklos Vajna1-0/+9
2014-02-03swpagerelsize ui: fix width percent valueMiklos Vajna3-4/+15
2014-02-03swpagerelsize ui: read WidthPercentRelation from doc modelMiklos Vajna2-0/+11
2014-02-03swpagerelsize ui: add new combo box for relative width relationMiklos Vajna1-18/+42
2014-02-03Document a bit.Jan Holesovsky1-0/+4
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks12-48/+48
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks12-18/+30
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann42-293/+292
2014-02-03Remove needless SW_DLLPRIVATE annotationsStephan Bergmann6-11/+11
2014-02-03Unused SWD_DLLPRIVATEStephan Bergmann1-1/+0
2014-02-03some more continuous correctionsThomas Arnhold5-7/+7
2014-02-03sw: hardcoded NS_sprm::LN_CDttmRMarkDelMiklos Vajna3-3/+4
2014-02-03remove GraphicObject::SetSwapStreamHdl() timeout parameterMichael Stahl1-5/+3
2014-02-03fdo#73300: sw: GraphicObjects are never swapped outMichael Stahl1-3/+5
2014-02-03fdo#73300: sw: don't swap in all images when loading filesMichael Stahl1-0/+3
2014-02-03DOCX import: make sure rotation is not changed when we alter sizeMiklos Vajna2-1/+9
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-3/+3
2014-02-03drawingML export: custom geometry with cubic bezier curvesZolnai Tamás2-0/+64
2014-02-02fdo#70159 Comments label: Use darker color when not highlightedJoren De Cuyper1-1/+1
2014-02-01oox: clear the saved shape when the shape really endsMiklos Vajna2-0/+11
2014-02-01sw: hardcoded NS_sprm::LN_PWAlignFontMiklos Vajna2-2/+3
2014-02-01fdo#61251 prefer exact matches before case guess matchingCaolán McNamara1-6/+32
2014-01-31coverity#984154 : Uninitialized scalar fieldNorbert Thiebaud1-2/+7
2014-01-31coverity#984155 : Uninitialized scalar fieldNorbert Thiebaud1-29/+52
2014-01-31coverity#984156 : Uninitialized scalar fieldNorbert Thiebaud1-6/+15
2014-01-31coverity#984157 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-31coverity#736941 : Arguments in wrong orderNorbert Thiebaud1-5/+6
2014-01-31sw: hardcoded NS_sprm::LN_CPbiIBulletMiklos Vajna2-2/+2
2014-01-31fdo#73872: File Corruption - Issue with w:footerReference in document.xmlYogeshBharate3-5/+4
2014-01-31Translate German comments and fix a few missed onePhilipp Weissenbacher2-46/+42
2014-01-30Use += when possibleMatteo Casalin1-4/+4
2014-01-30Bail out earlyMatteo Casalin1-35/+27
2014-01-30else is not needed after break/returnMatteo Casalin1-34/+22