Searched refs:aIdentifiers (Results 1 – 4 of 4) sorted by relevance
582 uno::Sequence< ::sal_Int32 > aIdentifiers; in getIdentifiers() local583 mpControls->getIdentifiers( aIdentifiers ); in getIdentifiers()584 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()
2422 aIdentifiers(1); in IMPL_LINK() local2423 aIdentifiers[0] in IMPL_LINK()2426 aArgument <<= aIdentifiers; in IMPL_LINK()
1369 Sequence< sal_Int32 > aIdentifiers( xContainer->getIdentifiers() ); in replaceControl() local1370 const sal_Int32* pIdentifiers = aIdentifiers.getConstArray(); in replaceControl()1371 … const sal_Int32* pIdentifiersEnd = aIdentifiers.getConstArray() + aIdentifiers.getLength(); in replaceControl()