summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-109-10/+10
* coverity#1297236 Uninitialized scalar fieldCaolán McNamara2015-05-091-1/+3
* Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentageTor Lillqvist2015-05-082-1/+8
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-082-2/+2
* convert SHOWDIALOG_ID constants to scoped enumNoel Grandin2015-05-081-3/+3
* Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann2015-05-086-21/+21
* Use typed Menu::SetHighlightHdl LinkStephan Bergmann2015-05-084-6/+6
* Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonicalTor Lillqvist2015-05-062-8/+1
* We don't use <config_features.h> any more hereTor Lillqvist2015-05-061-2/+0
* Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist2015-05-062-18/+38
* Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann2015-05-062-5/+3
* Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann2015-05-064-9/+5
* Use typed ToolBox::SetStateChangedHdl LinkStephan Bergmann2015-05-064-10/+7
* Use typed ToolBox::SetCommandHdl LinkStephan Bergmann2015-05-064-17/+8
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-063-3/+3
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-062-4/+4
* Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann2015-05-064-11/+7
* Use typed ToolBox::SetActivateHdl LinkStephan Bergmann2015-05-064-11/+7
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-064-34/+25
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-052-4/+4
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-057-22/+14
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-044-6/+6
* Gradually typed LinkStephan Bergmann2015-04-305-11/+11
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-301-1/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-298-11/+11
* error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2836-130/+165
|\
| * framework: convert new to ::Create.Michael Meeks2015-04-1711-12/+12
| * Manual cleanup of misc. issues.Michael Meeks2015-04-101-1/+1
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: some small fixesNoel Grandin2015-04-101-1/+1
| * re-insert erroneously converted delete calls.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * framework: fix for toolkit updates.Michael Meeks2015-04-102-10/+10
| * vclwidget: only call dispose() onceNoel Grandin2015-04-105-6/+6
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-107-6/+7
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1025-79/+75
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-4/+4
| * vcl: VclPtr conversion in frameworkNoel Grandin2015-04-098-26/+64
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-282-2/+2
* | More loplugin:simplifyboolStephan Bergmann2015-04-275-15/+12
* | remove some @author tags from suspiciously unidiomatic codeMichael Stahl2015-04-252-2/+2
* | loplugin:simplifyboolStephan Bergmann2015-04-241-3/+3
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* | Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann2015-04-237-31/+31
* | Update to XDocumentEventBroadcaster et alStephan Bergmann2015-04-222-18/+18
* | Update to XDocumentEventBroadcaster et alStephan Bergmann2015-04-221-4/+4
* | Ensure WakeUpThread is joined before exitStephan Bergmann2015-04-224-78/+52