summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-07-08Fix typosAndrea Gelmini2-3/+3
2015-07-08java: let the unit-test framework catch exceptionsNoel Grandin5-717/+665
2015-07-07Related: tdf#92392 clear workwins that point to pWindowCaolán McNamara1-6/+11
2015-07-07tdf#91776 Rework StartCenter accelerators, use first letter of module namesvsfoote1-6/+6
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens2-0/+3
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky1-7/+0
2015-07-04coverity#1308604 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-07-04Fix typosAndrea Gelmini12-17/+17
2015-07-03tdf#92528: Saving of usage info can happen very late in the tear down.Jan Holesovsky1-3/+11
2015-07-03tdf#83089 : Cannot select location in properties dialogueSzymon Kłos1-2/+5
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky2-15/+22
2015-06-30tdf#90452: Templates should adhere to the recent docs colors too.Jan Holesovsky7-20/+36
2015-06-30tdf#90452: The correct color for the message when there's no recent file yet.Jan Holesovsky1-1/+2
2015-06-30tdf#90452: Remove the frame around the Help and Extension buttons.Jan Holesovsky3-93/+29
2015-06-30tdf#90452: Implement the new design of the startcenter.Jan Holesovsky5-62/+47
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-2/+1
2015-06-29tdf#92047 - cleanup logic.Michael Meeks2-7/+23
2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar1-0/+1
2015-06-29rendercontext: Simplify.Jan Holesovsky1-18/+8
2015-06-29Resolves: tdf#92047 fix wrong merge conflict resolutionCaolán McNamara1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-4/+4
2015-06-29remove custom RTTI from SfxFrameNoel Grandin1-1/+0
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-4/+4
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-28coverity#1308505 Uncaught exceptionCaolán McNamara1-1/+2
2015-06-28coverity#1308501 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308489 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308473 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27WaE: redundant const_castDavid Tardon1-1/+1
2015-06-26fix style preview renderingLászló Németh1-25/+27
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2-9/+4
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-3/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet4-7/+7
2015-06-23Typo: iff->ifJulien Nabet4-7/+7
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky3-6/+5
2015-06-23Uno api sidebar unit test tdf#91806Laurent Godard6-0/+212
2015-06-22tdf#91971: Add the menubar size to the height computation too.Jan Holesovsky1-1/+11
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2015-06-22loplugin:salboolStephan Bergmann1-2/+2
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-06-22loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-06-22new uno sidebar api tdf#91806Laurent Godard59-2076/+1286
2015-06-21Fix typosAndrea Gelmini2-2/+2
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2-3/+3
2015-06-18Make 'Show License' button work on OS XAndras Timar1-0/+5
2015-06-18Fix typosAndrea Gelmini2-2/+2
2015-06-18fix start center rendering (removing selection)László Németh1-1/+1
2015-06-18fix start center renderingLászló Németh2-15/+13
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-6/+5