Home
last modified time | relevance | path

Searched refs:_rAddress (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx156 …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()
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()
[all …]
H A Dcellbindinghelper.hxx83 const ::rtl::OUString& _rAddress,
92 const ::com::sun::star::table::CellAddress& _rAddress,
99 … createCellListSourceFromStringAddress( const ::rtl::OUString& _rAddress ) const;
124 ::com::sun::star::table::CellAddress& _rAddress
214 ::com::sun::star::table::CellAddress& /* [out] */ _rAddress
221 ::com::sun::star::table::CellRangeAddress& /* [out] */ _rAddress
/aoo4110/main/xmloff/source/forms/
H A Dformcellbinding.cxx133 …( const ::rtl::OUString& _rAddressDescription, CellAddress& /* [out] */ _rAddress, sal_Int16 /*_nA… in convertStringAddress() argument
143 && ( aAddress >>= _rAddress ); in convertStringAddress()
148 CellRangeAddress& /* [out] */ _rAddress ) const in convertStringAddress()
158 && ( aAddress >>= _rAddress ); in convertStringAddress()
162 …ndingHelper::createCellBindingFromStringAddress( const ::rtl::OUString& _rAddress, bool _bUseInteg… in createCellBindingFromStringAddress() argument
171 if ( !_rAddress.getLength() || !convertStringAddress( _rAddress, aAddress ) ) in createCellBindingFromStringAddress()
184 …mCellBindingHelper::createCellListSourceFromStringAddress( const ::rtl::OUString& _rAddress ) const in createCellListSourceFromStringAddress()
189 if ( !convertStringAddress( _rAddress, aRangeAddress ) ) in createCellListSourceFromStringAddress()
H A Dformcellbinding.hxx84 const ::rtl::OUString& _rAddress,
91 … createCellListSourceFromStringAddress( const ::rtl::OUString& _rAddress ) const;
194 ::com::sun::star::table::CellAddress& /* [out] */ _rAddress,
202 ::com::sun::star::table::CellRangeAddress& /* [out] */ _rAddress

Completed in 28 milliseconds