Home
last modified time | relevance | path

Searched refs:eState (Results 176 – 200 of 419) sorted by relevance

12345678910>>...17

/trunk/main/xmlsecurity/source/dialogs/
H A Dstbcontrl.cxx126 void XmlSecStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem*… in StateChanged() argument
131 if( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
/trunk/main/sw/source/ui/utlui/
H A Dbookctrl.cxx103 sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
105 if( eState != SFX_ITEM_AVAILABLE || pState->ISA( SfxVoidItem ) ) in StateChanged()
H A Dtmplctrl.cxx101 sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
103 if( eState != SFX_ITEM_AVAILABLE || pState->ISA( SfxVoidItem ) ) in StateChanged()
/trunk/main/sw/source/ui/ribbar/
H A Dtbxanchr.cxx79 void SwTbxAnchor::StateChanged( sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem* pStat… in StateChanged() argument
83 if( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/basctl/source/basicide/
H A Dbasicbox.hxx42 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
116 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
H A Dtbxctl.cxx137 void TbxControls::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
189 SfxToolBoxControl::StateChanged( nSID, eState,pState ); in StateChanged()
/trunk/main/sd/source/ui/app/
H A Dtmplctrl.cxx92 sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
94 if( eState != SFX_ITEM_AVAILABLE || pState->ISA( SfxVoidItem ) ) in StateChanged()
/trunk/main/svx/source/stbctrls/
H A Dselctrl.cxx59 void SvxSelectionModeControl::StateChanged( sal_uInt16, SfxItemState eState, in StateChanged() argument
62 if ( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
H A Dzoomctrl.cxx122 void SvxZoomStatusBarControl::StateChanged( sal_uInt16, SfxItemState eState, in StateChanged() argument
125 if( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx313 PackageState eState = getPackageState( xPackage ); in createPackageList() local
317 if ( ( eState == REGISTERED ) || ( eState == NOT_AVAILABLE ) ) in createPackageList()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx181 SfxItemState eState = SFX_ITEM_DEFAULT; in GetSvxEditEngineItemState() local
300 eState = eParaState; in GetSvxEditEngineItemState()
304 return eState; in GetSvxEditEngineItemState()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsVisualState.cxx78 void VisualState::SetVisualState (const State eState) in SetVisualState() argument
81 meCurrentVisualState = eState; in SetVisualState()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxstatuslistener.hxx43 …virtual void StateChanged( sal_uInt16 nSlotId, SfxItemState eState, const SfxPoolItem* pState ) = …
65 … virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
H A Dtbxctrl.hxx154 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
222 … virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
396 …virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pSt…
/trunk/main/svx/source/dialog/
H A Drlrcitem.cxx56 void SvxRulerItem::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
60 if ( eState != SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx941 SfxItemState eState, const SfxPoolItem* pItem ) in StateChanged() argument
943 if( eState >= SFX_ITEM_AVAILABLE && nSId == SID_NAVIGATOR_STATE ) in StateChanged()
1029 SfxItemState eState, const SfxPoolItem* pItem ) in StateChanged() argument
1031 if( eState >= SFX_ITEM_AVAILABLE && nSId == SID_NAVIGATOR_PAGENAME ) in StateChanged()
/trunk/main/svx/source/mnuctrls/
H A Dclipboardctl.cxx125 void SvxClipBoardControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pS… in StateChanged() argument
130 if ( eState >= SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/cui/source/tabpages/
H A Dtpshadow.cxx285 TriState eState = aTsbShowShadow.GetState(); in FillItemSet() local
286 if( eState != aTsbShowShadow.GetSavedValue() ) in FillItemSet()
288 SdrShadowItem aItem( sal::static_int_cast< sal_Bool >( eState ) ); in FillItemSet()
/trunk/main/sd/source/ui/inc/
H A Dnavigatr.hxx191 virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState,
214 virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState,
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx212 const sal_Bool bRightMargin = pCMS && ( MV_RIGHTMARGIN == pCMS->eState ); in GetCharRect()
630 if( pCMS && pCMS->eState == MV_NONE && aLine.GetEnd() == nOffset ) in _GetCrsrOfst()
631 ((SwCrsrMoveState*)pCMS)->eState = MV_RIGHTMARGIN; in _GetCrsrOfst()
698 if( MV_UPDOWN == pCMS->eState ) in GetCrsrOfst()
700 else if( MV_SETONLYTEXT == pCMS->eState || in GetCrsrOfst()
701 MV_TBLSEL == pCMS->eState ) in GetCrsrOfst()
/trunk/main/svx/source/customshapes/
H A Dtbxcustomshapes.cxx108 void SvxTbxCtlCustomShapes::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
111 SfxToolBoxControl::StateChanged( nSID, eState, pState ); in StateChanged()
/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx1023 void ExtrusionColorControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* … in StateChanged() argument
1032 if( SFX_ITEM_DONTCARE != eState ) in StateChanged()
1039 rTbx.EnableItem( nId, SFX_ITEM_DISABLED != eState ); in StateChanged()
1040 rTbx.SetItemState( nId, ( SFX_ITEM_DONTCARE == eState ) ? STATE_DONTKNOW : STATE_NOCHECK ); in StateChanged()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx582 SfxItemState eState = pDataSet->GetItemState(ATTR_PROTECTION, sal_True, NULL); in getLocked() local
583 if(eState != SFX_ITEM_DONTCARE) in getLocked()
615 SfxItemState eState = pDataSet->GetItemState(ATTR_PROTECTION, sal_True, NULL); in getFormulaHidden() local
616 if(eState != SFX_ITEM_DONTCARE) in getFormulaHidden()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx318 EESpellState eState; in DoThesaurus() local
412 eState = pEditView->StartThesaurus(); in DoThesaurus()
413 DBG_ASSERT(eState != EE_SPELL_NOSPELLER, "No SpellChecker"); in DoThesaurus()
415 if (eState == EE_SPELL_ERRORFOUND) // sollte spaeter durch Wrapper geschehen! in DoThesaurus()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.hxx86 void setUIState(UpdateState eState, bool suppressBubble = false);
158 UpdateState& eState, bool suppressBubble );

Completed in 77 milliseconds

12345678910>>...17