Lines Matching refs:nStringLength
1970 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local
1972 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
1974 nTextLength = nStringLength - nTextIndex; in interpretMetafile()
1998 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local
2000 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
2002 nTextLength = nTextIndex > nStringLength ? 0 : nStringLength - nTextIndex; in interpretMetafile()
2046 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local
2048 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
2050 nTextLength = nStringLength - nTextIndex; in interpretMetafile()
2102 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local
2104 if(!rRectangle.IsEmpty() && 0 != nStringLength) in interpretMetafile()