summaryrefslogtreecommitdiff
path: root/framework/inc/services/frame.hxx
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2000-10-23 12:56:44 +0000
committerAndreas Schlüns <as@openoffice.org>2000-10-23 12:56:44 +0000
commit58c0313f8aa6e009314bfacc8060acb857ef36cb (patch)
tree633c0dad22161aeab7889108df37222d12ac6cb6 /framework/inc/services/frame.hxx
parent5b355de1d01bf7acc502611907a032157ddeadc4 (diff)
use new mechanism to search targets in frame tree for findFrame/queryDispatch
Diffstat (limited to 'framework/inc/services/frame.hxx')
-rw-r--r--framework/inc/services/frame.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index 3300253dadab..c113531009fc 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frame.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: as $ $Date: 2000-10-18 12:22:41 $
+ * last change: $Author: as $ $Date: 2000-10-23 13:56:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1172,7 +1172,7 @@ class Frame : public XTYPEPROVIDER ,
@onerror A null reference is returned.
*//*-*****************************************************************************************************/
- REFERENCE< XFRAME > impl_searchLastLoadedComponent();
+//OBSOLETE REFERENCE< XFRAME > impl_searchLastLoadedComponent();
//-------------------------------------------------------------------------------------------------------------
// protected methods
@@ -1385,8 +1385,7 @@ class Frame : public XTYPEPROVIDER ,
// Make it protected for directly access.
OUSTRING m_sName ; /// name of this frame
REFERENCE< XFRAMESSUPPLIER > m_xParent ; /// parent of this frame
-//OBSOLETE REFERENCE< XDISPATCHPROVIDERINTERCEPTOR > m_xInterceptor ; /// current interceptor for dispatches
- REFERENCE< XDISPATCHPROVIDER > m_xDispatchHelper ; /// helper for XDispatchProvider and XDispatch interfaces
+ REFERENCE< XDISPATCHPROVIDER > m_xDispatchHelper ; /// helper for XDispatchProvider, XDispatch, XDispatchProviderInterception interfaces
REFERENCE< XMULTISERVICEFACTORY > m_xFactory ; /// reference to factory, which has create this instance
REFERENCE< XWINDOW > m_xContainerWindow ; /// containerwindow of this frame for embedded components
sal_Bool m_bRecursiveSearchProtection ; /// protect against recursion while searching in parent frames
@@ -1401,7 +1400,7 @@ class Frame : public XTYPEPROVIDER ,
sal_Bool m_bIsFrameTop ; /// frame has no parent or the parent is a taskor the desktop
sal_Bool m_bConnected ; /// due to FrameActionEvent
sal_Bool m_bAlreadyDisposed ; /// protect egainst recursive dispose calls
- sal_Bool m_bILoadLastComponent ; /// help flag to find last destination of dispatch(...) in tree! see impl_searchLastLoadedComponent() for further informations
+//OBSOLETE sal_Bool m_bILoadLastComponent ; /// help flag to find last destination of dispatch(...) in tree! see impl_searchLastLoadedComponent() for further informations
OMULTITYPEINTERFACECONTAINERHELPER m_aListenerContainer ; /// container for ALL Listener
REFERENCE< XFRAMES > m_xFramesHelper ; /// helper for XFrames, XIndexAccess and XElementAccess interfaces