Home
last modified time | relevance | path

Searched refs:nTextLength (Results 1 – 9 of 9) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx228 sal_uInt32 nTextLength(nLength); in getTextOutlines() local
231 if(nTextLength + nIndex > nStringLength) in getTextOutlines()
233 nTextLength = nStringLength - nIndex; 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
339 nTextLength = nStringLength - nIndex; in getTextArray()
342 if(nTextLength) in getTextArray()
[all …]
H A Dmetafileprimitive2d.cxx1281 sal_uInt16 nTextLength, in proccessMetaTextAction() argument
1290 if(nTextLength) in proccessMetaTextAction()
1363 nTextLength, in proccessMetaTextAction()
1390 nTextLength, in proccessMetaTextAction()
1968 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local
1984 nTextLength, in interpretMetafile()
1996 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile() local
2013 aDXArray.reserve(nTextLength); in interpretMetafile()
2025 nTextLength, in interpretMetafile()
2062 nTextLength)); in interpretMetafile()
[all …]
H A Dtextbreakuphelper.cxx208 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()
/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx192 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()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1265 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()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java337 int nTextLength = mxText.getCharacterCount(); in CreateSegmentNode() local
339 for (int nIndex=0; nIndex<=nTextLength; /* empty */) in CreateSegmentNode()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx424 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()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1116 … 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()
/trunk/main/vcl/source/control/
H A Dedit.cxx1369 xub_StrLen nTextLength = ReadShortRes(); in ImplLoadRes() local
1370 if ( nTextLength ) in ImplLoadRes()
1371 SetMaxTextLen( nTextLength ); in ImplLoadRes()

Completed in 97 milliseconds