Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx54 vector< sal_Int32 > maWidthVec; /// The output width of each text portion. member in SvtScriptedTextHelper_Impl
123 maWidthVec( _rCopy.maWidthVec ), in SvtScriptedTextHelper_Impl()
149 maWidthVec.clear(); in CalculateSizes()
172 maWidthVec.push_back( nCurrWidth ); in CalculateSizes()
295 …DBG_ASSERT( maScriptVec.size() == maWidthVec.size(), "SvtScriptedTextHelper_Impl::DrawText - inval… in DrawText()
314 aCurrPos.X() += maWidthVec[ nVecIndex++ ]; in DrawText()

Completed in 11 milliseconds