summaryrefslogtreecommitdiffstats
path: root/svx/source/tbxctrls/grafctrl.cxx
Commit message (Expand)AuthorAgeFilesLines
* convert SfxPopupWindowType to enum classNoel Grandin2015-03-241-1/+1
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-061-1/+2
* changed timers to idleJennifer Liebel2014-12-091-4/+4
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-3/+3
* nShearWink -> nShearAngleMiklos Vajna2014-10-211-2/+2
* loplugin: cstylecastNoel Grandin2014-10-201-20/+20
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-2/+2
* nDrehWink -> nRotationAngleMiklos Vajna2014-10-151-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-231-9/+9
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-16/+16
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-10/+10
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-161-1/+1
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-2/+2
* OSL_ENSURE->assertCaolán McNamara2014-06-261-2/+2
* Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann2014-06-111-1/+1
* unused floating window RID_SVXTBX_GRFFILTERThomas Arnhold2014-05-051-1/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-101-1/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-3/+3
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-6/+6
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-1/+1
* SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara2014-01-231-1/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-8/+8
* Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOMCaolán McNamara2014-01-201-2/+1
* Window::PreNotify should return boolStephan Bergmann2014-01-181-2/+2
* Window::Notify should return boolStephan Bergmann2014-01-171-5/+5
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-101-1/+1
* SfxNoLayoutSingleTabDialog->SfxSingleTabDialogCaolán McNamara2013-12-271-5/+6
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-8/+8
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* convert svx/source/tbxctrls/*.cxx from String to OUStringNoel Grandin2013-09-051-12/+12
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-11/+10
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-3/+3
* Bin more pointless comments and ASCII graphicsTor Lillqvist2013-03-161-143/+0
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-121-1/+1
* rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2013-01-241-1/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-4/+4
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-26/+15
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-2/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+3
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-2/+2
* callcatcher: update unused listCaolán McNamara2012-02-271-5/+0
* unwrap ifdefs with unused membersCaolán McNamara2012-02-211-1/+4
* remove include of pch header from svxNorbert Thiebaud2011-11-271-2/+0
* Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-281-55/+93
|\
| * ka102: rebased to DEV300_m100ka2011-02-171-30/+30
| |\
| * | ka102: disable graphic attributes in case of RenderGraphic contentka2011-02-071-54/+92