Searched refs:pSheetObj (Results 1 – 1 of 1) sorted by relevance
2621 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in insertByName() local2622 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in insertByName()2638 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in insertByName()2673 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in replaceByName() local2674 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in replaceByName()2686 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in replaceByName()