summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-22callcatcher: update unused codeCaolán McNamara1-141/+26
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-4/+4
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-10-09-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2014-10-09fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-33/+21
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-16/+0
2014-10-03loplugin: cstylecastNoel Grandin1-2/+2
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+16
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-16/+0
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-11/+11
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-10callcatcher: update unused codeCaolán McNamara1-18/+0
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-6/+7
2014-08-28callcatcher: update unused codeCaolán McNamara1-10/+0
2014-08-27callcatcher: update unused codeCaolán McNamara1-9/+0
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara1-5/+7
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-2/+2
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-05-30coverity#1202815 Missing break in switchCaolán McNamara1-7/+8
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-18/+19
2014-05-29convert from NId to FamilyId instead of FamilyId to NIdCaolán McNamara1-2/+2
2014-05-19fdo#78536: sfx2: remove (likely) accidentally duplicated callMichael Stahl1-3/+0
2014-05-19fdo#78536: sfx2: template dialog: make the am-i-dead-yet check reentrantMichael Stahl1-4/+10
2014-05-10coverity#1028545 Uninitialized pointer fieldCaolán McNamara1-4/+4
2014-04-10Fix fdo#71423 - crash while editing Impress tables.Thorsten Behrens1-1/+3
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara1-5/+3
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-96/+96
2014-03-25svtools: sal_Bool->boolNoel Grandin1-10/+10
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-6/+6
2014-02-26Remove visual noise from sfx2Alexander Wilms1-2/+2
2014-02-25remove unused code SfxTemplatePanelControl::SetParagraphFamily()Noel Grandin1-11/+0
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-86/+86
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-12coverity#441010 Dereference after null checkCaolán McNamara1-49/+3
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-28coverity#440971 Dereference before null checkCaolán McNamara1-1/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-8/+8
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann1-3/+3
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-29Related: fdo#67461 consider hierarchical viewCaolán McNamara1-22/+19
2013-10-29fdo#67461 add multiple selection support to hide/show multiple stylesJoren De Cuyper1-20/+21
2013-10-21remove uses of COMPARE_*Caolán McNamara1-2/+2
2013-10-11have another shot at placing the expander checkitem optimallyCaolán McNamara1-1/+1