Searched refs:nLenReqAttr (Results 1 – 1 of 1) sorted by relevance
2793 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getDefaultAttributes() local2795 if (nLenReqAttr) in getDefaultAttributes()2799 aProperties.realloc( nLenReqAttr ); in getDefaultAttributes()2802 for (sal_Int32 i = 0; i < nLenReqAttr; ++i) in getDefaultAttributes()2895 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getRunAttributes() local2897 if (nLenReqAttr) in getRunAttributes()2901 aProperties.realloc( nLenReqAttr ); in getRunAttributes()2904 for (sal_Int32 i = 0; i < nLenReqAttr; ++i) in getRunAttributes()
Completed in 16 milliseconds