summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-04-12sal_uInt16 to sal_Int32Matteo Casalin3-7/+7
2015-04-12Use size() on array filled by SwEditShell::GetINetAttrs to get number of itemsMatteo Casalin4-8/+8
2015-04-12Group common codeMatteo Casalin1-34/+27
2015-04-12USHRT_MAX ==> COMPLETE_STRINGMatteo Casalin1-2/+2
2015-04-12Use more proper integer typesMatteo Casalin1-2/+2
2015-04-12Use auto instead of sal_uInt16Matteo Casalin1-1/+1
2015-04-12Simplify by early bail-outMatteo Casalin1-15/+9
2015-04-12return value of SwEditShell::GetGlobalDocContent is always discardedMatteo Casalin2-4/+3
2015-04-12Use more proper integer types and reduce scopeMatteo Casalin1-3/+2
2015-04-12Use more proper integer types and range-for loopsMatteo Casalin2-38/+29
2015-04-12Avoid else branches after return statementsMatteo Casalin1-18/+14
2015-04-12getMaxLookup() can return by value and also be local inlineMatteo Casalin1-3/+2
2015-04-12Fix indentation and simplifyMatteo Casalin1-7/+9
2015-04-12Use range-for loopMatteo Casalin1-2/+2
2015-04-12Evaluate expression just onceMatteo Casalin1-9/+6
2015-04-12Simplify DelLeadingBlanks interfaceMatteo Casalin1-6/+6
2015-04-12Use range-for loopsMatteo Casalin3-8/+5
2015-04-12Use auto for backward loop indexMatteo Casalin2-5/+5
2015-04-12Use more proper integer typesMatteo Casalin1-5/+5
2015-04-12Use vector<T>::size_typeMatteo Casalin1-4/+4
2015-04-12Indent properlyMatteo Casalin1-6/+6
2015-04-12Use more proper types and range-for loopsMatteo Casalin2-54/+64
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-24/+23
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-8/+6
2015-04-12Reduce scope and make code more readableMatteo Casalin1-6/+13
2015-04-12avoid assert on re-export of rhbz972256-3.docx to docxCaolán McNamara1-0/+7
2015-04-12tdf#75614 RTF import: fix missing text after footnoteMiklos Vajna2-0/+24
2015-04-11fix assert on export of ooo103014-1.odt to .docCaolán McNamara1-0/+5
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna3-5/+5
2015-04-10typosMichael Stahl1-2/+2
2015-04-10tdf#86578: sw: fix rendering of legacy documents with fly achored at flyMichael Stahl8-207/+261
2015-04-10sw: replace some magic frame type numbersMichael Stahl7-13/+14
2015-04-10tdf#90230 SwDoc::AppendDoc: take care of marks when inserting page breakMiklos Vajna3-0/+32
2015-04-10sw::mark::MarkManager::dumpAsXml(): show UNO marksMiklos Vajna1-0/+2
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin3-3/+3
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin4-4/+5
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin35-80/+80
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin1-2/+2
2015-04-10DocxAttributeOutput::m_postponedDiagram: use std::unique_ptr<>Miklos Vajna2-10/+8
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-2/+2
2015-04-09tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unusedMiklos Vajna3-3/+15
2015-04-09newly set nStart and nEnd are not usedCaolán McNamara1-2/+0
2015-04-09Relate: tdf#88045 Edit Numbering Style Button is nonclickable for None EntryHeena Gupta2-2/+20
2015-04-09fdo#88045-Edit Button for Numbering Style in Edit Paragraph StyleHeena Gupta3-1/+69
2015-04-09loplugin:staticmethodsNoel Grandin6-19/+19
2015-04-09SwEditWin tiled rendering: do word selection even if the cursor was correctedMiklos Vajna1-2/+2
2015-04-09hinter: 'after' better than 'behind'Caolán McNamara5-10/+10
2015-04-09DocxAttributeOutput::m_pPostponedGraphic: use std::unique_ptr<>Miklos Vajna2-12/+10
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin2-2/+2
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin1-12/+12