Home
last modified time | relevance | path

Searched refs:nObjTab (Results 1 – 2 of 2) sorted by path

/trunk/main/sc/inc/
H A Ddetfunc.hxx148 ScDetectiveObjType GetDetectiveObjectType( SdrObject* pObject, SCTAB nObjTab,
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1430 for( SCTAB nObjTab = 0, nTabCount = rDoc.GetTableCount(); nObjTab < nTabCount; ++nObjTab ) in UpdateAllComments() local
1432 rDoc.InitializeNoteCaptions( nObjTab ); in UpdateAllComments()
1433 SdrPage* pPage = pModel->GetPage( static_cast< sal_uInt16 >( nObjTab ) ); in UpdateAllComments()
1440 if ( ScDrawObjData* pData = ScDrawLayer::GetNoteCaptionData( pObject, nObjTab ) ) in UpdateAllComments()
1472 for( SCTAB nObjTab = 0, nTabCount = pDoc->GetTableCount(); nObjTab < nTabCount; ++nObjTab ) in UpdateAllArrowColors() local
1474 SdrPage* pPage = pModel->GetPage( static_cast< sal_uInt16 >( nObjTab ) ); in UpdateAllArrowColors()
1489 ScDetectiveObjType eType = GetDetectiveObjectType( pObject, nObjTab, aPos, aSource, bDummy ); in UpdateAllArrowColors()
1580 ScDetectiveObjType ScDetectiveFunc::GetDetectiveObjectType( SdrObject* pObject, SCTAB nObjTab, in GetDetectiveObjectType() argument
1588 if ( ScDrawObjData* pData = ScDrawLayer::GetObjDataTab( pObject, nObjTab ) ) in GetDetectiveObjectType()

Completed in 26 milliseconds