Home
last modified time | relevance | path

Searched refs:m_xSource (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx47 ,m_xSource(_xSource) in DBG_NAME()
54 OSL_ENSURE(m_xSource.is(),"Source is NULL!"); in DBG_NAME()
55 if ( m_xDest.is() && m_xSource.is() ) in DBG_NAME()
60 m_xSourceInfo = m_xSource->getPropertySetInfo(); in DBG_NAME()
63 ::comphelper::copyProperties(m_xDest,m_xSource); in DBG_NAME()
79 ::comphelper::copyProperties(m_xSource,m_xDest); in DBG_NAME()
110 Reference<XPropertySet> xProp = bDest ? m_xSource : m_xDest; in propertyChange()
176 m_xSource.clear(); in disposing()
184 if ( m_xSource.is() ) in stopListening()
192 if ( m_xSource.is() ) in startListening()
[all …]
/aoo4110/main/ucb/source/cacher/
H A Ddynamicresultsetwrapper.cxx58 , 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 Ddynamicresultsetwrapper.hxx76 m_xSource; member in DynamicResultSetWrapper
/aoo4110/main/dbaccess/source/core/misc/
H A DPropertyForward.cxx55 :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()
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1038 ,m_xSource( _rxSource ) in ValueTransfer()
1047 VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferValue()
1048 if ( m_xSource->wasNull() ) in transferValue()
1057 const VALUE_TYPE value( (m_xSource.get()->*_pGetter)( m_rSourcePos ) ); in transferComplexValue()
1059 if ( m_xSource->wasNull() ) in transferComplexValue()
1069 const Reference< XRow > m_xSource; member in dbaui::__anon2db77d890311::ValueTransfer
/aoo4110/main/connectivity/source/commontools/
H A Ddbtools.cxx1756 Reference<XIndexAccess> m_xSource; member in dbtools::__anon081d4b6e0511::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()
/aoo4110/main/reportdesign/inc/
H A DPropertyForward.hxx51 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xSource;
/aoo4110/main/dbaccess/source/core/inc/
H A DPropertyForward.hxx60 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSource;

Completed in 975 milliseconds