Lines Matching refs:Any
171 Any aOldValue; in SetFocus()
172 Any aNewValue; in SetFocus()
188 Any aOldValue; in SetChecked()
189 Any aNewValue; in SetChecked()
203 Any aOldValue, aNewValue; in SetIndeterminate()
218 Any aOldValue, aNewValue; in NameChanged()
234 Any aOld = _bShow ? Any() : makeAny( _xChild ); in NotifyChildEvent()
235 Any aNew = _bShow ? makeAny( _xChild ) : Any(); in NotifyChildEvent()
241 Any aOldValue[2], aNewValue[2]; in ToggleEnableState()
285 Any SAL_CALL VCLXAccessibleToolBoxItem::queryInterface( const Type& _rType ) throw (RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
290 return Any(); in IMPLEMENT_FORWARD_REFCOUNT()
293 ::com::sun::star::uno::Any aReturn = AccessibleTextHelper_BASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
695 Any VCLXAccessibleToolBoxItem::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
699 Any aValue; in getCurrentValue()
708 sal_Bool VCLXAccessibleToolBoxItem::setCurrentValue( const Any& aNumber ) throw (RuntimeException) in setCurrentValue()
731 Any VCLXAccessibleToolBoxItem::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
736 Any VCLXAccessibleToolBoxItem::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()