Lines Matching refs:nNo

448 const ResId& SfxInterface::GetObjectBarResId( sal_uInt16 nNo ) const  in GetObjectBarResId()
455 if ( nNo < nBaseCount ) in GetObjectBarResId()
457 return pGenoType->GetObjectBarResId( nNo ); in GetObjectBarResId()
459 nNo = nNo - nBaseCount; in GetObjectBarResId()
464 DBG_ASSERT( nNo<nObjBarCount,"Objectbar ist unbekannt!" ); in GetObjectBarResId()
466 return (*pImpData->pObjectBars)[nNo]->aResId; in GetObjectBarResId()
472 sal_uInt16 SfxInterface::GetObjectBarPos( sal_uInt16 nNo ) const in GetObjectBarPos()
479 if ( nNo < nBaseCount ) in GetObjectBarPos()
481 return pGenoType->GetObjectBarPos( nNo ); in GetObjectBarPos()
483 nNo = nNo - nBaseCount; in GetObjectBarPos()
488 DBG_ASSERT( nNo<nObjBarCount,"Objectbar ist unbekannt!" ); in GetObjectBarPos()
490 return (*pImpData->pObjectBars)[nNo]->nPos; in GetObjectBarPos()
523 sal_uInt32 SfxInterface::GetChildWindowId (sal_uInt16 nNo) const in GetChildWindowId()
529 if ( nNo < nBaseCount ) in GetChildWindowId()
531 return pGenoType->GetChildWindowId( nNo ); in GetChildWindowId()
533 nNo = nNo - nBaseCount; in GetChildWindowId()
538 DBG_ASSERT( nNo<nCWCount,"ChildWindow ist unbekannt!" ); in GetChildWindowId()
540 sal_uInt32 nRet = (*pImpData->pChildWindows)[nNo]->aResId.GetId(); in GetChildWindowId()
541 if ( (*pImpData->pChildWindows)[nNo]->bContext ) in GetChildWindowId()
546 sal_uInt32 SfxInterface::GetChildWindowFeature (sal_uInt16 nNo) const in GetChildWindowFeature()
552 if ( nNo < nBaseCount ) in GetChildWindowFeature()
554 return pGenoType->GetChildWindowFeature( nNo ); in GetChildWindowFeature()
556 nNo = nNo - nBaseCount; in GetChildWindowFeature()
561 DBG_ASSERT( nNo<nCWCount,"ChildWindow ist unbekannt!" ); in GetChildWindowFeature()
563 return (*pImpData->pChildWindows)[nNo]->nFeature; in GetChildWindowFeature()
594 const String* SfxInterface::GetObjectBarName ( sal_uInt16 nNo ) const in GetObjectBarName()
601 if ( nNo < nBaseCount ) in GetObjectBarName()
603 return pGenoType->GetObjectBarName( nNo ); in GetObjectBarName()
605 nNo = nNo - nBaseCount; in GetObjectBarName()
610 DBG_ASSERT( nNo<nObjBarCount,"Objectbar ist unbekannt!" ); in GetObjectBarName()
612 return (*pImpData->pObjectBars)[nNo]->pName; in GetObjectBarName()
615 sal_uInt32 SfxInterface::GetObjectBarFeature ( sal_uInt16 nNo ) const in GetObjectBarFeature()
622 if ( nNo < nBaseCount ) in GetObjectBarFeature()
624 return pGenoType->GetObjectBarFeature( nNo ); in GetObjectBarFeature()
626 nNo = nNo - nBaseCount; in GetObjectBarFeature()
631 DBG_ASSERT( nNo<nObjBarCount,"Objectbar ist unbekannt!" ); in GetObjectBarFeature()
633 return (*pImpData->pObjectBars)[nNo]->nFeature; in GetObjectBarFeature()
636 sal_Bool SfxInterface::IsObjectBarVisible(sal_uInt16 nNo) const in IsObjectBarVisible()
643 if ( nNo < nBaseCount ) in IsObjectBarVisible()
645 return pGenoType->IsObjectBarVisible( nNo ); in IsObjectBarVisible()
647 nNo = nNo - nBaseCount; in IsObjectBarVisible()
652 DBG_ASSERT( nNo<nObjBarCount,"Objectbar ist unbekannt!" ); in IsObjectBarVisible()
654 return (*pImpData->pObjectBars)[nNo]->bVisible; in IsObjectBarVisible()