Home
last modified time | relevance | path

Searched refs:_rxDescriptor (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx302 …void OIndexCollection::implFillIndexInfo(OIndex& _rIndex, Reference< XPropertySet > _rxDescriptor)… in implFillIndexInfo() argument
309 …_rIndex.bPrimaryKey = ::cppu::any2bool(_rxDescriptor->getPropertyValue(s_sPrimaryIndexPropertyName… in implFillIndexInfo()
310 _rIndex.bUnique = ::cppu::any2bool(_rxDescriptor->getPropertyValue(s_sUniquePropertyName)); in implFillIndexInfo()
311 _rxDescriptor->getPropertyValue(s_sCatalogPropertyName) >>= _rIndex.sDescription; in implFillIndexInfo()
314 Reference< XColumnsSupplier > xSuppCols(_rxDescriptor, UNO_QUERY); in implFillIndexInfo()
/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx253 const Reference< XPropertySet >& _rxDescriptor,
723 bool lcl_hasNonEmptyStringValue_throw( const Reference< XPropertySet >& _rxDescriptor, in lcl_hasNonEmptyStringValue_throw() argument
729 OSL_VERIFY( _rxDescriptor->getPropertyValue( _rPropertyName ) >>= sValue ); in lcl_hasNonEmptyStringValue_throw()
768 …ard::impl_extractSourceObject_throw( const Reference< XPropertySet >& _rxDescriptor, sal_Int32& _o… in impl_extractSourceObject_throw() argument
770 …OSL_PRECOND( _rxDescriptor.is() && m_xSourceConnection.is(), "CopyTableWizard::impl_extractSourceO… in impl_extractSourceObject_throw()
772 Reference< XPropertySetInfo > xPSI( _rxDescriptor->getPropertySetInfo(), UNO_SET_THROW ); in impl_extractSourceObject_throw()
785 OSL_VERIFY( _rxDescriptor->getPropertyValue( PROPERTY_COMMAND ) >>= sCommand ); in impl_extractSourceObject_throw()
786 OSL_VERIFY( _rxDescriptor->getPropertyValue( PROPERTY_COMMAND_TYPE ) >>= _out_rCommandType ); in impl_extractSourceObject_throw()
/aoo41x/main/dbaccess/source/core/api/
H A DTableDeco.cxx489 …Name( const ::rtl::OUString& _rName, const Reference< XPropertySet >& _rxDescriptor ) throw(SQLExc… in alterColumnByName() argument
497 xAlter->alterColumnByName(_rName,_rxDescriptor); in alterColumnByName()
506 …terColumnByIndex( sal_Int32 _nIndex, const Reference< XPropertySet >& _rxDescriptor ) throw(SQLExc… in alterColumnByIndex() argument
514 xAlter->alterColumnByIndex(_nIndex,_rxDescriptor); in alterColumnByIndex()
H A Dtable.cxx338 …Name( const ::rtl::OUString& _rName, const Reference< XPropertySet >& _rxDescriptor ) throw(SQLExc… in alterColumnByName() argument
350 getAlterService()->alterColumnByName(xTable,_rName,_rxDescriptor); in alterColumnByName()
/aoo41x/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx103 sal_Bool ODescriptor::isNew( const Reference< XInterface >& _rxDescriptor ) in isNew() argument
105 ODescriptor* pImplementation = getImplementation( _rxDescriptor ); in isNew()
/aoo41x/main/dbaccess/source/core/inc/
H A DTableDeco.hxx188 …::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDescriptor ) throw(::com:…
189 …::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDescriptor ) throw(::com:…
H A Dtable.hxx148 …::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDescriptor ) throw(::com:…
/aoo41x/main/connectivity/inc/connectivity/sdbcx/
H A DVDescriptor.hxx92 …sNew( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxDescriptor );
/aoo41x/main/dbaccess/source/ui/inc/
H A Dindexcollection.hxx111 …m::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > _rxDescriptor) SAL_THROW((::…

Completed in 46 milliseconds