Home
last modified time | relevance | path

Searched refs:pBind (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dbindings.cxx1161 SfxBindings *pBind = pImp->pSubBindings; in Execute_Impl() local
1162 while ( pBind ) in Execute_Impl()
1164 if ( pBind->GetStateCache( nId ) ) in Execute_Impl()
1166 pBind = pBind->pImp->pSubBindings; in Execute_Impl()
2009 while ( pBind ) in SetDispatcher()
2011 if ( pBind->pImp->pSubBindings == this && pBind->pDispatcher != pDisp ) in SetDispatcher()
2013 pBind = pBind->pImp->pSubBindings; in SetDispatcher()
2052 while ( pBind && pBind != this ) in SetDispatcher()
2060 pBind = pBind->pImp->pSubBindings; in SetDispatcher()
2135 pBind->acquire(); in QueryState()
[all …]
H A Ddispatch.cxx792 SfxBindings *pBind = GetBindings(); in DoActivate_Impl() local
793 while ( pBind ) in DoActivate_Impl()
795 pBind->HidePopupCtrls_Impl( sal_False ); in DoActivate_Impl()
796 pBind = pBind->GetSubBindings_Impl(); in DoActivate_Impl()
897 SfxBindings *pBind = GetBindings(); in DoDeactivate_Impl() local
898 while ( pBind ) in DoDeactivate_Impl()
900 pBind->HidePopupCtrls_Impl( sal_True ); in DoDeactivate_Impl()
901 pBind = pBind->GetSubBindings_Impl(); in DoDeactivate_Impl()
H A Dunoctitm.cxx491 SfxBindings* pBind, in SfxDispatchController_Impl() argument
497 , pBindings( pBind ) in SfxDispatchController_Impl()
/trunk/main/forms/source/xforms/
H A Dmodel.cxx359 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in rebind() local
360 OSL_ENSURE( pBind != NULL, "binding?" ); in rebind()
361 pBind->update(); in rebind()
373 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in deferNotifications() local
374 OSL_ENSURE( pBind != NULL, "binding?" ); in deferNotifications()
375 pBind->deferNotifications( bDefer ); in deferNotifications()
503 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in isValid() local
504 OSL_ENSURE( pBind != NULL, "binding?" ); in isValid()
505 bValid = pBind->isValid(); in isValid()
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx139 SfxBindings* pBind, in SfxPartDockWnd_Impl() argument
144 : SfxDockingWindow( pBind, pChildWin, pParent, nBits ) in SfxPartDockWnd_Impl()
174 if ( pBind->GetDispatcher() ) in SfxPartDockWnd_Impl()
177 …xSupp ( pBind->GetDispatcher()->GetFrame()->GetFrame().GetFrameInterface(), ::com::sun::star::uno:… in SfxPartDockWnd_Impl()
H A Drecfloat.cxx148 SfxBindings* pBind , in SfxRecordingFloatWrapper_Impl() argument
151 , pBindings( pBind ) in SfxRecordingFloatWrapper_Impl()
183 SfxBindings* pBind , in SfxRecordingFloat_Impl() argument
186 : SfxFloatingWindow( pBind, in SfxRecordingFloat_Impl()
H A Dnavigat.cxx57 SfxNavigator::SfxNavigator( SfxBindings* pBind , in SfxNavigator() argument
61 : SfxDockingWindow( pBind , in SfxNavigator()
H A Ddockwin.cxx276 SfxTitleDockingWindow::SfxTitleDockingWindow( SfxBindings* pBind , in SfxTitleDockingWindow() argument
281 SfxDockingWindow( pBind , in SfxTitleDockingWindow()
H A Dtempldlg.cxx118 SfxBindings *pBind, in SFX_IMPL_DOCKINGWINDOW()
126 : SfxDockingWindow( pBind, pCW, pParent, SfxResId(DLG_STYLE_DESIGNER) ), in SFX_IMPL_DOCKINGWINDOW()
128 pImpl( new SfxTemplateDialog_Impl( pBind, this ) ) in SFX_IMPL_DOCKINGWINDOW()
/trunk/main/sfx2/source/view/
H A Dviewfrm2.cxx296 SfxBindings *pBind = &GetBindings(); in Exec_Impl() local
297 while ( pBind ) in Exec_Impl()
299 pBind->HidePopupCtrls_Impl( !bShow ); in Exec_Impl()
300 pBind = pBind->GetSubBindings_Impl(); in Exec_Impl()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx92 SfxEnumMenu( sal_uInt16 nSlot, SfxBindings* pBind, const SfxEnumItem &rItem );
98 SfxEnumMenu::SfxEnumMenu( sal_uInt16 nSlotId, SfxBindings* pBind, const SfxEnumItem &rItem ): in SfxEnumMenu() argument
101 pBindings( pBind ) in SfxEnumMenu()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx211 SvxRubyDialog::SvxRubyDialog( SfxBindings *pBind, SfxChildWindow *pCW, in SvxRubyDialog() argument
213 SfxModelessDialog( pBind, pCW, _pParent, rResId ), in SvxRubyDialog()
241 pBindings(pBind) in SvxRubyDialog()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx65 SwInputWindow::SwInputWindow( Window* pParent, SfxBindings* pBind ) in SFX_IMPL_POS_CHILDWINDOW()
73 pBindings(pBind), in SFX_IMPL_POS_CHILDWINDOW()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx131 ScInputWindow::ScInputWindow( Window* pParent, SfxBindings* pBind ) : in ScInputWindow() argument
142 pBindings ( pBind ), in ScInputWindow()
155 SfxDispatcher* pDisp = pBind->GetDispatcher(); in ScInputWindow()
/trunk/main/sc/source/ui/inc/
H A Dinputwin.hxx151 ScInputWindow( Window* pParent, SfxBindings* pBind );
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx577 SfxBindings* pBind, in SFX_IMPL_CHILDWINDOWCONTEXT()
581 pNavigator = new ScNavigatorDlg( pBind, this, pParent, true ); in SFX_IMPL_CHILDWINDOWCONTEXT()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx184 SfxBindings* pBind,

Completed in 101 milliseconds