summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi
AgeCommit message (Expand)AuthorFilesLines
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-46/+46
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht4-17/+16
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin2-151/+145
2015-09-11convert Link<> to typedNoel Grandin1-3/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-23tdf#39440 reduce variable scope, adapt indentationMichael Weghorn1-4/+4
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin3-3/+3
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-7/+7
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin2-3/+4
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-3/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+2
2015-05-05loplugin:staticmethodsNoel Grandin2-5/+5
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl2-4/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-120/+150
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-3/+3
2015-04-20sc: convert new to ::CreateNoel Grandin2-11/+11
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+7
2015-04-09vcl: VclPtr conversion in scNoel Grandin3-117/+140
2015-03-23loplugin:constantfunction: scNoel Grandin2-10/+0
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-3/+3
2015-02-22Typo: widht->widthJulien Nabet1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-34/+0
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann1-2/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-2/+2
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-12-09changed timer to idle, and translated de to enTobias Madl1-60/+57
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl2-7/+7
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1