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