Lines Matching refs:_rAddress
156 …ingAddress( const ::rtl::OUString& _rAddressDescription, CellAddress& /* [out] */ _rAddress ) const in convertStringAddress()
166 && ( aAddress >>= _rAddress ); in convertStringAddress()
205 CellRangeAddress& /* [out] */ _rAddress ) const in convertStringAddress()
215 && ( aAddress >>= _rAddress ); in convertStringAddress()
219 …g > CellBindingHelper::createCellBindingFromAddress( const CellAddress& _rAddress, bool _bSupportI… in createCellBindingFromAddress() argument
224 makeAny( _rAddress ) in createCellBindingFromAddress()
231 …ndingHelper::createCellBindingFromStringAddress( const ::rtl::OUString& _rAddress, bool _bSupportI… in createCellBindingFromStringAddress() argument
240 if ( !_rAddress.getLength() || !convertStringAddress( _rAddress, aAddress ) ) in createCellBindingFromStringAddress()
247 … CellBindingHelper::createCellListSourceFromStringAddress( const ::rtl::OUString& _rAddress ) const in createCellListSourceFromStringAddress()
252 if ( !_rAddress.getLength() || !convertStringAddress( _rAddress, aRangeAddress ) ) in createCellListSourceFromStringAddress()
303 const Reference< XValueBinding >& _rxBinding, CellAddress& _rAddress ) const in getAddressFromCellBinding()
319 … bReturn = (bool)( xBindingProps->getPropertyValue( PROPERTY_BOUND_CELL ) >>= _rAddress ); in getAddressFromCellBinding()