Searched refs:nObjTab (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 1430 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()
|
/aoo4110/main/sc/inc/ |
H A D | detfunc.hxx | 148 ScDetectiveObjType GetDetectiveObjectType( SdrObject* pObject, SCTAB nObjTab,
|
Completed in 20 milliseconds