Searched refs:maWidthVec (Results 1 – 1 of 1) sorted by relevance
54 vector< sal_Int32 > maWidthVec; /// The output width of each text portion. member in SvtScriptedTextHelper_Impl123 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 13 milliseconds