Home
last modified time | relevance | path

Searched refs:SetDrawPortionHdl (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx127 … mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decomposeContourTextPrimitive)); in decomposeContourTextPrimitive()
130 mrOutliner.SetDrawPortionHdl(Link()); in decomposeContourTextPrimitive()
142 … mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decomposeBlockTextPrimitive)); in decomposeBlockTextPrimitive()
145 mrOutliner.SetDrawPortionHdl(Link()); in decomposeBlockTextPrimitive()
153 … mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decomposeStretchTextPrimitive)); in decomposeStretchTextPrimitive()
156 mrOutliner.SetDrawPortionHdl(Link()); in decomposeStretchTextPrimitive()
H A Dsvdotextpathdecomposition.cxx196 … mrOutliner.SetDrawPortionHdl(LINK(this, impTextBreakupHandler, decompositionPathTextPrimitive)); in decompositionPathTextPrimitive()
810 rOutliner.SetDrawPortionHdl(Link()); in impDecomposePathTextPrimitive()
/AOO41X/main/editeng/inc/editeng/
H A Doutliner.hxx861 void SetDrawPortionHdl(const Link& rLink){aDrawPortionHdl=rLink;} in SetDrawPortionHdl() function in Outliner
/AOO41X/main/sd/source/ui/view/
H A Doutlview.cxx1632 mpOutliner->SetDrawPortionHdl(aEmptyLink); in ResetLinks()