summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-04-13add some label testsBjoern Michaelsen
2015-04-13add set/getData testsBjoern Michaelsen
2015-04-13move check_table/fill_table from inner f. to priv. member fnct.Bjoern Michaelsen
2015-04-13use getCells()Bjoern Michaelsen
2015-04-13use getCells()Bjoern Michaelsen
2015-04-13use getCells() hereBjoern Michaelsen
2015-04-13SwxTextTable::setData can reuse XCellRangeBjoern Michaelsen
2015-04-13allow CONVERT_TWIPS be only used when settingBjoern Michaelsen
2015-04-13simplifyBjoern Michaelsen
2015-04-13simplify exceptionBjoern Michaelsen
2015-04-13use copy_n to simplifyBjoern Michaelsen
2015-04-13use some more nullptrBjoern Michaelsen
2015-04-13simplifyBjoern Michaelsen
2015-04-13simplifyBjoern Michaelsen
2015-04-13usw std::swapBjoern Michaelsen
2015-04-13refactorBjoern Michaelsen
2015-04-13simplifyBjoern Michaelsen
2015-04-13simplifyBjoern Michaelsen
2015-04-13simplifyBjoern Michaelsen
2015-04-13format changesSiqi Liu
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
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