Home
last modified time | relevance | path

Searched refs:nDisableFlags (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sfx2/source/control/
H A Dshell.cxx84 sal_uIntPtr nDisableFlags; member
154 pImp->nDisableFlags = 0; in SfxShell()
1263 pImp->nDisableFlags = nFlags; in SetDisableFlags()
1268 return pImp->nDisableFlags; in GetDisableFlags()
H A Ddispatch.cxx169 sal_uInt32 nDisableFlags; member
359 pImp->nDisableFlags = 0; in Construct_Impl()
1970 aToDo.pCluster->SetDisableFlags( pImp->nDisableFlags ); in FlushImpl()
2333 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in _FindServer()
2448 …if ( pSlot && pSlot->nDisableFlags && ( pSlot->nDisableFlags & pObjShell->GetDisableFlags() ) != 0… in HasSlot_Impl()
2961 rShell.SetDisableFlags( pImp->nDisableFlags ); in InsertShell_Impl()
3089 pImp->nDisableFlags = nFlags; in SetDisableFlags()
3096 return pImp->nDisableFlags; in GetDisableFlags()
/aoo41x/main/sw/source/ui/uiview/
H A Dview.cxx672 sal_uInt32 nDisableFlags = 0; in _CheckReadonlySelection() local
678 nDisableFlags |= SW_DISABLE_ON_PROTECTED_CURSOR; in _CheckReadonlySelection()
680 if( (SW_DISABLE_ON_PROTECTED_CURSOR & nDisableFlags ) != in _CheckReadonlySelection()
702 aCntxt.SetOptions( SW_DISABLE_ON_PROTECTED_CURSOR & nDisableFlags in _CheckReadonlySelection()
718 if( nDisableFlags != rDis.GetDisableFlags() ) in _CheckReadonlySelection()
720 rDis.SetDisableFlags( nDisableFlags ); in _CheckReadonlySelection()
/aoo41x/main/sfx2/inc/sfx2/
H A Dmsg.hxx272 long nDisableFlags; // DisableFlags, die vorhanden sein member in SfxSlot

Completed in 37 milliseconds