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()
1046 static const ::sal_uInt16 nIDs[] = in AnyToItemSet() local1062 for ( sal_Int16 nIndex = 0; nIDs[nIndex]; nIndex++ ) in AnyToItemSet()1064 const sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet()1065 if ( GetProperty( nIDs[nIndex], nMId, pAny ) ) in AnyToItemSet()1067 SfxPoolItem* pItem = ::GetDfltAttr( nIDs[nIndex] )->Clone(); in AnyToItemSet()
Completed in 48 milliseconds