Home
last modified time | relevance | path

Searched refs:nIDs (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx36 sal_Int32 nIDs = rIDs.getLength(); in UnoPropertyArrayHelper() local
38 for ( sal_Int32 n = 0; n < nIDs; n++ ) in UnoPropertyArrayHelper()
/aoo4110/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx209 sal_uInt32 nIDs = mpData->Count(); in ImplGetPropertyIds() local
210 ::com::sun::star::uno::Sequence<sal_Int32> aIDs( nIDs ); in ImplGetPropertyIds()
212 for ( sal_uInt32 n = 0; n < nIDs; n++ ) in ImplGetPropertyIds()
/aoo4110/main/sw/source/core/unocore/
H A Dunoframe.cxx683 static const :: sal_uInt16 nIDs[] = in AnyToItemSet() local
699 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 61 milliseconds