Lines Matching refs:rOutliner
188 impTextBreakupHandler(SdrOutliner& rOutliner) in impTextBreakupHandler() argument
189 : mrOutliner(rOutliner) in impTextBreakupHandler()
698 SdrOutliner& rOutliner = ImpGetDrawOutliner(); in impDecomposePathTextPrimitive() local
699 rOutliner.SetUpdateMode(true); in impDecomposePathTextPrimitive()
700 rOutliner.Clear(); in impDecomposePathTextPrimitive()
701 rOutliner.SetPaperSize(Size(LONG_MAX,LONG_MAX)); in impDecomposePathTextPrimitive()
702 rOutliner.SetText(rSdrPathTextPrimitive.getOutlinerParaObject()); in impDecomposePathTextPrimitive()
705 rOutliner.setVisualizedPage(GetSdrPageFromXDrawPage(aViewInformation.getVisualizedPage())); in impDecomposePathTextPrimitive()
708 impTextBreakupHandler aConverter(rOutliner); in impDecomposePathTextPrimitive()
720 if(rOutliner.GetParagraphCount() < nLoopCount) in impDecomposePathTextPrimitive()
722 nLoopCount = rOutliner.GetParagraphCount(); in impDecomposePathTextPrimitive()
810 rOutliner.SetDrawPortionHdl(Link()); in impDecomposePathTextPrimitive()
811 rOutliner.Clear(); in impDecomposePathTextPrimitive()
812 rOutliner.setVisualizedPage(0); in impDecomposePathTextPrimitive()