Searched refs:nTextLength (Results 1 – 9 of 9) sorted by relevance
228 sal_uInt32 nTextLength(nLength); in getTextOutlines() local231 if(nTextLength + nIndex > nStringLength) in getTextOutlines()233 nTextLength = nStringLength - nIndex; in getTextOutlines()275 sal_uInt32 nTextLength(nLength); in getTextBoundRect() local278 if(nTextLength + nIndex > nStringLength) in getTextBoundRect()280 nTextLength = nStringLength - nIndex; in getTextBoundRect()283 if(nTextLength) in getTextBoundRect()334 sal_uInt32 nTextLength(nLength); in getTextArray() local339 nTextLength = nStringLength - nIndex; in getTextArray()342 if(nTextLength) in getTextArray()[all …]
1281 sal_uInt16 nTextLength, in proccessMetaTextAction() argument1290 if(nTextLength) in proccessMetaTextAction()1363 nTextLength, in proccessMetaTextAction()1390 nTextLength, in proccessMetaTextAction()1968 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local1984 nTextLength, in interpretMetafile()1996 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local2013 aDXArray.reserve(nTextLength); in interpretMetafile()2025 nTextLength, in interpretMetafile()2062 nTextLength)); in interpretMetafile()[all …]
208 const sal_Int32 nTextLength(mrSource.getTextLength()); in breakup() local221 for(; a < nTextPosition + nTextLength; a++) in breakup()239 for(; a < nTextPosition + nTextLength; a++) in breakup()275 for(; a < nTextPosition + nTextLength; a++) in breakup()
192 xub_StrLen nTextLength = _rText.Len(); in lcl_normalizeLength() local193 if ( _nStartIndex > nTextLength ) in lcl_normalizeLength()195 if ( _nStartIndex + _io_nLength > nTextLength ) in lcl_normalizeLength()196 _io_nLength = nTextLength - _nStartIndex; in lcl_normalizeLength()
1265 sal_Int32 nTextLength (msParagraphText.getLength()); in GetTextDirection() local1266 while (nPosition < nTextLength) in GetTextDirection()1330 const sal_Int32 nTextLength (msParagraphText.getLength()); in SetupCellArray() local1332 while (nPosition < nTextLength) in SetupCellArray()
337 int nTextLength = mxText.getCharacterCount(); in CreateSegmentNode() local339 for (int nIndex=0; nIndex<=nTextLength; /* empty */) in CreateSegmentNode()
424 const xub_StrLen nTextLength(aObjectString.Len()); in createRedirectedPrimitive2DSequence() local427 …const double fTextWidth(aTextLayouter.getTextWidth(aObjectString, 0, nTextLength) * (1.0 / nTextSi… in createRedirectedPrimitive2DSequence()472 nTextLength, in createRedirectedPrimitive2DSequence()
1116 … const sal_Int32 nTextLength(rTextCandidate.getTextLength()); // rTxt.getLength()); in processBasePrimitive2D() local1118 if(nTextLength) in processBasePrimitive2D()1131 … for(sal_Int32 i(nTextPosition); i < nTextPosition + nTextLength; i++) in processBasePrimitive2D()
1369 xub_StrLen nTextLength = ReadShortRes(); in ImplLoadRes() local1370 if ( nTextLength ) in ImplLoadRes()1371 SetMaxTextLen( nTextLength ); in ImplLoadRes()
Completed in 128 milliseconds