Lines Matching refs:container

59 	::std::vector< uno::Reference< container::XChild> > m_aSections;
148 …::std::vector< uno::Reference< container::XChild > >::const_iterator aIter = m_pImpl->m_aSections.… in IMPL_LINK()
149 …::std::vector< uno::Reference< container::XChild > >::const_iterator aEnd = m_pImpl->m_aSections.e… in IMPL_LINK()
152 const uno::Reference<container::XChild> xChild (*aIter); in IMPL_LINK()
235 uno::Reference<container::XChild> xChild = _xSection.get(); in AddSection()
252 uno::Reference<container::XChild> xChild(_xSection.get()); in RemoveSection()
268 uno::Reference< container::XIndexAccess > xContainer(Element, uno::UNO_QUERY); in TogglePropertyListening()
292 void OXReportControllerObserver::switchListening( const uno::Reference< container::XIndexAccess >& … in switchListening()
313 uno::Reference< container::XContainer > xSimpleContainer( _rxContainer, uno::UNO_QUERY ); in switchListening()
379 uno::Reference< container::XIndexAccess > xContainer( _rxElement, uno::UNO_QUERY ); in AddElement()
391 uno::Reference< container::XIndexAccess > xContainer( _rxElement, uno::UNO_QUERY ); in RemoveElement()
397 …ector< uno::Reference< container::XChild> >::const_iterator OXReportControllerObserver::getSection… in getSection()
399 …::std::vector< uno::Reference< container::XChild> >::const_iterator aFind = m_pImpl->m_aSections.e… in getSection()
406 uno::Reference<container::XChild> xParent(_xContainer->getParent(),uno::UNO_QUERY); in getSection()
414 void SAL_CALL OXReportControllerObserver::elementInserted(const container::ContainerEvent& evt) thr… in elementInserted()
428 void SAL_CALL OXReportControllerObserver::elementReplaced(const container::ContainerEvent& evt) thr… in elementReplaced()
442 void SAL_CALL OXReportControllerObserver::elementRemoved(const container::ContainerEvent& evt) thro… in elementRemoved()