summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann4-6/+8
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin4-8/+6
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-5/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-1/+0
2014-10-23fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl1-2/+3
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-2/+2
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist9-41/+50
2014-10-21The only SID supported by PropExec/State_Impl is SID_ATTR_UNDO_COUNTStephan Bergmann1-67/+8
2014-10-15osl_Module -> osl::ModuleCaolán McNamara1-4/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-15remove unused DECL_OBJHINT and IMPL_OBJHINT macrosNoel Grandin1-2/+0
2014-10-11too risky to dlclose basctl once openedCaolán McNamara2-0/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin4-11/+11
2014-10-08loplugin:unreffunStephan Bergmann1-2/+0
2014-10-08fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-7/+21
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-1/+22
2014-10-08Do not terminate desktop from a TimerStephan Bergmann1-18/+1
2014-10-08sfx2: missing semicolonMiklos Vajna1-1/+1
2014-10-07Don't even attempt to unload libqstart_gtklo.so againStephan Bergmann2-109/+53
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2-15/+0
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-10-02coverity#1242501 Resource leakCaolán McNamara1-7/+4
2014-10-02coverity#982429 Division or modulo by zeroCaolán McNamara1-1/+1
2014-10-02coverity#705707 Resource leakCaolán McNamara1-16/+8
2014-10-02loplugin: cstylecastNoel Grandin12-129/+129
2014-10-01coverity#735489 constant guards dead codeCaolán McNamara4-29/+0
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann2-0/+15
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2-15/+0
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin18-91/+91
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-18/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-15Resolves: fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainerCaolán McNamara1-6/+6
2014-09-12sfx2: sal_Bool -> boolStephan Bergmann1-6/+6
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-148/+148
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler1-3/+3
2014-09-08coverity#1237351 Logically dead codeCaolán McNamara1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-6/+5
2014-09-06Window::GetType returns WindowType not ResourceTypeCaolán McNamara1-2/+2
2014-08-26convert sw use of template manager to new managerCaolán McNamara2-3/+2
2014-08-25convert RID_SECURITY_WARNING_NO_HYPERLINKS to MessageDialog + stringCaolán McNamara3-7/+7
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara2-19/+11
2014-08-25set names on the Win32-only threadsMichael Stahl1-0/+2
2014-08-24fdo#80755 Don't generate thumbnails for encrypted filesMaxim Monastirsky1-1/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-6/+6
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe2-18/+10
2014-08-20fdo#75757: remove inheritance to std::vectorTakeshi Abe1-2/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara2-7/+6