Lines Matching refs:sal_Int32
61 sal_Int32 nIndex);
68 void SetIndex(sal_Int32 nIndex) { mnIndex = nIndex; } in SetIndex()
76 …virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeExcept…
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 …bility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (…
99 virtual sal_Int32 SAL_CALL getForeground( )
102 virtual sal_Int32 SAL_CALL getBackground( )
108 virtual sal_Int32 SAL_CALL
113 getAccessibleChild(sal_Int32 nIndex)
118 virtual sal_Int32 SAL_CALL
166 sal_Int32 mnIndex;
204 void ScAccessibleDataPilotControl::AddField(sal_Int32 nNewIndex) in AddField()
220 sal_Int32 nIndex = nNewIndex + 1; in AddField()
247 void ScAccessibleDataPilotControl::RemoveField(sal_Int32 nOldIndex) in RemoveField()
291 void ScAccessibleDataPilotControl::FieldFocusChange(sal_Int32 nOldIndex, sal_Int32 nNewIndex) in FieldFocusChange()
305 void ScAccessibleDataPilotControl::FieldNameChange(sal_Int32 nIndex) in FieldNameChange()
322 sal_Int32 nIndex(mpFieldWindow->GetSelectedIndex()); in GotFocus()
336 sal_Int32 nIndex(mpFieldWindow->GetSelectedIndex()); in LostFocus()
382 sal_Int32 SAL_CALL ScAccessibleDataPilotControl::getForeground( ) in getForeground()
387 sal_Int32 nColor(0); in getForeground()
395 sal_Int32 SAL_CALL ScAccessibleDataPilotControl::getBackground( ) in getBackground()
400 sal_Int32 nColor(0); in getBackground()
411 sal_Int32 SAL_CALL ScAccessibleDataPilotControl::getAccessibleChildCount(void) in getAccessibleChildCount()
422 uno::Reference< XAccessible> SAL_CALL ScAccessibleDataPilotControl::getAccessibleChild(sal_Int32 nI… in getAccessibleChild()
544 sal_Int32 nIndex) in ScAccessibleDataPilotButton()
611 sal_Int32 SAL_CALL ScAccessibleDataPilotButton::getForeground( ) in getForeground()
616 sal_Int32 nColor(0); in getForeground()
624 sal_Int32 SAL_CALL ScAccessibleDataPilotButton::getBackground( ) in getBackground()
629 sal_Int32 nColor(0); in getBackground()
639 sal_Int32 SAL_CALL ScAccessibleDataPilotButton::getAccessibleChildCount(void) in getAccessibleChildCount()
645 uno::Reference< XAccessible> SAL_CALL ScAccessibleDataPilotButton::getAccessibleChild(sal_Int32 /* … in getAccessibleChild() argument
652 sal_Int32 SAL_CALL ScAccessibleDataPilotButton::getAccessibleIndexInParent(void) in getAccessibleIndexInParent()
675 …if (mpFieldWindow && (sal::static_int_cast<sal_Int32>(mpFieldWindow->GetSelectedIndex()) == mnInde… in getAccessibleStateSet()
768 sal_Int32 ScAccessibleDataPilotButton::getAccessibleActionCount( ) throw (uno::RuntimeException) in getAccessibleActionCount()
773 sal_Bool ScAccessibleDataPilotButton::doAccessibleAction ( sal_Int32 nIndex ) throw (lang::IndexOut… in doAccessibleAction()
780 ::rtl::OUString ScAccessibleDataPilotButton::getAccessibleActionDescription ( sal_Int32 nIndex ) th… in getAccessibleActionDescription()
787 …eyBinding > ScAccessibleDataPilotButton::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (… in getAccessibleActionKeyBinding()