Searched refs:pDrawBC (Results 1 – 4 of 4) sorted by relevance
319 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in Notify() local320 if (pDrawBC) in Notify()321 StartListening(*pDrawBC); in Notify()
134 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in Construct() local135 if (pDrawBC) in Construct()136 StartListening(*pDrawBC); in Construct()179 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in ~ScPreviewShell() local180 if (pDrawBC) in ~ScPreviewShell()181 EndListening(*pDrawBC); in ~ScPreviewShell()
749 SfxBroadcaster* pDrawBC = pViewShell->GetDocument()->GetDrawBroadcaster(); in ScShapeChilds() local750 if (pDrawBC) in ScShapeChilds()751 StartListening(*pDrawBC); in ScShapeChilds()759 SfxBroadcaster* pDrawBC = mpViewShell->GetDocument()->GetDrawBroadcaster(); in ~ScShapeChilds() local760 if (pDrawBC) in ~ScShapeChilds()761 EndListening(*pDrawBC); in ~ScShapeChilds()769 SfxBroadcaster* pDrawBC = mpViewShell->GetDocument()->GetDrawBroadcaster(); in SetDrawBroadcaster() local770 if (pDrawBC) in SetDrawBroadcaster()771 StartListening(*pDrawBC, sal_True); in SetDrawBroadcaster()
347 SfxBroadcaster* pDrawBC = pViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in ScChildrenShapes() local348 if (pDrawBC) in ScChildrenShapes()350 StartListening(*pDrawBC); in ScChildrenShapes()366 SfxBroadcaster* pDrawBC = mpViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in ~ScChildrenShapes() local367 if (pDrawBC) in ~ScChildrenShapes()368 EndListening(*pDrawBC); in ~ScChildrenShapes()376 SfxBroadcaster* pDrawBC = mpViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in SetDrawBroadcaster() local377 if (pDrawBC) in SetDrawBroadcaster()379 StartListening(*pDrawBC, sal_True); in SetDrawBroadcaster()
Completed in 128 milliseconds