Lines Matching refs:xSupplier
227 uno::Reference<view::XSelectionSupplier> xSupplier(lcl_GetSelectionSupplier( pViewShell )); in ~ScDispatch() local
228 if ( xSupplier.is() ) in ~ScDispatch()
229 xSupplier->removeSelectionChangeListener(this); in ~ScDispatch()
314 … uno::Reference<view::XSelectionSupplier> xSupplier(lcl_GetSelectionSupplier( pViewShell )); in addStatusListener() local
315 if ( xSupplier.is() ) in addStatusListener()
316 xSupplier->addSelectionChangeListener(this); in addStatusListener()
352 … uno::Reference<view::XSelectionSupplier> xSupplier(lcl_GetSelectionSupplier( pViewShell )); in removeStatusListener() local
353 if ( xSupplier.is() ) in removeStatusListener()
354 xSupplier->removeSelectionChangeListener(this); in removeStatusListener()
400 uno::Reference<view::XSelectionSupplier> xSupplier(rSource.Source, uno::UNO_QUERY); in disposing() local
401 xSupplier->removeSelectionChangeListener(this); in disposing()