Home
last modified time | relevance | path

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

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2794 sal_Int32 nLenReqAttr = rRequestedAttributes.getLength(); in getDefaultAttributes() local
2796 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() local
2898 if (nLenReqAttr) in getRunAttributes()
2902 aProperties.realloc( nLenReqAttr ); in getRunAttributes()
2905 for (sal_Int32 i = 0; i < nLenReqAttr; ++i) in getRunAttributes()

Completed in 40 milliseconds