Lines Matching refs:nIndex

61         sal_Int32 nIndex);
68 void SetIndex(sal_Int32 nIndex) { mnIndex = nIndex; } in SetIndex() argument
77 …virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (::com::sun::star::lang::I…
78 …virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription ( sal_Int32 nIndex ) throw (::com:…
79 …AccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (::com::su…
113 getAccessibleChild(sal_Int32 nIndex)
220 sal_Int32 nIndex = nNewIndex + 1; in AddField() local
225 aItr->pAcc->SetIndex(nIndex); in AddField()
226 ++nIndex; in AddField()
305 void ScAccessibleDataPilotControl::FieldNameChange(sal_Int32 nIndex) in FieldNameChange() argument
307 …DBG_ASSERT(static_cast<size_t>(nIndex) < maChildren.size(), "did not recognize a child count chang… in FieldNameChange()
309 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in FieldNameChange()
310 if (xTempAcc.is() && maChildren[nIndex].pAcc) in FieldNameChange()
311 maChildren[nIndex].pAcc->ChangeName(); in FieldNameChange()
322 sal_Int32 nIndex(mpFieldWindow->GetSelectedIndex()); in GotFocus() local
323 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in GotFocus()
324 if (xTempAcc.is() && maChildren[nIndex].pAcc) in GotFocus()
325 maChildren[nIndex].pAcc->SetFocused(); in GotFocus()
336 sal_Int32 nIndex(mpFieldWindow->GetSelectedIndex()); in LostFocus() local
337 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in LostFocus()
338 if (xTempAcc.is() && maChildren[nIndex].pAcc) in LostFocus()
339 maChildren[nIndex].pAcc->ResetFocused(); in LostFocus()
422 …Reference< XAccessible> SAL_CALL ScAccessibleDataPilotControl::getAccessibleChild(sal_Int32 nIndex) in getAccessibleChild() argument
430 if (nIndex < 0 || static_cast< size_t >( nIndex ) >= mpFieldWindow->GetFieldCount()) in getAccessibleChild()
435 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in getAccessibleChild()
438 maChildren[nIndex].pAcc = new ScAccessibleDataPilotButton(this, mpFieldWindow, nIndex); in getAccessibleChild()
439 xTempAcc = maChildren[nIndex].pAcc; in getAccessibleChild()
440 maChildren[nIndex].xWeakAcc = xTempAcc; in getAccessibleChild()
544 sal_Int32 nIndex) in ScAccessibleDataPilotButton() argument
548 mnIndex(nIndex) in ScAccessibleDataPilotButton()
773 sal_Bool ScAccessibleDataPilotButton::doAccessibleAction ( sal_Int32 nIndex ) throw (lang::IndexOut… in doAccessibleAction() argument
775 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
780 ::rtl::OUString ScAccessibleDataPilotButton::getAccessibleActionDescription ( sal_Int32 nIndex ) th… in getAccessibleActionDescription() argument
782 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
787 … > ScAccessibleDataPilotButton::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (lang::Ind… in getAccessibleActionKeyBinding() argument
789 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionKeyBinding()