Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2623 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in insertByName() local
2624 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in insertByName()
2640 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in insertByName()
2675 ScTableSheetObj* pSheetObj = ScTableSheetObj::getImplementation( xInterface ); in replaceByName() local
2676 if ( pSheetObj && !pSheetObj->GetDocShell() ) // noch nicht eingefuegt? in replaceByName()
2688 pSheetObj->InitInsertSheet( pDocShell, nPosition ); in replaceByName()