summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30Kill some static OUStrings.Jan Holesovsky5-53/+19
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-4/+0
2014-10-29coverity#1202880 annotate Dereference before null check as false positiveCaolán McNamara1-0/+2
2014-10-24coverity#704649 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-10-23coverity#736876 Negative array index readCaolán McNamara1-3/+2
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin5-19/+19
2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl1-1/+3
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin7-32/+32
2014-10-17coverity#1247630 Uncaught exceptionCaolán McNamara2-3/+4
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin2-3/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann10-30/+4
2014-10-11convert vcl StateChangedType to enum classNoel Grandin2-4/+4
2014-10-10cid#1244948 Uncaught exceptionNoel Grandin2-2/+2
2014-10-10cid#1244950 Uncaught exceptionNoel Grandin2-2/+2
2014-10-10cid#1244951 Uncaught exceptionNoel Grandin2-2/+2
2014-10-10cid#1244952 Uncaught exceptionNoel Grandin2-2/+2
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-2/+2
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-2/+2
2014-10-03coverity#1078526 Logically dead codeCaolán McNamara1-2/+1
2014-10-02coverity#1242768 Unused valueCaolán McNamara1-2/+1
2014-10-02coverity#1242970 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-02fix for older compiler, doesn't like <::Noel Grandin4-10/+10
2014-10-02loplugin: cstylecastNoel Grandin29-109/+110
2014-10-01loplugin: cstylecastNoel Grandin9-51/+51
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30framework: std::auto_ptr -> std::unique_ptrStephan Bergmann2-4/+2
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-5/+11
2014-09-24fdo#83558 Don't change toolbar tooltip on state changeSamuel Mehrbrodt1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin39-154/+154
2014-09-22Always add the keyboard shortcut to the toolbar tooltipsSamuel Mehrbrodt1-14/+9
2014-09-22Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"Jan Holesovsky1-9/+14
2014-09-22Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann1-2/+1
2014-09-22Unwind one level of cluttering indirectionStephan Bergmann1-27/+27
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-5/+5
2014-09-21Related fdo#81475 Improve toolbar tooltips in Writer standard toolbarSamuel Mehrbrodt1-14/+9
2014-09-21fdo#81237: OpenGL window is not resized by view changeZolnai Tamás1-6/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12framework: sal_Bool -> boolStephan Bergmann2-3/+3
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky2-8/+6
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet22-41/+41
2014-09-09Fix indentation.Jan Holesovsky1-5/+5
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist9-17/+17
2014-08-22Open the right tab for the More... commandMaxim Monastirsky1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-9/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin2-6/+6
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin2-6/+6
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31