Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dprevwsh2.cxx319 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in Notify() local
320 if (pDrawBC) in Notify()
321 StartListening(*pDrawBC); in Notify()
H A Dprevwsh.cxx134 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in Construct() local
135 if (pDrawBC) in Construct()
136 StartListening(*pDrawBC); in Construct()
179 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in ~ScPreviewShell() local
180 if (pDrawBC) in ~ScPreviewShell()
181 EndListening(*pDrawBC); in ~ScPreviewShell()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx749 SfxBroadcaster* pDrawBC = pViewShell->GetDocument()->GetDrawBroadcaster(); in ScShapeChilds() local
750 if (pDrawBC) in ScShapeChilds()
751 StartListening(*pDrawBC); in ScShapeChilds()
759 SfxBroadcaster* pDrawBC = mpViewShell->GetDocument()->GetDrawBroadcaster(); in ~ScShapeChilds() local
760 if (pDrawBC) in ~ScShapeChilds()
761 EndListening(*pDrawBC); in ~ScShapeChilds()
769 SfxBroadcaster* pDrawBC = mpViewShell->GetDocument()->GetDrawBroadcaster(); in SetDrawBroadcaster() local
770 if (pDrawBC) in SetDrawBroadcaster()
771 StartListening(*pDrawBC, sal_True); in SetDrawBroadcaster()
H A DAccessibleDocument.cxx347 SfxBroadcaster* pDrawBC = pViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in ScChildrenShapes() local
348 if (pDrawBC) in ScChildrenShapes()
350 StartListening(*pDrawBC); in ScChildrenShapes()
366 SfxBroadcaster* pDrawBC = mpViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in ~ScChildrenShapes() local
367 if (pDrawBC) in ~ScChildrenShapes()
368 EndListening(*pDrawBC); in ~ScChildrenShapes()
376 SfxBroadcaster* pDrawBC = mpViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in SetDrawBroadcaster() local
377 if (pDrawBC) in SetDrawBroadcaster()
379 StartListening(*pDrawBC, sal_True); in SetDrawBroadcaster()

Completed in 44 milliseconds