summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework
AgeCommit message (Expand)AuthorFilesLines
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara18-81/+83
2015-09-17boost->stdCaolán McNamara18-83/+81
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe13-29/+29
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-4/+2
2015-08-20loplugin:defaultparamsNoel Grandin2-2/+2
2015-07-21loplugin:unusedmethods sdNoel Grandin2-26/+0
2015-07-07tdf#91574 - fix slideshow presenter console lifecycle.Michael Meeks1-4/+3
2015-06-13TyposJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-2/+2
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-21convert MENUBAR_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-10Leftover "(void)pUnused"Stephan Bergmann1-2/+0
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-06VclPtr: someone needs to dispose this mpWindowCaolán McNamara1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-4/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-3/+2
2015-05-05loplugin:staticmethodsNoel Grandin3-6/+6
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks6-17/+15
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-1/+1
2015-04-20sd: convert new to ::Create.Noel Grandin2-3/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin52-220/+220
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin3-4/+5
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-10/+6
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-0/+39
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+5
2015-03-12Clean up previous commitStephan Bergmann1-1/+1
2015-03-12sd: convert sd.component to constructor usageChris Sherlock8-152/+80
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-06Timer: Adapted all idle includes and enum usesTobias Madl2-1/+2
2015-03-06Timer: Reversed some Idles to TimerTobias Madl2-8/+14
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara4-10/+10
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-10priorities: prevent future compatibility problemsTobias Madl2-4/+4
2014-12-09-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2014-12-09changed timers to idleJennifer Liebel2-7/+7
2014-12-09changed timer to idleTobias Madl2-13/+8
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-05callcatcher: update unused codeCaolán McNamara1-20/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-03coverity#1242802 coverity gold(?) Structurally dead code, loop doesn't loopCaolán McNamara1-4/+1
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-2/+0