Searched refs:nIDs (Results 1 – 3 of 3) sorted by relevance
36 sal_Int32 nIDs = rIDs.getLength(); in UnoPropertyArrayHelper() local38 for ( sal_Int32 n = 0; n < nIDs; n++ ) in UnoPropertyArrayHelper()
209 sal_uInt32 nIDs = mpData->Count(); in ImplGetPropertyIds() local210 ::com::sun::star::uno::Sequence<sal_Int32> aIDs( nIDs ); in ImplGetPropertyIds()212 for ( sal_uInt32 n = 0; n < nIDs; n++ ) in ImplGetPropertyIds()
683 static const :: sal_uInt16 nIDs[] = in AnyToItemSet() local699 for(sal_Int16 nIndex = 0; nIDs[nIndex]; nIndex++) in AnyToItemSet()701 sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet()702 if(GetProperty(nIDs[nIndex], nMId, pAny )) in AnyToItemSet()704 SfxPoolItem* pItem = ::GetDfltAttr( nIDs[nIndex] )->Clone(); in AnyToItemSet()
Completed in 34 milliseconds