summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava15-19/+19
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12coverity#735490 reimplement bit countingCaolán McNamara1-12/+7
2014-11-12sal_uIntPtr->sal_uInt32 for BitSetCaolán McNamara1-12/+12
2014-11-12ditch this unused idpool horrorCaolán McNamara2-2/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini31-55/+55
2014-11-11fdo#84582 : fixed label in the 'Insert Version Comment' dialogSzymon Kłos3-1/+9
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna2-5/+5
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt1-4/+4
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-3/+3
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 Mehrbrodt5-3/+35
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-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 Holesovsky4-27/+27
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky4-16/+16
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin3-14/+14
2014-10-22callcatcher: update unused codeCaolán McNamara2-143/+27
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 Bergmann1-67/+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-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 Bergmann3-6/+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 McNamara1-1/+1
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