Home
last modified time | relevance | path

Searched refs:_rxSource (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx233 …gHelper::getStringAddressFromCellListSource( const Reference< XListEntrySource >& _rxSource ) const in getStringAddressFromCellListSource()
235 …OSL_PRECOND( !_rxSource.is() || isCellRangeListSource( _rxSource ), "FormCellBindingHelper::getStr… in getStringAddressFromCellListSource()
240 Reference< XPropertySet > xSourceProps( _rxSource, UNO_QUERY ); in getStringAddressFromCellListSource()
241 …OSL_ENSURE( xSourceProps.is() || !_rxSource.is(), "FormCellBindingHelper::getStringAddressFromCell… in getStringAddressFromCellListSource()
364 bool FormCellBindingHelper::isCellRangeListSource( const Reference< XListEntrySource >& _rxSource )… in isCellRangeListSource()
366 return doesComponentSupport( _rxSource.get(), SERVICE_CELLRANGELISTSOURCE ); in isCellRangeListSource()
408 void FormCellBindingHelper::setListSource( const Reference< XListEntrySource >& _rxSource ) in setListSource() argument
413 xSink->setListEntrySource( _rxSource ); in setListSource()
H A Dformcellbinding.hxx117 …st ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource
145 …st ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource
186 …st ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource
/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx348 …gHelper::getStringAddressFromCellListSource( const Reference< XListEntrySource >& _rxSource ) const in getStringAddressFromCellListSource()
350 …OSL_PRECOND( !_rxSource.is() || isCellRangeListSource( _rxSource ), "CellBindingHelper::getStringA… in getStringAddressFromCellListSource()
359 Reference< XPropertySet > xSourceProps( _rxSource, UNO_QUERY ); in getStringAddressFromCellListSource()
360 …OSL_ENSURE( xSourceProps.is() || !_rxSource.is(), "CellBindingHelper::getStringAddressFromCellList… in getStringAddressFromCellListSource()
507 …bool CellBindingHelper::isCellRangeListSource( const Reference< XListEntrySource >& _rxSource ) co… in isCellRangeListSource()
509 return doesComponentSupport( _rxSource.get(), SERVICE_SHEET_CELLRANGE_LISTSOURCE ); in isCellRangeListSource()
551 void CellBindingHelper::setListSource( const Reference< XListEntrySource >& _rxSource ) in setListSource() argument
556 xSink->setListEntrySource( _rxSource ); in setListSource()
H A Dxsddatatypes.cxx201 …void lcl_copyProperties( const Reference< XPropertySet >& _rxSource, const Reference< XPropertySet… in lcl_copyProperties() argument
204 if ( _rxSource.is() ) in lcl_copyProperties()
205 xSourceInfo = _rxSource->getPropertySetInfo(); in lcl_copyProperties()
219 … _rxDest->setPropertyValue( pProperties->Name, _rxSource->getPropertyValue( pProperties->Name ) ); in lcl_copyProperties()
H A Dcellbindinghelper.hxx138 …st ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource
166 …st ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource
199 …st ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource
/trunk/main/forms/source/component/
H A Dentrylisthelper.cxx69 …tryListHelper::setListEntrySource( const Reference< XListEntrySource >& _rxSource ) throw (Runtime… in setListEntrySource() argument
77 if ( _rxSource.is() ) in setListEntrySource()
78 connectExternalListSource( _rxSource, aLock ); in setListEntrySource()
274 …Helper::connectExternalListSource( const Reference< XListEntrySource >& _rxSource, ControlModelLoc… in connectExternalListSource() argument
277 … OSL_ENSURE( _rxSource.is(), "OEntryListHelper::connectExternalListSource: invalid list source!" ); in connectExternalListSource()
280 m_xListSource = _rxSource; in connectExternalListSource()
H A DEdit.cxx443 …void lcl_transferProperties( const Reference< XPropertySet >& _rxSource, const Reference< XPropert… in lcl_transferProperties() argument
448 if ( _rxSource.is() ) in lcl_transferProperties()
449 xSourceInfo = _rxSource->getPropertySetInfo(); in lcl_transferProperties()
481 …_rxDest->setPropertyValue( pSourceProps->Name, _rxSource->getPropertyValue( pSourceProps->Name ) ); in lcl_transferProperties()
H A Dentrylisthelper.hxx143 …r::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource ) throw (::com::…
169 …t ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XListEntrySource >& _rxSource,
/trunk/main/comphelper/source/property/
H A Dproperty.cxx71 void copyProperties(const Reference<XPropertySet>& _rxSource, in copyProperties() argument
74 if (!_rxSource.is() || !_rxDest.is()) in copyProperties()
80 Reference< XPropertySetInfo > xSourceProps = _rxSource->getPropertySetInfo(); in copyProperties()
95 const Any aSourceValue = _rxSource->getPropertyValue(pSourceProps->Name); in copyProperties()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx446 …ing& _rMsg, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxSource) in throwGenericSQLException() argument
449 throwGenericSQLException(_rMsg, _rxSource, Any()); in throwGenericSQLException()
453 …LException(const ::rtl::OUString& _rMsg, const Reference< XInterface >& _rxSource, const Any& _rNe… in throwGenericSQLException() argument
456 …throw SQLException( _rMsg, _rxSource, getStandardSQLState( SQL_GENERAL_ERROR ), 0, _rNextException… in throwGenericSQLException()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx617 …inistrationHelper::translateProperties(const Reference< XPropertySet >& _rxSource, SfxItemSet& _rD… in translateProperties() argument
622 if (_rxSource.is()) in translateProperties()
633 aValue = _rxSource->getPropertyValue(aDirect->second); in translateProperties()
652 _rxSource->getPropertyValue(PROPERTY_INFO) >>= aAdditionalInfo; in translateProperties()
694 _rDest.Put(OPropertySetItem(DSID_DATASOURCE_UNO, _rxSource)); in translateProperties()
695 Reference<XStorable> xStore(getDataSourceOrModel(_rxSource),UNO_QUERY); in translateProperties()
H A DDbAdminImpl.hxx169 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSource,
/trunk/main/connectivity/inc/connectivity/
H A Ddbexception.hxx300 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxSource
309 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxSource,
/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx133 …PHELPER_DLLPUBLIC void copyProperties(const staruno::Reference<starbeans::XPropertySet>& _rxSource,
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1036 const Reference< XRow >& _rxSource, const Reference< XParameters >& _rxDest ) in ValueTransfer()
1040 ,m_xSource( _rxSource ) in ValueTransfer()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx866 …rtySet> getColumnHelper(SvLBoxEntry* _pCurrentlyDisplayed,const Reference<XPropertySet>& _rxSource) in getColumnHelper() argument
875 _rxSource->getPropertyValue(PROPERTY_NAME) >>= aName; in getColumnHelper()

Completed in 90 milliseconds