Lines Matching refs:rOutliner
140 Outliner& rOutliner=ImpGetDrawOutliner(); in AdjustTextFrameWidthAndHeight() local
141 rOutliner.SetPaperSize(aSiz); in AdjustTextFrameWidthAndHeight()
142 rOutliner.SetUpdateMode(sal_True); in AdjustTextFrameWidthAndHeight()
148 rOutliner.SetText(*pOutlinerParaObject); in AdjustTextFrameWidthAndHeight()
149 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
153 Size aSiz2(rOutliner.CalcTextSize()); in AdjustTextFrameWidthAndHeight()
157 nHgt=rOutliner.GetTextHeight()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
159 rOutliner.Clear(); in AdjustTextFrameWidthAndHeight()
385 Outliner& rOutliner=ImpGetDrawOutliner(); in NbcResizeTextAttributes() local
386 rOutliner.SetPaperSize(Size(LONG_MAX,LONG_MAX)); in NbcResizeTextAttributes()
387 rOutliner.SetText(*pOutlinerParaObject); in NbcResizeTextAttributes()
388 rOutliner.DoStretchChars((sal_uInt16)nX,(sal_uInt16)nY); in NbcResizeTextAttributes()
389 OutlinerParaObject* pNewPara=rOutliner.CreateParaObject(); in NbcResizeTextAttributes()
391 rOutliner.Clear(); in NbcResizeTextAttributes()