summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/toolbarlayoutmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann1-11/+11
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-13/+13
2013-11-15fdo#66864: Return from full-screen should restore toolbars.Jan Holesovsky1-15/+11
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin1-7/+7
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-3/+1
2013-07-24fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcuStephan Bergmann1-9/+6
2013-07-05fdo#66524 - defer population of AddOns toolbar icons until they are shown.Michael Meeks1-0/+10
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-24Resolves: #i121577# Allow setting toolbar name in Addons.xcuAriel Constenla-Haile1-3/+4
2013-06-24Resolves: #i116455# Make toolbar style settings persistentAriel Constenla-Haile1-5/+9
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-10Kill copy'n'paste.Jan Holesovsky1-131/+5
2013-04-04fdo#37758: Really set the toolbar as hidden.Jan Holesovsky1-0/+9
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-75/+75
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-15Revert "sb140: #i116786# use auto_ptr to track member lifetime"Michael Meeks1-5/+9
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-8/+8
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-5/+6
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara1-4/+0
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-0/+1
2012-08-23Fix off-by-one drawing problems of the bottom docking area.Jan Holesovsky1-2/+2
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-08remove include comments and boxesThomas Arnhold1-4/+0
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-19/+19
2012-06-06fdo#50651: update layout after toolbar destructionIvan Timofeev1-1/+9
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks1-19/+19
2012-05-04resolved fdo#46160 query model only once whether it is a previewEike Rathke1-16/+25
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+2
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-3/+3
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot1-12/+12
2011-11-27remove include of pch header from frameworkNorbert Thiebaud1-2/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-09-20Remove RCS headerThomas Arnhold1-3/+0
2011-09-09sb140: #i116786# use auto_ptr to track member lifetimeStephan Bergmann1-9/+5
2011-09-06callcatcher: various unused methodsCaolán McNamara1-38/+0
2011-07-06Resolves: fdo#34450 long/int mix causes 32bit LONG_MAX to be 64bit -1Caolán McNamara1-145/+133
2011-06-20catch by const referenceCaolán McNamara1-29/+89
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky1-0/+3
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-0/+8
2011-05-25add mode-lines hereCaolán McNamara1-0/+3
2011-05-13fix for fdo#36684Noel Power1-0/+1
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens1-0/+8
2011-04-19prefer prefix ++/-- operatorsKayo Hamid1-19/+19