Searched refs:CreateVclDialog (Results 1 – 8 of 8) sorted by relevance
82 virtual VclAbstractDialog* CreateVclDialog( Window* pParent, sal_uInt32 nResId ) = 0;
136 … VclAbstractDialog* pDlg = pFact->CreateVclDialog( rView.GetWindow(), SID_LANGUAGE_OPTIONS ); in SetLanguageStatus()
333 … VclAbstractDialog* pDlg = pFact->CreateVclDialog( GetView().GetWindow(), SID_LANGUAGE_OPTIONS ); in Execute()
587 virtual VclAbstractDialog* CreateVclDialog( Window* pParent, sal_uInt32 nResId );
995 VclAbstractDialog* AbstractDialogFactory_Impl::CreateVclDialog( Window* pParent, sal_uInt32 nResId ) in CreateVclDialog() function in AbstractDialogFactory_Impl
924 …VclAbstractDialog* pDlg = pFact->CreateVclDialog( pSh->GetView().GetWindow(), SID_LANGUAGE_OPTIONS… in Execute()
432 VclAbstractDialog* pDlg = pFact->CreateVclDialog( 0, RID_DEFAULTABOUT ); in MiscExec_Impl()
2395 … VclAbstractDialog* pDlg = pFact->CreateVclDialog( NULL, SID_OPTIONS_DATABASES ); in GenerateFormLetter()
Completed in 71 milliseconds