Lines Matching refs:pDocShTables
87 pDocShTables ( NULL ), in ScInsertTableDlg()
106 if (pDocShTables) in ~ScInsertTableDlg()
107 pDocShTables->DoClose(); in ~ScInsertTableDlg()
352 if ( aBtnNew.IsChecked() || ( pDocShTables && aLbTables.GetSelectEntryCount() ) ) in DoEnable_Impl()
389 if ( pDocShTables ) in IMPL_LINK()
390 pDocShTables->DoClose(); // delete passiert beim Zuweisen auf die Ref in IMPL_LINK()
394 pDocShTables = new ScDocShell; in IMPL_LINK()
395 aDocShTablesRef = pDocShTables; in IMPL_LINK()
399 pDocShTables->DoLoad( pMed ); in IMPL_LINK()
402 sal_uLong nErr = pDocShTables->GetErrorCode(); in IMPL_LINK()
406 if ( !pDocShTables->GetError() ) // nur Errors in IMPL_LINK()
408 FillTables_Impl( pDocShTables->GetDocument() ); in IMPL_LINK()
409 aFtPath.SetText( pDocShTables->GetTitle( SFX_TITLE_FULLNAME ) ); in IMPL_LINK()
413 pDocShTables->DoClose(); in IMPL_LINK()
415 pDocShTables = NULL; in IMPL_LINK()