Lines Matching refs:nTextIndex
1969 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile() local
1972 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
1974 nTextLength = nStringLength - nTextIndex; in interpretMetafile()
1983 nTextIndex, in interpretMetafile()
1997 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile() local
2000 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
2002 nTextLength = nTextIndex > nStringLength ? 0 : nStringLength - nTextIndex; in interpretMetafile()
2024 nTextIndex, in interpretMetafile()
2045 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile() local
2048 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()
2050 nTextLength = nStringLength - nTextIndex; in interpretMetafile()
2061 nTextIndex, in interpretMetafile()
2087 nTextIndex, in interpretMetafile()