summaryrefslogtreecommitdiffstats
path: root/svx/source/form/filtnav.cxx
Commit message (Expand)AuthorAgeFilesLines
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-24/+24
* convert SfxChildAlignment to enum classNoel Grandin2015-03-241-5/+5
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-4/+4
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-2/+2
* changed timers to idleJennifer Liebel2014-12-091-19/+6
* loplugin: cstylecastNoel Grandin2014-10-201-13/+13
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* fdo#82577: Handle FontNoel Grandin2014-09-181-4/+4
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-1/+1
* coverity#1237353 Unchecked dynamic_castCaolán McNamara2014-09-081-12/+7
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-22/+8
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
* svx: Cleanup ASCII art and useless commentsChris Laplante2014-08-191-18/+0
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-181-1/+0
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-4/+1
* coverity#1209792 Dereference before null checkCaolán McNamara2014-05-091-5/+3
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-2/+1
* svx: sal_Bool->boolNoel Grandin2014-04-151-28/+28
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist2014-04-061-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-8/+8
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-6/+6
* svtools: sal_Bool->boolNoel Grandin2014-03-251-13/+13
* coverity#704820 Dereference after null checkCaolán McNamara2014-03-241-0/+3
* coverity#708356 Uninitialized pointer fieldCaolán McNamara2014-03-131-1/+1
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-2/+10
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-8/+8
* Remove visual noise from svxAlexander Wilms2014-02-261-32/+32
* Remove unneccessary commentsAlexander Wilms2014-02-231-74/+74
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-3/+3
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* bool improvementsStephan Bergmann2014-01-281-2/+2
* convert svx/source/form/*.cxx from String to OUStringNoel Grandin2013-09-051-1/+1
* XubString->OUStringCaolán McNamara2013-09-011-2/+2
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-4/+4
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-261-1/+0
* remove unused componentcontext.hxx includesNoel Grandin2013-06-051-1/+0
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-221-6/+3
* QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane2013-04-261-1/+1
* fdo#46808, remove unnecessary XMultiServiceFactory fieldsNoel Grandin2013-04-231-15/+13
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-21/+21
* remove boilerplate commentsThomas Arnhold2013-04-011-2/+0
* doubled usingThomas Arnhold2013-03-051-1/+0
* s/whith/with/Tor Lillqvist2013-02-221-1/+1
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-02-081-11/+11
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-291-0/+1
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-291-4/+6