summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-18remove unused WarningBoxesThomas Arnhold2-9/+0
2014-08-18remove dead ToolBox RID_HELPBARThomas Arnhold2-51/+0
2014-08-18InfoBox RID_INFO_NOSEARCHRESULTS and RID_INFO_NOSEARCHTEXTFOUND to StringThomas Arnhold3-13/+8
2014-08-18InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT to StringThomas Arnhold2-3/+3
2014-08-18InfoBox MSG_CANT_QUIT to StringThomas Arnhold3-7/+5
2014-08-15sfx2: bring back resmgrThomas Arnhold1-0/+7
2014-08-15ErrorBox MSG_ERR_NO_ABS_URI_REF to StringThomas Arnhold3-10/+6
2014-08-15ErrorBox RID_ERRBOX_MODULENOTINSTALLED to StringThomas Arnhold2-12/+7
2014-08-15ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND to StringThomas Arnhold3-8/+6
2014-08-15convert WIN_HELPINDEX sport to .uiCaolán McNamara5-244/+127
2014-08-14reduce num of FilterOptionsRequest includesCaolán McNamara1-0/+1
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe6-46/+16
2014-08-09Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand1-1/+11
2014-08-04avoid buffer overflow by using wrong bufferMarkus Mohrhard1-1/+1