summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2014-10-24coverity#704649 Unchecked dynamic_castCaolán McNamara
2014-10-23coverity#736876 Negative array index readCaolán McNamara
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-17coverity#1247630 Uncaught exceptionCaolán McNamara
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-10cid#1244948 Uncaught exceptionNoel Grandin
2014-10-10cid#1244950 Uncaught exceptionNoel Grandin
2014-10-10cid#1244951 Uncaught exceptionNoel Grandin
2014-10-10cid#1244952 Uncaught exceptionNoel Grandin
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-10-03coverity#1078526 Logically dead codeCaolán McNamara
2014-10-02coverity#1242768 Unused valueCaolán McNamara
2014-10-02coverity#1242970 Result is not floating-pointCaolán McNamara
2014-10-02fix for older compiler, doesn't like <::Noel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30framework: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-24fdo#83558 Don't change toolbar tooltip on state changeSamuel Mehrbrodt
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22Always add the keyboard shortcut to the toolbar tooltipsSamuel Mehrbrodt
2014-09-22Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky
2014-09-22Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann
2014-09-22Unwind one level of cluttering indirectionStephan Bergmann
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky
2014-09-21Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt
2014-09-21fdo#81237: OpenGL window is not resized by view changeZolnai Tamás
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12framework: sal_Bool -> boolStephan Bergmann
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-09Fix indentation.Jan Holesovsky
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22Open the right tab for the More... commandMaxim Monastirsky
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin