Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx257 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()
/trunk/main/sc/source/ui/inc/
H A Dinstbdlg.hxx75 const String* GetFirstTable( sal_uInt16* pN = NULL );
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx412 const String* AbstractScInsertTableDlg_Impl::GetFirstTable( sal_uInt16* pN ) in GetFirstTable() function in AbstractScInsertTableDlg_Impl
414 return pDlg->GetFirstTable( pN ); in GetFirstTable()
H A Dscdlgfact.hxx215 virtual const String* GetFirstTable( sal_uInt16* pN = NULL );
/trunk/main/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx247 const String* ScInsertTableDlg::GetFirstTable( sal_uInt16* pN ) in GetFirstTable() function in ScInsertTableDlg
/trunk/main/sc/inc/
H A Dscabstdlg.hxx164 virtual const String* GetFirstTable( sal_uInt16* pN = NULL ) = 0;

Completed in 41 milliseconds