Searched refs:m_xSource (Results  1 – 8 of 8) sorted by relevance
| /trunk/main/reportdesign/source/core/sdr/ | 
| H A D | PropertyForward.cxx | 49 								,m_xSource(_xSource)  in DBG_NAME() 56 	OSL_ENSURE(m_xSource.is(),"Source is NULL!");  in DBG_NAME() 57 	if ( m_xDest.is() && m_xSource.is() )  in DBG_NAME() 62 			m_xSourceInfo = m_xSource->getPropertySetInfo();  in DBG_NAME() 65 				::comphelper::copyProperties(m_xDest,m_xSource);  in DBG_NAME() 81 				::comphelper::copyProperties(m_xSource,m_xDest);  in DBG_NAME() 112 			Reference<XPropertySet> xProp = bDest ? m_xSource : m_xDest;  in propertyChange() 178 	m_xSource.clear();  in disposing() 186 	if ( m_xSource.is() )  in stopListening() 194 	if ( m_xSource.is() )  in startListening() [all …] 
 | 
| /trunk/main/ucb/source/cacher/ | 
| H A D | dynamicresultsetwrapper.cxx | 58 				, m_xSource( xOrigin )  in DynamicResultSetWrapper() 80 		xSource = m_xSource;  in impl_init() 81 		m_xSource = NULL;  in impl_init() 156 		xSourceComponent = Reference< XComponent >(m_xSource, UNO_QUERY);  in SAL_STATIC_CAST() 220 	if( !m_xSource.is() )  in impl_disposing() 224 	m_xSource.clear();  in impl_disposing() 307 		if( m_xSource.is() )  in setSource() 323 		m_xSource = xSourceDynamic;  in setSource() 355 		xSource = m_xSource;  in getStaticResultSet() 394 		xSource = m_xSource;  in setListener() [all …] 
 | 
| H A D | dynamicresultsetwrapper.hxx | 76 							m_xSource;  member in DynamicResultSetWrapper
  | 
| /trunk/main/dbaccess/source/core/misc/ | 
| H A D | PropertyForward.cxx | 55         :m_xSource( _xSource, UNO_SET_THROW )  in DBG_NAME() 109                     ::comphelper::copyProperties( m_xSource, m_xDest );  in propertyChange() 136         if ( !m_xSource.is() )  in disposing() 139 	    m_xSource->removePropertyChangeListener( ::rtl::OUString(), this );  in disposing() 140 	    m_xSource = NULL;  in disposing() 158 	        ::comphelper::copyProperties( m_xDest, m_xSource );  in setDefinition()
  | 
| /trunk/main/dbaccess/source/ui/uno/ | 
| H A D | copytablewizard.cxx | 1040             ,m_xSource( _rxSource )  in ValueTransfer() 1049         VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) );  in transferValue() 1050         if ( m_xSource->wasNull() )  in transferValue() 1059         const VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) );  in transferComplexValue() 1061         if ( m_xSource->wasNull() )  in transferComplexValue() 1071         const Reference< XRow >             m_xSource;  member in dbaui::__anon8cab26380311::ValueTransfer
  | 
| /trunk/main/connectivity/source/commontools/ | 
| H A D | dbtools.cxx | 1756         Reference<XIndexAccess> m_xSource;  member in dbtools::__anon458609fd0511::OParameterWrapper 1758 …d::bit_vector& _aSet,const Reference<XIndexAccess>& _xSource) : m_aSet(_aSet),m_xSource(_xSource){}  in OParameterWrapper() 1763             return m_xSource->getElementType();  in getElementType() 1768                 return m_xSource->hasElements();  in hasElements() 1775                 return m_xSource->getCount();  in getCount() 1781                 return m_xSource->getByIndex(Index);  in getByIndex() 1797             return m_xSource->getByIndex(nParamPos);  in getByIndex()
  | 
| /trunk/main/reportdesign/inc/ | 
| H A D | PropertyForward.hxx | 51 		::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>		m_xSource;
  | 
| /trunk/main/dbaccess/source/core/inc/ | 
| H A D | PropertyForward.hxx | 60         ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >       m_xSource;
  | 
        Completed in 70 milliseconds