Searched refs:nLenReqAttr (Results 1 – 1 of 1) sorted by relevance
2794 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getDefaultAttributes() local2796 if (nLenReqAttr) in getDefaultAttributes()2800 aProperties.realloc( nLenReqAttr ); in getDefaultAttributes()2803 for (sal_Int32 i = 0; i < nLenReqAttr; ++i) in getDefaultAttributes()2896 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getRunAttributes() local2898 if (nLenReqAttr) in getRunAttributes()2902 aProperties.realloc( nLenReqAttr ); in getRunAttributes()2905 for (sal_Int32 i = 0; i < nLenReqAttr; ++i) in getRunAttributes()
Completed in 29 milliseconds