/aoo42x/main/xmloff/source/forms/ |
H A D | formcellbinding.cxx | 233 …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 D | formcellbinding.hxx | 117 …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
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | cellbindinghelper.cxx | 348 …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 D | xsddatatypes.cxx | 201 …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 D | cellbindinghelper.hxx | 138 …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
|
/aoo42x/main/forms/source/component/ |
H A D | entrylisthelper.cxx | 69 …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 D | Edit.cxx | 443 …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 D | entrylisthelper.hxx | 143 …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,
|
/aoo42x/main/comphelper/source/property/ |
H A D | property.cxx | 71 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()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 446 …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()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 617 …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 D | DbAdminImpl.hxx | 169 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSource,
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 300 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,
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 133 …PHELPER_DLLPUBLIC void copyProperties(const staruno::Reference<starbeans::XPropertySet>& _rxSource,
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1036 const Reference< XRow >& _rxSource, const Reference< XParameters >& _rxDest ) in ValueTransfer() 1040 ,m_xSource( _rxSource ) in ValueTransfer()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 866 …rtySet> getColumnHelper(SvLBoxEntry* _pCurrentlyDisplayed,const Reference<XPropertySet>& _rxSource) in getColumnHelper() argument 875 _rxSource->getPropertyValue(PROPERTY_NAME) >>= aName; in getColumnHelper()
|