Lines Matching refs:rEE

131 …buteRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, const EditEngine& rEE, sal_uInt16 nPara, …  in GetAttributeRun()  argument
140 rEE.GetCharAttribs( nPara, aTempCharAttribs ); in GetAttributeRun()
144 sal_uInt32 nParaLen = rEE.GetTextLen(nPara); in GetAttributeRun()
193 …for( nAttr=0, nClosestEndIndex_s=nClosestEndIndex_e=rEE.GetTextLen(nPara); nAttr<aCharAttribs.Coun… in GetAttributeRun()
216 sal_uInt32 nParaCount = rEE.GetParagraphCount(); in GetAttributeRun()
217 sal_uInt32 nCrrntParaLen = rEE.GetTextLen(nPara); in GetAttributeRun()
221 SfxItemSet aCrrntSet = rEE.GetAttribs( nPara, 0, 1, GETATTRIBS_CHARATTRIBS ); in GetAttributeRun()
224 sal_uInt32 nLen = rEE.GetTextLen( sal_uInt16(nParaIdx) ); in GetAttributeRun()
228 GetAttributeRun( nStartIdx, nEndIdx, rEE, sal_uInt16(nParaIdx), sal_uInt16(nLen), sal_False ); in GetAttributeRun()
229 …SfxItemSet aSet = rEE.GetAttribs( sal_uInt16(nParaIdx), sal_uInt16(nLen-1), sal_uInt16(nLen), GETA… in GetAttributeRun()
245 …SfxItemSet aCrrntSet = rEE.GetAttribs( nPara, sal_uInt16(nCrrntParaLen-1), sal_uInt16(nCrrntParaLe… in GetAttributeRun()
248 sal_uInt32 nLen = rEE.GetTextLen( sal_uInt16(nParaIdx) ); in GetAttributeRun()
252 GetAttributeRun( nStartIdx, nEndIdx, rEE, sal_uInt16(nParaIdx), 0, sal_False ); in GetAttributeRun()
253 SfxItemSet aSet = rEE.GetAttribs( sal_uInt16(nParaIdx), 0, 1, GETATTRIBS_CHARATTRIBS ); in GetAttributeRun()
271 nStartIndex += rEE.GetTextLen(i)+1; in GetAttributeRun()
280 nEndIndex += rEE.GetTextLen(i)+1; in GetAttributeRun()
292 rEE.GetCharAttribs( nPara, aCharAttribs ); in GetAttributeRun()
312 for( nAttr=0, nClosestEndIndex=rEE.GetTextLen(nPara); nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun()