Searched refs:aIdentifiers (Results 1 – 4 of 4) sorted by relevance
584 uno::Sequence< ::sal_Int32 > aIdentifiers; in getIdentifiers() local585 mpControls->getIdentifiers( aIdentifiers ); in getIdentifiers()586 return aIdentifiers; in getIdentifiers()
1544 uno::Sequence<OUString> aIdentifiers = xBibAccess->getElementNames(); in IMPL_LINK() local1545 const OUString* pNames = aIdentifiers.getConstArray(); in IMPL_LINK()1546 for(sal_uInt16 i = 0; i < aIdentifiers.getLength(); i++) in IMPL_LINK()
2444 aIdentifiers(1); in IMPL_LINK() local2445 aIdentifiers[0] in IMPL_LINK()2448 aArgument <<= aIdentifiers; in IMPL_LINK()
1370 Sequence< sal_Int32 > aIdentifiers( xContainer->getIdentifiers() ); in replaceControl() local1371 const sal_Int32* pIdentifiers = aIdentifiers.getConstArray(); in replaceControl()1372 … const sal_Int32* pIdentifiersEnd = aIdentifiers.getConstArray() + aIdentifiers.getLength(); in replaceControl()
Completed in 128 milliseconds