summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin
2015-04-13convert HIDDENINFORMATION_ constants into scoped enumNoel Grandin
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-13DocxAttributeOutput::m_postponedOLE: use std::unique_ptr<>Miklos Vajna
2015-04-13sw: SetCursorLogicPosition -> SetCursorTwipPositionMiklos Vajna
2015-04-13Add SwXTextDocument::postKeyEvent() testcase.Miklos Vajna
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist
2015-04-12sal_uInt16 to sal_Int32Matteo Casalin
2015-04-12Use size() on array filled by SwEditShell::GetINetAttrs to get number of itemsMatteo Casalin
2015-04-12Group common codeMatteo Casalin
2015-04-12USHRT_MAX ==> COMPLETE_STRINGMatteo Casalin
2015-04-12Use more proper integer typesMatteo Casalin
2015-04-12Use auto instead of sal_uInt16Matteo Casalin
2015-04-12Simplify by early bail-outMatteo Casalin
2015-04-12return value of SwEditShell::GetGlobalDocContent is always discardedMatteo Casalin
2015-04-12Use more proper integer types and reduce scopeMatteo Casalin
2015-04-12Use more proper integer types and range-for loopsMatteo Casalin
2015-04-12Avoid else branches after return statementsMatteo Casalin
2015-04-12getMaxLookup() can return by value and also be local inlineMatteo Casalin
2015-04-12Fix indentation and simplifyMatteo Casalin
2015-04-12Use range-for loopMatteo Casalin
2015-04-12Evaluate expression just onceMatteo Casalin
2015-04-12Simplify DelLeadingBlanks interfaceMatteo Casalin
2015-04-12Use range-for loopsMatteo Casalin
2015-04-12Use auto for backward loop indexMatteo Casalin
2015-04-12Use more proper integer typesMatteo Casalin
2015-04-12Use vector<T>::size_typeMatteo Casalin
2015-04-12Indent properlyMatteo Casalin
2015-04-12Use more proper types and range-for loopsMatteo Casalin
2015-04-12Use more proper types and range-for loopsMatteo Casalin
2015-04-12Use more proper types and range-for loopsMatteo Casalin
2015-04-12Reduce scope and make code more readableMatteo Casalin
2015-04-12avoid assert on re-export of rhbz972256-3.docx to docxCaolán McNamara
2015-04-12tdf#75614 RTF import: fix missing text after footnoteMiklos Vajna
2015-04-11fix assert on export of ooo103014-1.odt to .docCaolán McNamara
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna
2015-04-10typosMichael Stahl
2015-04-10tdf#86578: sw: fix rendering of legacy documents with fly achored at flyMichael Stahl
2015-04-10sw: replace some magic frame type numbersMichael Stahl
2015-04-10tdf#90230 SwDoc::AppendDoc: take care of marks when inserting page breakMiklos Vajna
2015-04-10sw::mark::MarkManager::dumpAsXml(): show UNO marksMiklos Vajna
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin
2015-04-10DocxAttributeOutput::m_postponedDiagram: use std::unique_ptr<>Miklos Vajna
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-09tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unusedMiklos Vajna
2015-04-09newly set nStart and nEnd are not usedCaolán McNamara