Searched refs:nStringLength (Results 1 – 5 of 5) sorted by relevance
229 const sal_uInt32 nStringLength(rText.Len()); in getTextOutlines() local231 if(nTextLength + nIndex > nStringLength) in getTextOutlines()233 nTextLength = nStringLength - nIndex; in getTextOutlines()276 const sal_uInt32 nStringLength(rText.Len()); in getTextBoundRect() local278 if(nTextLength + nIndex > nStringLength) in getTextBoundRect()280 nTextLength = nStringLength - nIndex; in getTextBoundRect()335 const sal_uInt32 nStringLength(rText.Len()); in getTextArray() local337 if(nTextLength + nIndex > nStringLength) in getTextArray()339 nTextLength = nStringLength - nIndex; in getTextArray()
1970 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local1972 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()1974 nTextLength = nStringLength - nTextIndex; in interpretMetafile()1998 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local2000 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() local2048 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile()2050 nTextLength = nStringLength - nTextIndex; in interpretMetafile()2102 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile() local[all …]
54 CFIndex nStringLength = CFStringGetLength(sOrig); in CFStringToOUString() local56 UniChar unichars[nStringLength+1]; in CFStringToOUString()59 unichars[nStringLength] = '\0'; in CFStringToOUString()61 CFStringGetCharacters (sOrig, CFRangeMake(0,nStringLength), unichars); in CFStringToOUString()
50 sal_uInt32 nStringLength = getU16(nOffset); in WW8Sttbf() local52 nOffset += 2 + nStringLength * (mbComplex ? 2 : 1); in WW8Sttbf()
315 sal_Char const * pString, size_t nStringLength) in matchString() argument320 sal_uChar const * qEnd = q + nStringLength; in matchString()
Completed in 68 milliseconds