Searched refs:pDocShTables (Results 1 – 2 of 2) sorted by relevance
86 pDocShTables ( NULL ), in ScInsertTableDlg()105 if (pDocShTables) in ~ScInsertTableDlg()106 pDocShTables->DoClose(); in ~ScInsertTableDlg()351 if ( aBtnNew.IsChecked() || ( pDocShTables && aLbTables.GetSelectEntryCount() ) ) in DoEnable_Impl()388 if ( pDocShTables ) in IMPL_LINK()389 pDocShTables->DoClose(); // delete passiert beim Zuweisen auf die Ref in IMPL_LINK()393 pDocShTables = new ScDocShell; in IMPL_LINK()394 aDocShTablesRef = pDocShTables; in IMPL_LINK()398 pDocShTables->DoLoad( pMed ); in IMPL_LINK()401 sal_uLong nErr = pDocShTables->GetErrorCode(); in IMPL_LINK()[all …]
77 ScDocShell* GetDocShellTables() { return pDocShTables; } in GetDocShellTables()103 ScDocShell* pDocShTables; member in ScInsertTableDlg