Searched refs:xCurrentContainer (Results 1 – 3 of 3) sorted by relevance
187 Reference< XIndexAccess > xCurrentContainer( xRoot ); in determineRadioGroupId() local192 Reference< XNameAccess > xElementNameAccess( xCurrentContainer, UNO_QUERY ); in determineRadioGroupId()207 sal_Int32 nCount = xCurrentContainer->getCount(); in determineRadioGroupId()211 … Reference< XInterface > xElement( xCurrentContainer->getByIndex( i ), UNO_QUERY ); in determineRadioGroupId()222 aAncestors.push_back( xCurrentContainer ); in determineRadioGroupId()223 xCurrentContainer = xNewContainer; in determineRadioGroupId()260 xCurrentContainer = aAncestors.back(); aAncestors.pop_back(); in determineRadioGroupId()
2079 Reference< XContainer > xCurrentContainer; in setContainer() local2081 xCurrentContainer = Reference< XContainer > (m_xTabController->getContainer(), UNO_QUERY); in setContainer()2082 if (xCurrentContainer.is()) in setContainer()2084 xCurrentContainer->removeContainerListener(this); in setContainer()
203 Reference< XIndexAccess > xCurrentContainer; in exportCollectionElements() local
Completed in 33 milliseconds