Home
last modified time | relevance | path

Searched refs:XTerminateListener (Results 1 – 25 of 57) sorted by relevance

123

/aoo4110/main/framework/inc/services/
H A Ddesktop.hxx159 …typedef ::std::vector< css::uno::Reference< css::frame::XTerminateListener > > TTerminateListenerL…
225 …_CALL addTerminateListener( const css::uno::Reference< css::frame::XTerminateListener >& xListener…
247 …LL removeTerminateListener( const css::uno::Reference< css::frame::XTerminateListener >& xListener…
467 css::uno::Reference< css::frame::XTerminateListener > m_xPipeTerminator;
475 css::uno::Reference< css::frame::XTerminateListener > m_xQuickLauncher;
485 css::uno::Reference< css::frame::XTerminateListener > m_xSWThreadManager;
501 css::uno::Reference< css::frame::XTerminateListener > m_xSfxTerminator;
/aoo4110/main/offapi/com/sun/star/frame/
H A DXDesktop.idl31 #include <com/sun/star/frame/XTerminateListener.idl>
69 …First, every terminate listener is called by his <member>XTerminateListener::queryTermination()</m…
74 <member>XTerminateListener::notifyTermination()</member> method.
82 @see XTerminateListener
97 [oneway] void addTerminateListener( [in] XTerminateListener Listener );
107 [oneway] void removeTerminateListener( [in] XTerminateListener Listener );
H A DTerminationVetoException.idl35 /** can be thrown by a <type>XTerminateListener</type> to prevent the environment
39 If a <type>XTerminateListener</type> use this exception for a veto against
47 @see XTerminateListener
H A DXTerminateListener2.idl27 #include <com/sun/star/frame/XTerminateListener.idl>
35 /** extend interface XTerminateListener so a listener will be informed
38 interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener
/aoo4110/main/framework/source/services/
H A Ddesktop.cxx302 … css::uno::Reference< css::frame::XTerminateListener > xPipeTerminator = m_xPipeTerminator; in terminate()
303 css::uno::Reference< css::frame::XTerminateListener > xQuickLauncher = m_xQuickLauncher; in terminate()
304 … css::uno::Reference< css::frame::XTerminateListener > xSWThreadManager = m_xSWThreadManager; in terminate()
305 css::uno::Reference< css::frame::XTerminateListener > xSfxTerminator = m_xSfxTerminator; in terminate()
430 …ktop::addTerminateListener( const css::uno::Reference< css::frame::XTerminateListener >& xListener… in addTerminateListener()
469 …Interface( ::getCppuType( ( const css::uno::Reference< css::frame::XTerminateListener >*) NULL ), … in addTerminateListener()
473 …p::removeTerminateListener( const css::uno::Reference< css::frame::XTerminateListener >& xListener… in removeTerminateListener()
515 …Interface( ::getCppuType( ( const css::uno::Reference< css::frame::XTerminateListener >*) NULL ), … in removeTerminateListener()
1826 …css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendQueryTerminationEvent()
1862 css::uno::Reference< css::frame::XTerminateListener > xListener = *pIt; in impl_sendCancelTerminationEvent()
[all …]
/aoo4110/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx74 public XTerminateListener
132 Reference< XTerminateListener > xListener( this ); in XMLFilterDialogComponent()
170 else if (rType == ::getCppuType( (Reference< XTerminateListener > const *)0 )) in queryAggregation()
172 void * p = static_cast< XTerminateListener * >( this ); in queryAggregation()
267 ::getCppuType( (const Reference< XTerminateListener > *)0 ), in getTypes()
/aoo4110/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx66 uno::Reference< frame::XTerminateListener > xListener( this ); in CreationWizardUnoDlg()
122 else if (rType == ::getCppuType( (uno::Reference< frame::XTerminateListener > const *)0 )) in queryAggregation()
124 void * p = static_cast< frame::XTerminateListener * >( this ); in queryAggregation()
153 aTypes.push_back( LCL_CPPUTYPE( frame::XTerminateListener )); in getTypes()
307 uno::Reference< frame::XTerminateListener > xListener( this ); in disposing()
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java39 import com.sun.star.frame.XTerminateListener;
98 public TextDocument(XMultiServiceFactory xMSF, XTerminateListener listener, String FrameName) in TextDocument()
105 …erviceFactory xMSF, String _sPreviewURL, boolean bShowStatusIndicator, XTerminateListener listener) in TextDocument()
121 …public TextDocument(XMultiServiceFactory xMSF, boolean bShowStatusIndicator, XTerminateListener li… in TextDocument()
313 …Document(XMultiServiceFactory xMSF, String URL, PropertyValue[] xArgs, XTerminateListener listener) in TextDocument()
/aoo4110/main/extensions/source/oooimprovement/
H A Donlogrotate_job.cxx48 using ::com::sun::star::frame::XTerminateListener;
145 class OnLogRotateThreadWatcher : public ::cppu::WeakImplHelper1<XTerminateListener>
203 …xDesktop->addTerminateListener(Reference<XTerminateListener>(new OnLogRotateThreadWatcher(m_Servic… in executeAsync()
/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java60 import com.sun.star.frame.XTerminateListener;
167 public static XFrame createNewFrame(XMultiServiceFactory xMSF, XTerminateListener listener) in createNewFrame()
172 …public static XFrame createNewFrame(XMultiServiceFactory xMSF, XTerminateListener listener, String… in createNewFrame()
195 … public static XFrame createNewPreviewFrame(XMultiServiceFactory xMSF, XTerminateListener listener) in createNewPreviewFrame()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/
H A DTerminateListener.java25 import com.sun.star.frame.XTerminateListener;
31 public class TerminateListener implements XTerminateListener {
/aoo4110/main/framework/source/jobs/
H A Djob.cxx66 DIRECT_INTERFACE(css::frame::XTerminateListener), in DEFINE_XINTERFACE_4() argument
73 css::frame::XTerminateListener, in DEFINE_XINTERFACE_4()
569 …css::uno::Reference< css::frame::XTerminateListener > xThis(static_cast< ::cppu::OWeakObject* >(th… in impl_startListening()
639 …css::uno::Reference< css::frame::XTerminateListener > xThis(static_cast< ::cppu::OWeakObject* >(th… in impl_stopListening()
/aoo4110/main/comphelper/source/misc/
H A Dinstancelocker.cxx302 xDesktop->removeTerminateListener( static_cast< frame::XTerminateListener* >( this ) ); in Dispose()
442 xDesktop->removeTerminateListener( static_cast< frame::XTerminateListener* >( this ) ); in notifyTermination()
483 xDesktop->addTerminateListener( static_cast< frame::XTerminateListener* >( this ) ); in Init()
/aoo4110/main/sw/inc/
H A Ddlelstnr.hxx42 class XTerminateListener;
57 com::sun::star::frame::XTerminateListener
/aoo4110/main/extensions/source/oooimprovecore/
H A Dcore.cxx50 using ::com::sun::star::frame::XTerminateListener;
66 class Core : public ::cppu::WeakImplHelper3<XCore,XServiceInfo,XTerminateListener>
/aoo4110/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java28 import com.sun.star.frame.XTerminateListener;
47 public FaxDocument(XMultiServiceFactory xMSF, XTerminateListener listener) in FaxDocument()
/aoo4110/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java28 import com.sun.star.frame.XTerminateListener;
52 public LetterDocument(XMultiServiceFactory xMSF, XTerminateListener listener) in LetterDocument()
/aoo4110/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java41 import com.sun.star.frame.XTerminateListener;
73 implements ActionListener, XTerminateListener, TreeSelectionListener
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java41 import com.sun.star.frame.XTerminateListener;
48 … WizardDialog extends UnoDialog2 implements VetoableChangeListener, XTerminateListener, XCompletion
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java54 import com.sun.star.frame.XTerminateListener;
80 implements XTerminateListener,
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHTerminateListener.hxx40 ::com::sun::star::frame::XTerminateListener >
/aoo4110/main/embedserv/source/embed/
H A Ddocholder.cxx106 xDesktop->addTerminateListener( (frame::XTerminateListener*)this ); in DocumentHolder()
680 (frame::XTerminateListener*)this ); in FreeOffice()
1575 xDesktop->removeTerminateListener( (frame::XTerminateListener*)this ); in notifyTermination()
/aoo4110/main/offapi/com/sun/star/embed/
H A DActions.idl53 Usually a <type scope="com::sun::star::frame">XTerminateListener</type>
/aoo4110/main/desktop/source/app/
H A Dofficeipcthread.hxx135 ::com::sun::star::frame::XTerminateListener >
/aoo4110/main/unotools/source/misc/
H A Ddesktopterminationobserver.cxx70 class OObserverImpl : public ::cppu::WeakImplHelper1< XTerminateListener >

Completed in 107 milliseconds

123