summaryrefslogtreecommitdiffstats
path: root/svx/source/tbxctrls/fillctrl.cxx
Commit message (Expand)AuthorAgeFilesLines
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-3/+3
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-121-1/+1
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-121-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-2/+2
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-1/+1
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-281-0/+1
* svx: Cleanup ASCII art and useless commentsChris Laplante2014-08-191-11/+0
* XFillStyle -> css::drawing::FillStyleMiklos Vajna2014-07-191-46/+48
* Avoid null this pointers in member function callsStephan Bergmann2014-07-031-2/+3
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-031-9/+7
* Resolves: #i125065# handle critical cases in FillStyle/FillProperties...Armin Le Grand2014-06-171-426/+529
* svx: sal_Bool->boolNoel Grandin2014-03-111-5/+5
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-9/+9
* Remove visual noise from svxAlexander Wilms2014-02-261-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-231-5/+5
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-1/+1
* bool improvementsStephan Bergmann2014-01-281-3/+3
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-4/+4
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-141-3/+3
* convert code to use OUString::endsWithNoel Grandin2013-10-231-15/+15
* vcl: mark more Image constructors as "explicit"Michael Stahl2013-10-221-2/+2
* Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elementsArmin Le Grand2013-10-161-13/+0
* convert svx/source/tbxctrls/*.cxx from String to OUStringNoel Grandin2013-09-051-41/+30
* fdo#39468 Translate German commentsLaurent Balland-Poirier2013-08-291-37/+27
* Reduce scopeJulien Nabet2013-08-151-1/+1
* Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann2013-05-201-16/+29
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-2/+2
* sal_Bool to boolTakeshi Abe2013-04-121-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-20/+20
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-19/+19
* Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand2013-03-151-5/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-11-271-23/+14
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-1/+1
* Remove superfluous include commentsThomas Arnhold2012-06-091-3/+0
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
* remove include of pch header from svxNorbert Thiebaud2011-11-271-2/+0
* only allowed to create these via factory methods nowCaolán McNamara2011-09-261-7/+7
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-241-4/+4
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-121-28/+28
|\
| * removetooltypes01: #i112600# do not affect FASTBOOL in this cwsMikhail Voytenko2011-01-111-1/+1
| * removetooltypes01: #i112600# remove tooltypes from svxMikhail Voytenko2011-01-101-31/+31
| * CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or ...Mathias Bauer2010-04-201-2/+2
* | Move DBG_ERROR to OSL_FAILThomas Arnhold2011-03-021-1/+1
* | Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-1/+1
* | Clean up the codeAlexander O. Anisimov2010-11-091-3/+0
* | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+2
* | FASTBOOL to bool conversionNorbert Thiebaud2010-10-081-5/+5
|/