summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann11-21/+27
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin11-27/+21
2014-11-05fdo#67627 fdo#85791 Allow to show/hide sidebar decks with the same commandSamuel Mehrbrodt6-4/+36
2014-11-05markup with event type not checker typeCaolán McNamara1-0/+1
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-24/+20
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin5-11/+11
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30HIG fixes for Document Properties dialogAdolfo Jayme Barrientos4-37/+47
2014-10-29Resolves: fdo#85111 put a border around the custom properties boxCaolán McNamara1-5/+19
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin9-9/+0
2014-10-29coverity#1028106 Dereference before null checkCaolán McNamara1-16/+0
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-1/+0
2014-10-28coverity#704019 Unchecked return valueCaolán McNamara1-2/+2
2014-10-28coverity#704020 Unchecked return valueCaolán McNamara1-1/+1
2014-10-24loplugin: cstylecastNoel Grandin2-2/+2
2014-10-23fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl1-2/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky5-28/+28
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky4-16/+16
2014-10-23Related: fdo#83003 Jay wants equal space above and below this buttonCaolán McNamara1-2/+1
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin3-14/+14
2014-10-22callcatcher: update unused codeCaolán McNamara2-143/+27
2014-10-22Save precious vertical space by removing some redundant heading labelsAdolfo Jayme Barrientos3-172/+52
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist16-66/+80
2014-10-21The only SID supported by PropExec/State_Impl is SID_ATTR_UNDO_COUNTStephan Bergmann2-119/+8
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin6-8/+8
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin4-14/+14
2014-10-17Remove unused SID_s from sfx.sdiStephan Bergmann1-464/+0
2014-10-17Revert "fdo#67627 Clicking on icons of the sidebar should both open and close...Samuel Mehrbrodt1-7/+0
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon4-16/+16
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky1-1/+5
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara1-5/+2
2014-10-15SfxMedium::IsRemote can be made constCaolán McNamara1-5/+1
2014-10-15osl_Module -> osl::ModuleCaolán McNamara1-4/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann4-7/+0
2014-10-15remove unused DECL_OBJHINT and IMPL_OBJHINT macrosNoel Grandin1-2/+0
2014-10-15coverity#1244937 Unchecked return valueCaolán McNamara1-2/+3
2014-10-14Resolves: fdo#72587 make template dialog ModalCaolán McNamara2-1/+4
2014-10-14coverity#1078471 Unchecked return valueCaolán McNamara1-1/+1
2014-10-14coverity#735851 Dereference after null checkCaolán McNamara1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-4/+4
2014-10-11too risky to dlclose basctl once openedCaolán McNamara2-0/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin21-69/+69
2014-10-11convert vcl StateChangedType to enum classNoel Grandin9-19/+20
2014-10-09Related: fdo#83003 warp directly to the templates/recentfiles on changing modeCaolán McNamara1-0/+3
2014-10-09Resolves: fdo#83003 provide a means to return from template viewCaolán McNamara3-57/+90
2014-10-09-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca5-28/+28