Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx83 xub_StrLen mnTextLength; member in __anon5a80b2700111::impPathTextPortion
98 mnTextLength(rInfo.mnTextLen), in impPathTextPortion()
106 if(mnTextLength && rInfo.mpDXArray) in impPathTextPortion()
108 maDblDXArray.reserve(mnTextLength); in impPathTextPortion()
110 for(xub_StrLen a(0); a < mnTextLength; a++) in impPathTextPortion()
136 xub_StrLen getTextLength() const { return mnTextLength; } in getTextLength()
148 return (mnTextStart + (mnTextLength - (nIndex + nLength))); in getPortionIndex()

Completed in 18 milliseconds