Home
last modified time | relevance | path

Searched refs:nStringLength (Results 1 – 5 of 5) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx229 const sal_uInt32 nStringLength(rText.Len()); in getTextOutlines() local
231 if(nTextLength + nIndex > nStringLength) in getTextOutlines()
233 nTextLength = nStringLength - nIndex; in getTextOutlines()
276 const sal_uInt32 nStringLength(rText.Len()); in getTextBoundRect() local
278 if(nTextLength + nIndex > nStringLength) in getTextBoundRect()
280 nTextLength = nStringLength - nIndex; in getTextBoundRect()
335 const sal_uInt32 nStringLength(rText.Len()); in getTextArray() local
337 if(nTextLength + nIndex > nStringLength) in getTextArray()
339 nTextLength = nStringLength - nIndex; in getTextArray()
H A Dmetafileprimitive2d.cxx1970 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
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A Dmacabutilities.hxx54 CFIndex nStringLength = CFStringGetLength(sOrig); in CFStringToOUString() local
56 UniChar unichars[nStringLength+1]; in CFStringToOUString()
59 unichars[nStringLength] = '\0'; in CFStringToOUString()
61 CFStringGetCharacters (sOrig, CFRangeMake(0,nStringLength), unichars); in CFStringToOUString()
/trunk/main/writerfilter/source/doctok/
H A DWW8Sttbf.cxx50 sal_uInt32 nStringLength = getU16(nOffset); in WW8Sttbf() local
52 nOffset += 2 + nStringLength * (mbComplex ? 2 : 1); in WW8Sttbf()
/trunk/main/ucb/source/regexp/
H A Dregexp.cxx315 sal_Char const * pString, size_t nStringLength) in matchString() argument
320 sal_uChar const * qEnd = q + nStringLength; in matchString()

Completed in 47 milliseconds