Searched refs:rIDs (Results 1 – 2 of 2) sorted by relevance
34 …opertyArrayHelper::UnoPropertyArrayHelper( const ::com::sun::star::uno::Sequence<sal_Int32>& rIDs ) in UnoPropertyArrayHelper() argument36 sal_Int32 nIDs = rIDs.getLength(); in UnoPropertyArrayHelper()37 const sal_Int32* pIDs = rIDs.getConstArray(); in UnoPropertyArrayHelper()42 UnoPropertyArrayHelper::UnoPropertyArrayHelper( const std::list< sal_uInt16 > &rIDs ) in UnoPropertyArrayHelper() argument45 for( iter = rIDs.begin(); iter != rIDs.end(); iter++) in UnoPropertyArrayHelper()
47 UnoPropertyArrayHelper( const ::com::sun::star::uno::Sequence<sal_Int32>& rIDs );48 UnoPropertyArrayHelper( const std::list< sal_uInt16 > &rIDs );
Completed in 11 milliseconds