Searched refs:pSheetObj (Results 1 – 1 of 1) sorted by relevance
2623 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in insertByName() local2624 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in insertByName()2640 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in insertByName()2675 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in replaceByName() local2676 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in replaceByName()2688 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in replaceByName()