Searched refs:pSheetObj (Results 1 – 1 of 1) sorted by relevance
2592 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in insertByName() local2593 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in insertByName()2609 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in insertByName()2644 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in replaceByName() local2645 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in replaceByName()2657 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in replaceByName()
Completed in 29 milliseconds