Searched refs:GetFirstTable (Results 1 – 6 of 6) sorted by relevance
257 const String* pStr = pDlg->GetFirstTable( &n ); in ExecuteTable()294 if(nCount==1 && pDlg->GetFirstTable()->Len()>0) in ExecuteTable()296 rReq.AppendItem( SfxStringItem( FID_INS_TABLE, *pDlg->GetFirstTable() ) ); in ExecuteTable()300 InsertTable( *pDlg->GetFirstTable(), nTabNr ); in ExecuteTable()329 if(nCount==1 && pDlg->GetFirstTable()->Len()>0) in ExecuteTable()331 rReq.AppendItem( SfxStringItem( FID_INS_TABLE, *pDlg->GetFirstTable() ) ); in ExecuteTable()335 InsertTable( *pDlg->GetFirstTable(), nTabAfter); in ExecuteTable()
75 const String* GetFirstTable( sal_uInt16* pN = NULL );
413 const String* AbstractScInsertTableDlg_Impl::GetFirstTable( sal_uInt16* pN ) in GetFirstTable() function in AbstractScInsertTableDlg_Impl415 return pDlg->GetFirstTable( pN ); in GetFirstTable()
215 virtual const String* GetFirstTable( sal_uInt16* pN = NULL );
248 const String* ScInsertTableDlg::GetFirstTable( sal_uInt16* pN ) in GetFirstTable() function in ScInsertTableDlg
164 virtual const String* GetFirstTable( sal_uInt16* pN = NULL ) = 0;
Completed in 36 milliseconds