summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-1416-36/+36
* coverity#1251595 Uncaught exceptionCaolán McNamara2014-11-132-4/+5
* typo: represant->representAndras Timar2014-11-122-3/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1226-93/+93
* java: convert fields to local variables where possibleNoel Grandin2014-11-123-27/+25
* fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt2014-11-113-0/+7
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-063-4/+5
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-063-5/+4
* rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin2014-11-062-2/+2
* markup with event type not checker typeCaolán McNamara2014-11-051-2/+2
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-052-3/+3
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-055-16/+13
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-018-20/+20
* framework: avoid double-free in ToolBarManager()Michael Stahl2014-10-311-3/+11
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* Kill some static OUStrings.Jan Holesovsky2014-10-305-53/+19
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-294-4/+0
* coverity#1202880 annotate Dereference before null check as false positiveCaolán McNamara2014-10-291-0/+2
* coverity#704649 Unchecked dynamic_castCaolán McNamara2014-10-241-3/+3
* coverity#736876 Negative array index readCaolán McNamara2014-10-231-3/+2
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-235-19/+19
* framework, unotest: do not override UserInstallation from environmentMichael Stahl2014-10-221-1/+3
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-207-32/+32
* coverity#1247630 Uncaught exceptionCaolán McNamara2014-10-172-3/+4
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-162-3/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-1510-30/+4
* convert vcl StateChangedType to enum classNoel Grandin2014-10-112-4/+4
* cid#1244948 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* cid#1244950 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* cid#1244951 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* cid#1244952 Uncaught exceptionNoel Grandin2014-10-102-2/+2
* spelling: instanciated -> instantiatedNoel Grandin2014-10-082-2/+2
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-2/+2
* coverity#1078526 Logically dead codeCaolán McNamara2014-10-031-2/+1
* coverity#1242768 Unused valueCaolán McNamara2014-10-021-2/+1
* coverity#1242970 Result is not floating-pointCaolán McNamara2014-10-021-2/+2
* fix for older compiler, doesn't like <::Noel Grandin2014-10-024-10/+10
* loplugin: cstylecastNoel Grandin2014-10-0229-109/+110
* loplugin: cstylecastNoel Grandin2014-10-019-51/+51
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* framework: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-302-4/+2
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-5/+11
* fdo#83558 Don't change toolbar tooltip on state changeSamuel Mehrbrodt2014-09-241-3/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-2339-154/+154
* Always add the keyboard shortcut to the toolbar tooltipsSamuel Mehrbrodt2014-09-221-14/+9
* Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky2014-09-221-9/+14
* Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann2014-09-221-2/+1
* Unwind one level of cluttering indirectionStephan Bergmann2014-09-221-27/+27
* vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky2014-09-221-5/+5