Home
last modified time | relevance | path

Searched refs:pSheetObj (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2621 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in insertByName() local
2622 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in insertByName()
2638 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in insertByName()
2673 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in replaceByName() local
2674 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in replaceByName()
2686 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in replaceByName()