summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserlistbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-10-13error C2666: 'operator ==' : 2 overloads have similar conversionsStephan Bergmann1-1/+1
2015-10-13loplugin:mergeclasses, merge IControlContext with OBrowserListBoxNoel Grandin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-01com::sun::star->css in extensions/Noel Grandin1-3/+3
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-2/+2
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-12/+0
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-58/+65
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-22extensions: convert new to ::Create.Michael Meeks1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+3
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin1-53/+60
2015-03-15Typo: NotifcationMode->NotificationModeJulien Nabet1-4/+4
2014-12-01WaE: -Werror=switchCaolán McNamara1-48/+44
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-12extensions: sal_Bool -> boolStephan Bergmann1-1/+1
2014-06-17coverity#705999 Unintended sign extensionCaolán McNamara1-1/+1
2014-05-02extensions: sal_Bool->boolNoel Grandin1-11/+11
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-6/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-02-27Remove visual noise from extensionsAlexander Wilms1-13/+13
2014-02-27coverity#704633 Dereference after null checkCaolán McNamara1-4/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-62/+62
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-7/+7
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-18Window::PreNotify should return boolStephan Bergmann1-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+19
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+1
2013-02-23Fix typo recieved/receivedJulien Nabet1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann1-2/+7