Searched refs:_xCollection (Results 1 – 5 of 5) sorted by relevance
57 … const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _xCollection in getPositionInIndexAccess()60 sal_Int32 nCount = _xCollection->getCount(); in getPositionInIndexAccess()64 …::com::sun::star::uno::Reference< T > xObject(_xCollection->getByIndex(i),::com::sun::star::uno::U… in getPositionInIndexAccess()
828 void ODBExport::exportCollection(const Reference< XNameAccess >& _xCollection in exportCollection() argument835 if ( _xCollection.is() ) in exportCollection()840 Sequence< ::rtl::OUString> aSeq = _xCollection->getElementNames(); in exportCollection()845 Reference<XPropertySet> xProp(_xCollection->getByName(*pIter),UNO_QUERY); in exportCollection()
184 void exportCollection(const Reference< XNameAccess >& _xCollection
305 …r(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _xCollection);
2048 void OApplicationController::addContainerListener(const Reference<XNameAccess>& _xCollection) in addContainerListener() argument2052 Reference< XContainer > xCont(_xCollection, UNO_QUERY); in addContainerListener()
Completed in 56 milliseconds