Lines Matching refs:m_xAccess

41 	,m_xAccess(_rxAccess)  in OEnumerationByName()
52 ,m_xAccess(_rxAccess) in OEnumerationByName()
69 if (m_xAccess.is() && m_aNames.getLength() > m_nPos) in hasMoreElements()
72 if (m_xAccess.is()) in hasMoreElements()
75 m_xAccess.clear(); in hasMoreElements()
88 if (m_xAccess.is() && m_nPos < m_aNames.getLength()) in nextElement()
89 aRes = m_xAccess->getByName(m_aNames.getConstArray()[m_nPos++]); in nextElement()
91 if (m_xAccess.is() && m_nPos >= m_aNames.getLength()) in nextElement()
94 m_xAccess.clear(); in nextElement()
109 if (aEvent.Source == m_xAccess) in disposing()
110 m_xAccess.clear(); in disposing()
122 staruno::Reference< starlang::XComponent > xDisposable(m_xAccess, staruno::UNO_QUERY); in impl_startDisposeListening()
140 staruno::Reference< starlang::XComponent > xDisposable(m_xAccess, staruno::UNO_QUERY); in impl_stopDisposeListening()
155 ,m_xAccess(_rxAccess) in OEnumerationByIndex()
172 if (m_xAccess.is() && m_xAccess->getCount() > m_nPos) in hasMoreElements()
175 if (m_xAccess.is()) in hasMoreElements()
178 m_xAccess.clear(); in hasMoreElements()
191 if (m_xAccess.is() && m_nPos < m_xAccess->getCount()) in nextElement()
192 aRes = m_xAccess->getByIndex(m_nPos++); in nextElement()
194 if (m_xAccess.is() && m_nPos >= m_xAccess->getCount()) in nextElement()
197 m_xAccess.clear(); in nextElement()
211 if (aEvent.Source == m_xAccess) in disposing()
212 m_xAccess.clear(); in disposing()
224 staruno::Reference< starlang::XComponent > xDisposable(m_xAccess, staruno::UNO_QUERY); in impl_startDisposeListening()
242 staruno::Reference< starlang::XComponent > xDisposable(m_xAccess, staruno::UNO_QUERY); in impl_stopDisposeListening()