summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
AgeCommit message (Expand)AuthorFilesLines
2015-04-03tdf#88360: sw: fix crash on closing help in Navigator windowMichael Stahl1-9/+6
2015-01-14fdo#87845: sw: fix crash in navigator dialog when view is closedMichael Stahl1-2/+17
2014-12-02capitalize e-mail in list of publication typesStanislav Horacek1-1/+1
2014-11-28fdo#79303: Revert "fdo#70861 SwToSfxPageDescAttr: fix call to ...Michael Stahl1-3/+2
2014-11-24coverity#1255910 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-11-24fdo#85886 don't redraw the Navigator content tree if nothing changedMichael Stahl1-2/+32
2014-11-18fdo#82708 editing statusbar tooltip textsYousuf Philips1-5/+5
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-21/+22
2014-11-11fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt5-2/+89
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2-2/+2
2014-11-09Try to fix CppunitTest_sw_mailmerge testSamuel Mehrbrodt1-2/+3
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt1-0/+6
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-28coverity#1078448 Unchecked return valueCaolán McNamara1-1/+3
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin5-10/+10
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-10-03coverity#1242434 Dereference after null checkCaolán McNamara1-11/+13
2014-10-03PutGroupDoc(foo) is just delete fooCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin7-16/+16
2014-09-21fdo#58189 : EDITING: Wrong Chapter Moves with the NavigatorUlrich Kitzinger1-4/+3
2014-09-18fdo#82577: Handle FontNoel Grandin3-5/+5
2014-09-13coverity#705042 Dereference after null checkCaolán McNamara1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann6-26/+26
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann5-5/+5
2014-09-09Resolves: fdo#83251 menu on master doc insert disappearsCaolán McNamara1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-5/+5
2014-08-26there is no GLOBAL_CONTENT_TEXT iconCaolán McNamara1-1/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist4-6/+6
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-14/+14
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-07coverity#705041 Dereference after null checkCaolán McNamara1-1/+4
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin2-760/+337
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2-106/+106
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin3-4/+4
2014-07-26Use index in repeated OUString::getTokenMatteo Casalin1-1/+2
2014-07-26sal_uInt16 to size_tMatteo Casalin1-6/+6
2014-07-22sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-07-22OUString::number was probably meant here (previously: valueOf)Matteo Casalin1-1/+1
2014-07-22sal_uInt16 to long, constifyMatteo Casalin1-5/+5
2014-07-22sal_uInt16 to more proper integer types, constifyMatteo Casalin1-52/+40
2014-07-22sal_uInt16 to size_t, constifyMatteo Casalin1-4/+4
2014-07-22Avoid temporary and reduce computationsMatteo Casalin1-4/+4