Home
last modified time | relevance | path

Searched refs:eState (Results 201 – 225 of 419) sorted by relevance

12345678910>>...17

/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx389 SfxItemState eState = pViewFrame->GetDispatcher()->QueryState( SID_DOCUMENT_MERGE, pDummy ); in IMPL_LINK() local
390 eState = pViewFrame->GetDispatcher()->QueryState( SID_DOCUMENT_COMPARE, pDummy ); in IMPL_LINK()
391 aCompareButton.Enable( bEnable!= false && eState >= SFX_ITEM_AVAILABLE ); in IMPL_LINK()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx41 …ccessibleCheckBoxCell(long _nRow, sal_uInt16 _nColumnPos,const TriState& eState,sal_Bool _bEnabled) in CreateAccessibleCheckBoxCell() argument
57 eState, in CreateAccessibleCheckBoxCell()
/trunk/main/svx/source/stbctrls/
H A Dxmlsecctrl.cxx106 void XmlSecStatusBarControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pSta… in StateChanged() argument
108 if( SFX_ITEM_AVAILABLE != eState ) in StateChanged()
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx210 CSS1ParserState eState; // der aktuelle Zustand der Parsers member in CSS1Parser
226 sal_Bool IsParserWorking() const { return CSS1_PAR_WORKING == eState; } in IsParserWorking()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx95 …, rXPropState, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ), eState ) && eState == beans::Pr…
122 …ertySet > rXPropSet, Reference< XPropertyState > rXPropState, String aName, PropertyState& eState ) in GetPropertyAndState() argument
130 eState = rXPropState->getPropertyState( aName ); in GetPropertyAndState()
622 PropertyState eState; in WriteRunProperties() local
/trunk/main/sfx2/source/control/
H A Dctrlitem.cxx352 SfxItemState eState, // <SfxItemState> von 'pState' in StateChanged() argument
357 pMaster->StateChanged( nSID, eState, pState ); in StateChanged()
H A Drequest.cxx751 … SfxItemState eState = pSet ? pSet->GetItemState( nWhich, sal_False, &pItem ) : SFX_ITEM_UNKNOWN; in Done_Impl() local
753 if ( SFX_ITEM_SET != eState ) in Done_Impl()
761 if ( eState == SFX_ITEM_SET ) in Done_Impl()
/trunk/main/sfx2/source/menu/
H A Dthessubmenu.cxx87 SfxItemState eState, in StateChanged() argument
90 rParent.EnableItem(GetId(), SFX_ITEM_AVAILABLE == eState ); in StateChanged()
H A Dmnuitem.cxx245 SfxItemState eState, in StateChanged() argument
266 : eState != SFX_ITEM_DISABLED ); in StateChanged()
268 if ( eState != SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/sw/source/ui/utlui/
H A Dviewlayoutctrl.cxx92 void SwViewLayoutControl::StateChanged( sal_uInt16 /*nSID*/, SfxItemState eState, const SfxPoolItem… in StateChanged() argument
94 if ( SFX_ITEM_AVAILABLE != eState || pState->ISA( SfxVoidItem ) ) in StateChanged()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx210 eState = SVPAR_ERROR; in ReadListLevel()
417 eState = SVPAR_ERROR; in ReadListTable()
607 eState = SVPAR_ERROR; in ReadListOverrideTable()
956 eState = SVPAR_ERROR; in ReadNumSecLevel()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx918 GroupingMachineState eState = eLookingForGroup; // the current state of our machine in implUpdateGroupStructure() local
934 switch ( eState ) in implUpdateGroupStructure()
953 eState = eExpandingGroup; in implUpdateGroupStructure()
970 eState = eLookingForGroup; in implUpdateGroupStructure()
986 eState = eExpandingGroup; in implUpdateGroupStructure()
1017 eState = eExpandingGroup; in implUpdateGroupStructure()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1048 sal_uInt8 eState; in InitScriptInfo() local
1062 eState = SPECIAL_LEFT; in InitScriptInfo()
1069 eState = SPECIAL_RIGHT; in InitScriptInfo()
1072eState = static_cast<sal_uInt8>( ( 0x3040 <= cChar && 0x3100 > cChar ) ? KANA : NONE ); in InitScriptInfo()
1076 if( ePrevState != eState ) in InitScriptInfo()
1092 ePrevState = eState; in InitScriptInfo()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx654 TriState eState = aTsbCenterStart.GetState(); in FillItemSet() local
655 if( eState != aTsbCenterStart.GetSavedValue() ) in FillItemSet()
657 XLineStartCenterItem aItem( sal::static_int_cast< sal_Bool >( eState ) ); in FillItemSet()
665 eState = aTsbCenterEnd.GetState(); in FillItemSet()
666 if( eState != aTsbCenterEnd.GetSavedValue() ) in FillItemSet()
668 XLineEndCenterItem aItem( sal::static_int_cast< sal_Bool >( eState ) ); in FillItemSet()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx2090 SfxItemState eState; in GetTextAttrState() local
2099 eState = rAttrSet.GetItemState( ATTR_FONT_UNDERLINE, sal_True ); in GetTextAttrState()
2100 if ( eState == SFX_ITEM_DONTCARE ) in GetTextAttrState()
2135 eState = rAttrSet.GetItemState( ATTR_HOR_JUSTIFY, sal_True, in GetTextAttrState()
2137 switch ( eState ) in GetTextAttrState()
2206 eState = rAttrSet.GetItemState( ATTR_VER_JUSTIFY, sal_True, in GetTextAttrState()
2209 switch ( eState ) in GetTextAttrState()
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx491 PropertyState eState = PropertyState_DIRECT_VALUE; in getPropertyState() local
493 eState = m_xPropertyState->getPropertyState( _rPropertyName ); in getPropertyState()
494 return eState; in getPropertyState()
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx438 SvButtonState eState = GetCheckButtonState(_pEntry); in checkedButton_noBroadcast() local
439 …DBG_ASSERT(SV_BUTTON_TRISTATE != eState, "OTableTreeListBox::CheckButtonHdl: user action which lea… in checkedButton_noBroadcast()
440 implEmphasize(_pEntry, SV_BUTTON_CHECKED == eState); in checkedButton_noBroadcast()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx217 SfxItemState eState = pEditAttrs->GetItemState( nId, sal_False, &pItem ); in ScEditAttrTester() local
218 if (eState == SFX_ITEM_DONTCARE) in ScEditAttrTester()
220 else if (eState == SFX_ITEM_SET) in ScEditAttrTester()
/trunk/main/svx/source/inc/
H A Dfrmselimpl.hxx50 void SetState( FrameBorderState eState );
210 void SetBorderState( FrameBorder& rBorder, FrameBorderState eState );
/trunk/main/svtools/source/uno/wizard/
H A Dwizardshell.cxx186 const WizardState eState = getCurrentState(); in getCurrentWizardPage() local
188 PWizardPageController pController( impl_getController( GetPage( eState ) ) ); in getCurrentWizardPage()
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx206 SvLBoxEntry* InsertChangeAction(const ScChangeAction* pScChangeAction,ScChangeActionState eState,
210 SvLBoxEntry* InsertFilteredAction(const ScChangeAction* pScChangeAction,ScChangeActionState eState,
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.hxx74 const SfxItemState eState,
230 void MetricState( SfxItemState eState, const SfxPoolItem* pState );
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx323 SfxItemState eState = pBindings->QueryState( SID_STYLE_DESIGNER, pState ); in Activate() local
324 …sal_Bool bEnable = (eState < SFX_ITEM_AVAILABLE) || !pState || !((SfxBoolItem*)pState)->GetValue(); in Activate()
614 SfxItemState eState = pBindings->QueryState( SID_STYLE_DESIGNER, pState ); in IMPL_LINK() local
615 if(eState <= SFX_ITEM_SET || !pState || !((SfxBoolItem*)pState)->GetValue()) in IMPL_LINK()
/trunk/main/starmath/inc/
H A Dview.hxx119 SfxItemState eState,
137 SfxItemState eState,
/trunk/main/svx/inc/svx/
H A Dfloat3d.hxx282 virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState,
301 virtual void StateChanged(sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState);

Completed in 252 milliseconds

12345678910>>...17