Searched refs:nCurrWidth (Results 1 – 3 of 3) sorted by relevance
163 sal_Int32 nCurrWidth; in CalculateSizes() local171 nCurrWidth = mrOutDevice.GetTextWidth( maText, nThisPos, nNextPos - nThisPos ); in CalculateSizes()172 maWidthVec.push_back( nCurrWidth ); in CalculateSizes()173 maTextSize.Width() += nCurrWidth; in CalculateSizes()
765 const KSHORT nCurrWidth = pCurr->PrtWidth(); in CalcFlyPortion() local788 if( nCurrWidth > aLocal.Left() ) in CalcFlyPortion()789 aLocal.Left( nCurrWidth ); in CalcFlyPortion()
1229 SwTwips nCurrWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CalcNewWidths() local1236 nOrgSum = (sal_uInt16)(nOrgSum + nCurrWidth); in lcl_CalcNewWidths()
Completed in 45 milliseconds