summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/limitboxcontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-1/+1
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 Grandin1-2/+1
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-5/+0
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2014-12-01-Werror,-WswitchStephan Bergmann1-0/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-06-04coverity#1000657 Missing break in switchCaolán McNamara1-6/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-01-17Window::Notify should return boolStephan Bergmann1-5/+5
2014-01-13disentangle CalcSizeCaolán McNamara1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-06-14fix limit bug: selecting "All" has no effect to sqlZolnai Tamás1-0/+1
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin1-3/+12
2013-03-09Make allow to step on from LimitBox with tabZolnai Tamás1-0/+5
2013-03-09fdo#61794 Allow greater value in LimitBoxZolnai Tamás1-1/+1
2013-03-09fdo#61797 ESCape abort changes and grab focusZolnai Tamás1-1/+20
2013-03-04Add new dialog to Query Design ViewZolnai Tamás1-105/+16
2013-02-26fix WaEDavid Ostrovsky1-1/+1
2013-02-25Database: Add Limit in Query Desing ViewZolnai Tamás1-0/+298