Home
last modified time | relevance | path

Searched refs:GetStartType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx259 StartType GetStartType();
980 StartType AssistentDlgImpl::GetStartType() in GetStartType() function in AssistentDlgImpl
1002 if( GetStartType() == ST_TEMPLATE ) in GetDocFileName()
1018 else if( GetStartType() == ST_OPEN ) in GetDocFileName()
1145 SetStartType( GetStartType() ); in UpdatePage()
1155 if( GetStartType() != ST_EMPTY ) in UpdatePage()
1179 if(GetStartType() != ST_TEMPLATE) in UpdatePage()
1396 if(GetStartType() == ST_TEMPLATE) in SelectTemplateRegion()
1890 if( GetStartType() == ST_OPEN ) in IMPL_LINK()
1954 StartType AssistentDlg::GetStartType() const in GetStartType() function in AssistentDlg
[all …]
H A Dsddlgfact.cxx204 StartType AbstractAssistentDlg_Impl::GetStartType() const in GetStartType() function in AbstractAssistentDlg_Impl
206 return pDlg->GetStartType(); in GetStartType()
H A Dsddlgfact.hxx132 virtual StartType GetStartType() const;
/trunk/main/sd/source/ui/inc/
H A Ddlgass.hxx65 StartType GetStartType() const;
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx90 virtual StartType GetStartType() const = 0;
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx604 if( pPilotDlg->GetStartType() == ST_OPEN ) in ExecuteNewDocument()