Searched refs:GetSlotID (Results 1 – 18 of 18) sorted by relevance
201 if( (nSId == SID_FORMATPAINTBRUSH) && (GetCurrentFunction()->GetSlotID() == SID_TEXTEDIT) ) in FuPermanent()224 nOldSId = GetCurrentFunction()->GetSlotID(); in FuPermanent()559 sal_uInt16 nSlotId = GetOldFunction()->GetSlotID(); in FuPermanent()574 SetHelpId( GetCurrentFunction()->GetSlotID() ); in FuPermanent()
264 sal_uInt16 nSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()1027 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()1569 nCurrentSId = GetCurrentFunction()->GetSlotID(); in GetMenuState()
352 sal_uInt16 nID = GetCurrentFunction()->GetSlotID(); in PrepareClose()
382 ( pViewSh->IsDrawTextShell() || pDrawActual->GetSlotID() == SID_DRAW_NOTEEDIT ) ) in DrawDeselectAll()385 aViewData.GetDispatcher().Execute( pDrawActual->GetSlotID(), in DrawDeselectAll()
186 if ( pPoor && (pPoor->GetSlotID() == SID_DRAW_NOTEEDIT) ) // hat keine RTTI in EditNote()
304 if ( pPoor && ( IsDrawTextShell() || pPoor->GetSlotID() == SID_DRAW_NOTEEDIT ) ) in PrepareClose()308 …GetViewData()->GetDispatcher().Execute( pPoor->GetSlotID(), SFX_CALLMODE_SLOT | SFX_CALLMODE_RECOR… in PrepareClose()
294 if ( pPoor && pPoor->GetSlotID() == SID_DRAW_CHART ) in ExecDrawIns()
220 if ( !pPoor || pPoor->GetSlotID() != nTextSlotId ) in lcl_KeyEditMode()228 if ( pPoor && pPoor->GetSlotID() == nTextSlotId ) // no RTTI in lcl_KeyEditMode()
207 if ( pPoor && pPoor->GetSlotID() == nTextSlotId ) // hat keine RTTI in MouseButtonUp()
173 switch (GetSlotID()) in Activate()
559 if ( pPoor && pPoor->GetSlotID() == nTextSlotId ) // hat keine RTTI in MouseButtonUp()
355 …pViewData->GetDispatcher().Execute(pViewData->GetView()->GetDrawFuncPtr()->GetSlotID(), SFX_CALLMO… in Execute()
112 sal_uInt16 GetSlotID() const { return( aSfxRequest.GetSlot() ); } in GetSlotID() function in FuPoor
101 sal_uInt16 GetSlotID() const { return( nSlotId ); } in GetSlotID() function in sd::FuPoor
272 …( sal_uInt16 nSID ) { return mxCurrentFunction.is() && (mxCurrentFunction->GetSlotID() == nSID ); } in HasCurrentFunction()
299 if( GetSlotID() == SID_SELECT_BACKGROUND ) in ExecuteDialog()
525 sal_uInt16 nSId = pShell->GetCurrentFunction()->GetSlotID(); in GetMenuState()
772 if ( pFunc && pFunc->GetSlotID() != SID_OBJECT_SELECT ) in select()777 pDisp->Execute( pFunc->GetSlotID(), SFX_CALLMODE_SYNCHRON ); in select()
Completed in 273 milliseconds