Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2793 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getDefaultAttributes() local
2795 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() local
2897 if (nLenReqAttr) in getRunAttributes()
2901 aProperties.realloc( nLenReqAttr ); in getRunAttributes()
2904 for (sal_Int32 i = 0; i < nLenReqAttr; ++i) in getRunAttributes()

Completed in 31 milliseconds