Home
last modified time | relevance | path

Searched refs:IsMode (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx236 if ( rSlot.IsMode(SFX_SLOT_FASTCALL) || rShell.CanExecuteSlot_Impl(rSlot) ) in Call_Impl()
258 if ( bRecord && xRecorder.is() && !rSlot.IsMode(SFX_SLOT_NORECORD) ) in Call_Impl()
265 sal_Bool bAutoUpdate = rSlot.IsMode(SFX_SLOT_AUTOUPDATE); in Call_Impl()
1024 rSlot.IsMode(SFX_SLOT_ASYNCHRON) ) ) in _Execute()
1101 if ( pSlot->IsMode( SFX_SLOT_FASTCALL ) || in ExecuteFunction()
1158 if ( pSlot->IsMode( SFX_SLOT_FASTCALL ) || in ExecuteFunction()
1837 if ( pSlot && !pSlot->IsMode( SFX_SLOT_READONLYDOC ) ) in _Update_Impl()
1849 if ( pSlot->IsMode(SFX_SLOT_CONTAINER) ) in _Update_Impl()
2342 bool bIsContainerSlot = pSlot->IsMode(SFX_SLOT_CONTAINER); in _FindServer()
2457 bool bIsContainerSlot = pSlot->IsMode(SFX_SLOT_CONTAINER); in HasSlot_Impl()
[all …]
H A Drequest.cxx746 if ( !pImp->pSlot->IsMode(SFX_SLOT_METHOD) ) in Done_Impl()
767 else if ( pImp->pSlot->IsMode(SFX_SLOT_RECORDPERSET) ) in Done_Impl()
776 else if ( pImp->pSlot->IsMode(SFX_SLOT_RECORDPERITEM) ) in Done_Impl()
H A Dmacro.cxx338 if ( rSlot.IsMode(SFX_SLOT_METHOD) ) in GenerateNameAndArgs_Impl()
445 if ( rSlot.IsMode(SFX_SLOT_METHOD) ) in GenerateNameAndArgs_Impl()
H A Dctrlitem.cxx53 if ( pSlot && !pSlot->IsMode(nType) ) in CheckConfigure_Impl()
H A Dbindings.cxx516 !pMsgServer->GetSlot()->IsMode(SFX_SLOT_VOLATILE) ) ) in Update()
1277 if ( pSlot->IsMode(SFX_SLOT_TOGGLE) ) in Execute_Impl()
1796 if ( pSlotServer && pSlotServer->GetSlot()->IsMode(SFX_SLOT_VOLATILE) ) in IMPL_LINK()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx282 sal_Bool IsMode( sal_uIntPtr nMode ) const;
331 inline sal_Bool SfxSlot::IsMode( sal_uIntPtr nMode ) const in IsMode() function in SfxSlot
/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx192 if(pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION )) in GetState()
214 if(pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION )) in GetState()
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx117 if ( pSlot && pSlot->IsMode( SFX_SLOT_IMAGEROTATION ) ) in Update()
123 if ( pSlot && pSlot->IsMode( SFX_SLOT_IMAGEREFLECTION ) ) in Update()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx243 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformParameters()
975 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformItems()
1159 … if ( !pSlot->IsMode(SFX_SLOT_METHOD) && nId == rSet.GetPool()->GetWhich( pSlot->GetSlotId() ) ) in TransformItems()
1300 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformItems()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx820 … if ( pSlot && ( !pAct->GetFrame().IsInPlace() || !pSlot->IsMode( SFX_SLOT_CONTAINER ) ) ) in queryDispatch()
877 … if ( pSlot && ( !pAct->GetFrame().IsInPlace() || !pSlot->IsMode( SFX_SLOT_CONTAINER ) ) ) in queryDispatch()

Completed in 108 milliseconds