Searched refs:xElementNameAccess (Results 1 – 2 of 2) sorted by relevance
192 Reference< XNameAccess > xElementNameAccess( xCurrentContainer, UNO_QUERY ); in determineRadioGroupId() local193 OSL_ENSURE( xElementNameAccess.is(), "determineRadioGroupId: no name container?" ); in determineRadioGroupId()194 if ( !xElementNameAccess.is() ) in determineRadioGroupId()200 nGroupsEncountered += xElementNameAccess->getElementNames().getLength(); in determineRadioGroupId()233 … Sequence< ::rtl::OUString > aElementNames( xElementNameAccess->getElementNames() ); in determineRadioGroupId()241 … OSL_ENSURE( nLocalGroupIndex < xElementNameAccess->getElementNames().getLength(), in determineRadioGroupId()244 …sal_Int32 nGlobalGroupId = nGroupsEncountered - xElementNameAccess->getElementNames().getLength() … in determineRadioGroupId()
497 Reference< XNameAccess > xElementNameAccess( xElementStorage, UNO_QUERY ); in impl_reloadElementTypeData() local508 if ( xElementNameAccess->hasByName( rElement.aName )) in impl_reloadElementTypeData()
Completed in 31 milliseconds