summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
AgeCommit message (Expand)Author
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-28coverity#1078448 Unchecked return valueCaolán McNamara
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-03coverity#1242434 Dereference after null checkCaolán McNamara
2014-10-03PutGroupDoc(foo) is just delete fooCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21fdo#58189 : EDITING: Wrong Chapter Moves with the NavigatorUlrich Kitzinger
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-13coverity#705042 Dereference after null checkCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-09Resolves: fdo#83251 menu on master doc insert disappearsCaolán McNamara
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26there is no GLOBAL_CONTENT_TEXT iconCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-07coverity#705041 Dereference after null checkCaolán McNamara
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-26Use index in repeated OUString::getTokenMatteo Casalin
2014-07-26sal_uInt16 to size_tMatteo Casalin
2014-07-22sal_uInt16 to size_tMatteo Casalin
2014-07-22OUString::number was probably meant here (previously: valueOf)Matteo Casalin
2014-07-22sal_uInt16 to long, constifyMatteo Casalin
2014-07-22sal_uInt16 to more proper integer types, constifyMatteo Casalin
2014-07-22sal_uInt16 to size_t, constifyMatteo Casalin
2014-07-22Avoid temporary and reduce computationsMatteo Casalin
2014-07-22nFound is never readMatteo Casalin
2014-07-22sal_uInt16 to size_tMatteo Casalin
2014-07-22sal_uInt16 to sal_Int32, constifyMatteo Casalin
2014-07-15Refactored IDocumentOutlineNodes out of SwDoc.Valentin Kettner
2014-07-03coverity#704075 Unchecked return valueCaolán McNamara
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-28sal_uInt16 to sal_(u)Int32Matteo Casalin
2014-06-28Micro optimizations: pre-increment and constifyMatteo Casalin
2014-06-28sal_uInt16 to SwTwips and delay downcastsMatteo Casalin
2014-06-28sal_uInt16: constify and avoid unneed castMatteo Casalin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-23SwContentType::FillMemberList: ignore TextFrames which are used as TextBoxesMiklos Vajna
2014-06-20Avoid possible memory leaks in case of exceptionsTakeshi Abe