Home
last modified time | relevance | path

Searched refs:xNotifier (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dfltlst.cxx79 …uno::Reference< util::XRefreshable > xNotifier( xSmgr->createInstance( DEFINE_CONST_OUSTRING("com.… in SfxFilterListener() local
80 if( xNotifier.is() == sal_True ) in SfxFilterListener()
82 m_xFilterCache = xNotifier; in SfxFilterListener()
108 uno::Reference< util::XRefreshable > xNotifier( aSource.Source, uno::UNO_QUERY ); in disposing() local
109 if (!xNotifier.is()) in disposing()
112 if (xNotifier == m_xFilterCache) in disposing()
/trunk/main/filter/source/config/cache/
H A Dcacheupdatelistener.cxx77 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in startListening() local
81 if (!xNotifier.is()) in startListening()
85 xNotifier->addChangesListener(xThis); in startListening()
104 css::uno::Reference< css::util::XChangesNotifier > xNotifier(m_xConfig, css::uno::UNO_QUERY); in stopListening() local
108 if (!xNotifier.is()) in stopListening()
112 xNotifier->removeChangesListener(xThis); in stopListening()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx410 Reference< XChangesNotifier > xNotifier( mpEffect->getNode(), UNO_QUERY ); in MotionPathTag() local
411 if( xNotifier.is() ) in MotionPathTag()
414 xNotifier->addChangesListener( this ); in MotionPathTag()
1068 Reference< XChangesNotifier > xNotifier( mpEffect->getNode(), UNO_QUERY ); in disposing() local
1069 if( xNotifier.is() ) in disposing()
1072 xNotifier->removeChangesListener( this ); in disposing()
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx417 uno::Reference< util::XChangesNotifier > xNotifier; in dispose() local
425 xNotifier = m_xNotifier; in dispose()
431 if ( xNotifier.is() ) in dispose()
432 xNotifier->removeChangesListener( this ); in dispose()
/trunk/main/framework/source/jobs/
H A Djobexecutor.cxx120 … css::uno::Reference< css::container::XContainer > xNotifier(m_aConfig.cfg(), css::uno::UNO_QUERY); in DEFINE_XINTERFACE_6()
121 if (xNotifier.is()) in DEFINE_XINTERFACE_6()
124 xNotifier->addContainerListener(xThis); in DEFINE_XINTERFACE_6()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx325 uno::Reference< XFilePickerNotifier > xNotifier( mxFileDlg, UNO_QUERY ); in dispose() local
326 if ( xNotifier.is() ) in dispose()
327 xNotifier->removeFilePickerListener( this ); in dispose()
954 uno::Reference< XFilePickerNotifier > xNotifier( mxFileDlg, UNO_QUERY ); in FileDialogHelper_Impl() local
957 if ( ! mxFileDlg.is() || ! xNotifier.is() ) in FileDialogHelper_Impl()
1149 xNotifier->addFilePickerListener( this ); in FileDialogHelper_Impl()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java586 XChangesNotifier xNotifier = in editGridOptions() local
589 xNotifier.addChangesListener( xListener ); in editGridOptions()
612 xNotifier.removeChangesListener( xListener ); in editGridOptions()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx3394 Reference< XChangesNotifier > xNotifier( mxTimingRootNode, UNO_QUERY ); in createMainSequence() local
3395 if( xNotifier.is() ) in createMainSequence()
3396 xNotifier->addChangesListener( mxChangesListener ); in createMainSequence()
3421 Reference< XChangesNotifier > xNotifier( mxTimingRootNode, UNO_QUERY ); in reset() local
3422 if( xNotifier.is() ) in reset()
3423 xNotifier->removeChangesListener( mxChangesListener ); in reset()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx884 uno::Reference< beans::XPropertiesChangeNotifier > xNotifier( in create() local
886 if ( xNotifier.is() ) in create()
889 xNotifier->addPropertiesChangeListener( in create()

Completed in 75 milliseconds