Lines Matching refs:mrOutliner

82 		SdrOutliner&												mrOutliner;  member in __anonc4a309e30111::impTextBreakupHandler
116 mrOutliner(rOutliner), in impTextBreakupHandler()
129 mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decomposeContourTextPrimitive)); in decomposeContourTextPrimitive()
130 mrOutliner.SetDrawBulletHdl(LINK(this, impTextBreakupHandler, decomposeContourBulletPrimitive)); in decomposeContourTextPrimitive()
131 mrOutliner.StripPortions(); in decomposeContourTextPrimitive()
132 mrOutliner.SetDrawPortionHdl(Link()); in decomposeContourTextPrimitive()
133 mrOutliner.SetDrawBulletHdl(Link()); in decomposeContourTextPrimitive()
144 mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decomposeBlockTextPrimitive)); in decomposeBlockTextPrimitive()
145 mrOutliner.SetDrawBulletHdl(LINK(this, impTextBreakupHandler, decomposeBlockBulletPrimitive)); in decomposeBlockTextPrimitive()
146 mrOutliner.StripPortions(); in decomposeBlockTextPrimitive()
147 mrOutliner.SetDrawPortionHdl(Link()); in decomposeBlockTextPrimitive()
148 mrOutliner.SetDrawBulletHdl(Link()); in decomposeBlockTextPrimitive()
155 mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decomposeStretchTextPrimitive)); in decomposeStretchTextPrimitive()
156 mrOutliner.SetDrawBulletHdl(LINK(this, impTextBreakupHandler, decomposeStretchBulletPrimitive)); in decomposeStretchTextPrimitive()
157 mrOutliner.StripPortions(); in decomposeStretchTextPrimitive()
158 mrOutliner.SetDrawPortionHdl(Link()); in decomposeStretchTextPrimitive()
159 mrOutliner.SetDrawBulletHdl(Link()); in decomposeStretchTextPrimitive()