summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/backgrnd.cxx
AgeCommit message (Expand)Author
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
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-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-27constLuboš Luňák
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-12coverity#705461 Dereference null return valueCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-01coverity#707724 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#707723 Uninitialized scalar fieldCaolán McNamara
2014-01-14bool improvementsStephan Bergmann
2013-11-14SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameterStephan Bergmann
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-03cppcheck: Clarify expression with parenthesisJulien Nabet
2013-10-10CID#1103720 make leak impossibleCaolán McNamara
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin
2013-08-23cppcheck: reduce scope + remove commented linesJulien Nabet
2013-08-16fdo#66827 sw: rename SID_ATTR_FILL_GRADIENT to SID_SW_ATTR_FILL_GRADIENTMiklos Vajna
2013-07-26stash rather arbitrary widget sizes in one placeCaolán McNamara
2013-06-27coverity#1038294 Explicit null dereferenceNorbert Thiebaud
2013-06-21de-uglify ** = new * and don't leak temporary SvxBrushItemEike Rathke
2013-06-21coverity#707511 Unitialized pointer readNorbert Thiebaud
2013-05-20Resolves: #i122041# Unified and centralized control for Color ValueSetsArmin Le Grand
2013-04-30rework background page to balance the preview and controlsCaolán McNamara
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák