summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann3-4/+5
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin3-5/+4
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin2-2/+2
2014-11-05markup with event type not checker typeCaolán McNamara1-2/+2
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2-3/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-16/+13
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin8-20/+20
2014-10-31framework: avoid double-free in ToolBarManager()Michael Stahl1-3/+11
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 Grandin6-31/+31
2014-10-17coverity#1247630 Uncaught exceptionCaolán McNamara2-3/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann7-20/+3
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-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-24fdo#83558 Don't change toolbar tooltip on state changeSamuel Mehrbrodt1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin35-145/+145
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 Bergmann1-2/+2
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky1-7/+5
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet16-34/+34
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 Lillqvist7-14/+14
2014-08-22Open the right tab for the More... commandMaxim Monastirsky1-1/+1
2014-08-19fdo#529470: I can't remove a path in AutoText dialogTor Lillqvist1-5/+31
2014-08-18document the swap-on-free idiom usageNoel Grandin1-1/+1