Home
last modified time | relevance | path

Searched refs:xElementNameAccess (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/toolkit/source/helper/
H A Dformpdfexport.cxx192 Reference< XNameAccess > xElementNameAccess( xCurrentContainer, UNO_QUERY ); in determineRadioGroupId() local
193 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()
/aoo4110/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx497 Reference< XNameAccess > xElementNameAccess( xElementStorage, UNO_QUERY ); in impl_reloadElementTypeData() local
508 if ( xElementNameAccess->hasByName( rElement.aName )) in impl_reloadElementTypeData()

Completed in 29 milliseconds