Lines Matching refs:nTextLength

1281 		sal_uInt16 nTextLength,  in proccessMetaTextAction()  argument
1290 if(nTextLength) in proccessMetaTextAction()
1363 nTextLength, in proccessMetaTextAction()
1390 nTextLength, in proccessMetaTextAction()
1409 fTextWidth = aTextLayouterDevice.getTextWidth(rText, nTextStart, nTextLength); in proccessMetaTextAction()
1968 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local
1972 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
1974 nTextLength = nStringLength - nTextIndex; in interpretMetafile()
1977 if(nTextLength && rPropertyHolders.Current().getTextColorActive()) in interpretMetafile()
1984 nTextLength, in interpretMetafile()
1996 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local
2000 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
2002 nTextLength = nTextIndex > nStringLength ? 0 : nStringLength - nTextIndex; in interpretMetafile()
2005 if(nTextLength && rPropertyHolders.Current().getTextColorActive()) in interpretMetafile()
2013 aDXArray.reserve(nTextLength); in interpretMetafile()
2015 for(sal_uInt32 a(0); a < nTextLength; a++) in interpretMetafile()
2025 nTextLength, in interpretMetafile()
2044 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local
2048 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
2050 nTextLength = nStringLength - nTextIndex; in interpretMetafile()
2053 if(nTextLength && rPropertyHolders.Current().getTextColorActive()) in interpretMetafile()
2062 nTextLength)); in interpretMetafile()
2088 nTextLength, in interpretMetafile()