Searched refs:nTextLength (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | textlayoutdevice.cxx | 228 sal_uInt32 nTextLength(nLength); in getTextOutlines() local 231 if(nTextLength + nIndex > nStringLength) in getTextOutlines() 233 nTextLength = nStringLength - nIndex; in getTextOutlines() 238 …OSL_ENSURE(nDXArrayCount == nTextLength, "DXArray size does not correspond to text portion size (!… in getTextOutlines() 275 sal_uInt32 nTextLength(nLength); in getTextBoundRect() local 278 if(nTextLength + nIndex > nStringLength) in getTextBoundRect() 280 nTextLength = nStringLength - nIndex; in getTextBoundRect() 283 if(nTextLength) in getTextBoundRect() 334 sal_uInt32 nTextLength(nLength); in getTextArray() local 337 if(nTextLength + nIndex > nStringLength) in getTextArray() [all …]
|
| H A D | metafileprimitive2d.cxx | 1281 sal_uInt16 nTextLength, in proccessMetaTextAction() argument 1290 if(nTextLength) in proccessMetaTextAction() 1363 nTextLength, in proccessMetaTextAction() 1390 nTextLength, in proccessMetaTextAction() 1409 fTextWidth = aTextLayouterDevice.getTextWidth(rText, nTextStart, nTextLength); in proccessMetaTextAction() 1968 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local 1972 if(nTextLength + nTextIndex > nStringLength) in interpretMetafile() 1974 nTextLength = nStringLength - nTextIndex; in interpretMetafile() 1977 if(nTextLength && rPropertyHolders.Current().getTextColorActive()) in interpretMetafile() 1984 nTextLength, in interpretMetafile() [all …]
|
| H A D | textbreakuphelper.cxx | 208 const sal_Int32 nTextLength(mrSource.getTextLength()); in breakup() local 221 for(; a < nTextPosition + nTextLength; a++) in breakup() 239 for(; a < nTextPosition + nTextLength; a++) in breakup() 275 for(; a < nTextPosition + nTextLength; a++) in breakup()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | textlayout.cxx | 192 xub_StrLen nTextLength = _rText.Len(); in lcl_normalizeLength() local 193 if ( _nStartIndex > nTextLength ) in lcl_normalizeLength() 195 if ( _nStartIndex + _io_nLength > nTextLength ) in lcl_normalizeLength() 196 _io_nLength = nTextLength - _nStartIndex; in lcl_normalizeLength()
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterTextView.cxx | 1265 sal_Int32 nTextLength (msParagraphText.getLength()); in GetTextDirection() local 1266 while (nPosition < nTextLength) in GetTextDirection() 1330 const sal_Int32 nTextLength (msParagraphText.getLength()); in SetupCellArray() local 1332 while (nPosition < nTextLength) in SetupCellArray()
|
| /AOO41X/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
| H A D | TextView.java | 337 int nTextLength = mxText.getCharacterCount(); in CreateSegmentNode() local 339 for (int nIndex=0; nIndex<=nTextLength; /* empty */) in CreateSegmentNode()
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | sdview.cxx | 424 const xub_StrLen nTextLength(aObjectString.Len()); in createRedirectedPrimitive2DSequence() local 427 …const double fTextWidth(aTextLayouter.getTextWidth(aObjectString, 0, nTextLength) * (1.0 / nTextSi… in createRedirectedPrimitive2DSequence() 472 nTextLength, in createRedirectedPrimitive2DSequence()
|
| /AOO41X/main/drawinglayer/source/processor2d/ |
| H A D | vclmetafileprocessor2d.cxx | 1116 … const sal_Int32 nTextLength(rTextCandidate.getTextLength()); // rTxt.getLength()); in processBasePrimitive2D() local 1118 if(nTextLength) in processBasePrimitive2D() 1131 … for(sal_Int32 i(nTextPosition); i < nTextPosition + nTextLength; i++) in processBasePrimitive2D()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | edit.cxx | 1369 xub_StrLen nTextLength = ReadShortRes(); in ImplLoadRes() local 1370 if ( nTextLength ) in ImplLoadRes() 1371 SetMaxTextLen( nTextLength ); in ImplLoadRes()
|