Home
last modified time | relevance | path

Searched refs:eState (Results 26 – 50 of 419) sorted by relevance

12345678910>>...17

/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_selem.cxx49 : eState(e_none), in PE_StructElement()
63 : eState(e_none), in PE_StructElement()
97 if (eState == expect_type) in Process_Default()
100 eState = expect_name; in Process_Default()
112 if (eState == expect_type) in Process_Identifier()
118 eState = expect_name; in Process_Identifier()
123 eState = expect_name; in Process_Identifier()
126 else if (eState == expect_name) in Process_Identifier()
130 eState = expect_finish; in Process_Identifier()
148 eState = expect_type; in InitData()
[all …]
H A Dpe_property.cxx47 : eState(e_none), in PE_Property()
112 eState = e_none; in Process_Stereotype()
122 if (eState == e_start) in Process_MetaType()
133 eState = e_none; in Process_MetaType()
139 switch (eState) in Process_Punctuation()
148 eState = e_none; in Process_Punctuation()
163 if (eState == expect_variable) in Process_Default()
166 eState = in_variable; in Process_Default()
175 eState = e_start; in InitData()
213 eState = e_none; in TransferData()
[all …]
H A Dpe_enum2.cxx65 { (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); } in CallHandler()
71 : eState(e_none), in PE_Enum()
118 eState = expect_curl_bracket_open; in On_expect_name_Identifier()
133 eState = expect_value; in On_expect_curl_bracket_open_Punctuation()
147 eState = expect_finish; in On_expect_value_Punctuation()
167 eState = e_none; in On_expect_finish_Punctuation()
179 eState = e_none; in On_Default()
200 eState = expect_name; in InitData()
211 switch (eState) in ReceiveData()
226 eState = e_none; in ReceiveData()
[all …]
H A Dpe_evalu.cxx60 { (this->*aDispatcher[eState][i_eTokenType])(i_sTokenText); } in CallHandler()
69 : eState(e_none), in PE_Value()
117 eState = got_name; in On_expect_name_Identifier()
127 eState = e_none; in On_got_name_Punctuation()
132 eState = e_none; in On_got_name_Punctuation()
143 eState = e_none; in On_got_name_Assignment()
155 eState = expect_name; in InitData()
165 eState = e_none; in TransferData()
/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx88 int eState = STATE_TOGGLE; in ExecCharAttr() local
101 if (STATE_TOGGLE == eState) in ExecCharAttr()
110 switch (eState) in ExecCharAttr()
147 if(eState != STATE_OFF ) in ExecCharAttr()
166 switch( eState ) in ExecCharAttr()
631 if( SFX_ITEM_DEFAULT == eState ) in GetAttrState()
633 if( SFX_ITEM_DEFAULT <= eState ) in GetAttrState()
638 if( SFX_ITEM_DEFAULT == eState ) in GetAttrState()
640 if( eState >= SFX_ITEM_DEFAULT ) in GetAttrState()
645 if( SFX_ITEM_DEFAULT == eState ) in GetAttrState()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx695 if (eState < SFX_ITEM_DONTCARE) in VertStateChanged()
1073 SfxItemState eState, in NotifyItemUpdate() argument
1152 if( eState >= SFX_ITEM_AVAILABLE ) in StateChangedAlignmentImpl()
1212 else if( eState == SFX_ITEM_DISABLED ) in StateChangedAlignmentImpl()
1215 else if ( eState == SFX_ITEM_DONTCARE ) in StateChangedAlignmentImpl()
1348 else if( eState == SFX_ITEM_DISABLED ) in StateChangedIndentImpl()
1381 meLnSpState = eState; in StateChangedLnSPImpl()
1417 else if(eState == SFX_ITEM_DISABLED ) in StateChangedULImpl()
1435 if( pState && eState == SFX_ITEM_UNKNOWN ) in StateChangeOutLineImpl()
1442 if( pState && eState == SFX_ITEM_UNKNOWN ) in StateChangeOutLineImpl()
[all …]
H A DParaPropertyPanel.hxx83 const SfxItemState eState,
90 FieldUnit GetCurrentUnit( SfxItemState eState, const SfxPoolItem* pState );
235 void VertStateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState);
236 void ParaBKGStateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState);
237 void StateChangedAlignmentImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
238 void StateChangedIndentImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
239 void StateChangedLnSPImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
240 void StateChangedULImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
241 void StateChangeOutLineImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
242 void StateChangeIncDecImpl( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
[all …]
/trunk/main/sfx2/source/dialog/
H A Dtplcitem.cxx67 void SfxTemplateControllerItem::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
78 bool bAvailable = SFX_ITEM_AVAILABLE == eState; in StateChanged()
87 sal_Bool bDisable = eState == SFX_ITEM_DISABLED; in StateChanged()
109 if ( eState == SFX_ITEM_DISABLED ) in StateChanged()
111 else if( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
124 rTemplateDlg.EnableEdit( SFX_ITEM_DISABLED != eState ); in StateChanged()
127 rTemplateDlg.EnableDel( SFX_ITEM_DISABLED != eState ); in StateChanged()
132 GetId(), SFX_ITEM_DISABLED != eState ); in StateChanged()
137 GetId(), eState != SFX_ITEM_DISABLED ); in StateChanged()
145 rTemplateDlg.EnableNew( SFX_ITEM_DISABLED != eState ); in StateChanged()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx328 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
341 eState = _rSet.GetItemState(CFID_HEIGHT); in translateItemsToProperties()
343 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
357 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
370 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
383 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
405 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
419 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
432 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
450 if ( eState == SFX_ITEM_SET ) in translateItemsToProperties()
[all …]
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx335 SfxItemState eState, in NotifyItemUpdate() argument
345 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
356 else if(SFX_ITEM_DISABLED == eState) in NotifyItemUpdate()
369 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
380 else if(SFX_ITEM_DISABLED == eState) in NotifyItemUpdate()
393 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
417 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
441 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
465 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
489 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
[all …]
/trunk/main/cui/source/tabpages/
H A Dmeasure.cxx447 TriState eState; in FillItemSet() local
484 eState = aTsbBelowRefEdge.GetState(); in FillItemSet()
500 eState = aTsbParallel.GetState(); in FillItemSet()
501 if( eState != aTsbParallel.GetSavedValue() ) in FillItemSet()
507 eState = aTsbShowUnit.GetState(); in FillItemSet()
508 if( eState != aTsbShowUnit.GetSavedValue() ) in FillItemSet()
746 if( eState != STATE_DONTKNOW ) in IMPL_LINK()
759 TriState eState = aTsbParallel.GetState(); in IMPL_LINK() local
760 if( eState != STATE_DONTKNOW ) in IMPL_LINK()
766 TriState eState = aTsbShowUnit.GetState(); in IMPL_LINK() local
[all …]
H A Dparagrph.cxx278 SFX_ITEM_DONTCARE == eState ) in FillItemSet()
320 SFX_ITEM_DONTCARE == eState ) in FillItemSet()
377 SFX_ITEM_DONTCARE == eState ) in FillItemSet()
1478 ( STATE_CHECK == eState && in FillItemSet()
1481 if ( eState == STATE_CHECK ) in FillItemSet()
1508 eState = aPageBreakBox.GetState(); in FillItemSet()
1520 switch ( eState ) in FillItemSet()
1578 eState = aKeepParaBox.GetState(); in FillItemSet()
1591 eState = aWidowBox.GetState(); in FillItemSet()
1608 eState = aOrphanBox.GetState(); in FillItemSet()
[all …]
/trunk/main/sal/textenc/
H A Dconverteuctw.c83 ImplEucTwToUnicodeState eState = IMPL_EUC_TW_TO_UNICODE_STATE_0; in ImplConvertEucTwToUnicode() local
102 switch (eState) in ImplConvertEucTwToUnicode()
113 eState = IMPL_EUC_TW_TO_UNICODE_STATE_1; in ImplConvertEucTwToUnicode()
116 eState = IMPL_EUC_TW_TO_UNICODE_STATE_2_1; in ImplConvertEucTwToUnicode()
141 ++eState; in ImplConvertEucTwToUnicode()
154 ++eState; in ImplConvertEucTwToUnicode()
219 eState = IMPL_EUC_TW_TO_UNICODE_STATE_0; in ImplConvertEucTwToUnicode()
231 eState = IMPL_EUC_TW_TO_UNICODE_STATE_0; in ImplConvertEucTwToUnicode()
235 eState = IMPL_EUC_TW_TO_UNICODE_STATE_0; in ImplConvertEucTwToUnicode()
249 if (eState != IMPL_EUC_TW_TO_UNICODE_STATE_0 in ImplConvertEucTwToUnicode()
[all …]
H A Dconvertgb18030.c87 eState = ((ImplGb18030ToUnicodeContext *) pContext)->m_eState; in ImplConvertGb18030ToUnicode()
95 switch (eState) in ImplConvertGb18030ToUnicode()
108 eState = IMPL_GB_18030_TO_UNICODE_STATE_1; in ImplConvertGb18030ToUnicode()
121 eState = IMPL_GB_18030_TO_UNICODE_STATE_2; in ImplConvertGb18030ToUnicode()
132 eState = IMPL_GB_18030_TO_UNICODE_STATE_0; in ImplConvertGb18030ToUnicode()
145 eState = IMPL_GB_18030_TO_UNICODE_STATE_3; in ImplConvertGb18030ToUnicode()
207 eState = IMPL_GB_18030_TO_UNICODE_STATE_0; in ImplConvertGb18030ToUnicode()
224 eState = IMPL_GB_18030_TO_UNICODE_STATE_0; in ImplConvertGb18030ToUnicode()
228 eState = IMPL_GB_18030_TO_UNICODE_STATE_0; in ImplConvertGb18030ToUnicode()
242 if (eState != IMPL_GB_18030_TO_UNICODE_STATE_0 in ImplConvertGb18030ToUnicode()
[all …]
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx225 else if( SVPAR_PENDING != eState ) in _GetNextToken()
237 eState = SVPAR_ACCEPTED; in _GetNextToken()
470 eState = SVPAR_ERROR; in ScanText()
575 eState = SVPAR_ERROR; in SkipGroup()
589 eState = SVPAR_WORKING; in CallParser()
599 if( SVPAR_PENDING != eState ) in CallParser()
603 eState = SVPAR_ERROR; in CallParser()
605 return eState; in CallParser()
624 eState = SVPAR_ACCEPTED; in Continue()
640 eState = SVPAR_ERROR; in Continue()
[all …]
H A Dsvparser.cxx83 , eState( SVPAR_NOTSTARTED ) in SvParser()
90 eState = SVPAR_NOTSTARTED; in SvParser()
406 eState = SVPAR_PENDING; in GetNextChar()
440 if( SVPAR_PENDING == eState ) in GetNextToken()
458 else if( SVPAR_WORKING == eState ) in GetNextToken()
465 else if( SVPAR_ACCEPTED != eState && SVPAR_PENDING != eState ) in GetNextToken()
466 eState = SVPAR_ERROR; // irgend ein Fehler in GetNextToken()
626 switch( pThis->eState ) in IMPL_STATIC_LINK()
634 pThis->eState = SVPAR_WORKING; in IMPL_STATIC_LINK()
642 if( SVPAR_PENDING != pThis->eState ) in IMPL_STATIC_LINK()
[all …]
/trunk/main/sfx2/source/control/
H A Dstatcach.cxx108 SfxItemState eState = SFX_ITEM_DISABLED; in statusChanged() local
116 eState = SFX_ITEM_AVAILABLE; in statusChanged()
161 eState = SFX_ITEM_UNKNOWN; in statusChanged()
167 pCtrl->StateChanged( nId, eState, pItem ); in statusChanged()
363 SfxItemState eState, // <SfxItemState> von 'pState' in SetState() argument
380 SetState_Impl( eState, pState, bMaybeDirty ); in SetState()
387 SfxItemState eState( SFX_ITEM_AVAILABLE ); in SetVisibleState() local
405 eState = eLastState; in SetVisibleState()
420 pCtrl->StateChanged( nId, eState, pState ); in SetVisibleState()
435 SfxItemState eState, // <SfxItemState> von 'pState' in SetState_Impl() argument
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx905 State eState = m_eState; in download() local
911 if( DOWNLOADING != eState ) in download()
1066 State eState = DISABLED; in enableDownload() local
1072 eState = DOWNLOADING; in enableDownload()
1076 eState = DOWNLOAD_PAUSED; in enableDownload()
1078 m_eState = eState; in enableDownload()
1401 eState = UPDATESTATE_EXT_UPD_AVAIL; in handleMenuBarUI()
1444 if ( eState == m_eUpdateState ) in setUIState()
1447 m_eUpdateState = eState; in setUIState()
1479 aUpdateHandler->setState(eState); in setUIState()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx323 } eState = xlPSText; in ParseString() local
329 switch( eState ) in ParseString()
340 eState = xlPSFunc; in ParseString()
356 eState = xlPSText; in ParseString()
411 eState = xlPSFont; in ParseString()
452 eState = xlPSText; in ParseString()
482 eState = xlPSText; in ParseString()
643 } eState = xlUrlInit; in DecodeUrl() local
656 switch( eState ) in DecodeUrl()
666 eState = xlUrlPath; in DecodeUrl()
[all …]
H A Dxlformula.cxx673 while( eState != STATE_END ) switch( eState ) in GetStringList()
676 eState = aIt.Is() ? STATE_STR : STATE_END; in GetStringList()
753 } eState = stBegin; // last read token in GetMultipleOpRefs() local
758 switch( eState ) in GetMultipleOpRefs()
764 eState = (eOpCode == ocOpen) ? stOpen : stError; in GetMultipleOpRefs()
770 eState = bIsSep ? stFormulaSep : stError; in GetMultipleOpRefs()
776 eState = bIsSep ? stColFirstSep : stError; in GetMultipleOpRefs()
789 eState = bIsSep ? stRowFirstSep : stError; in GetMultipleOpRefs()
795 eState = (eOpCode == ocClose) ? stClose : stError; in GetMultipleOpRefs()
798 eState = stError; in GetMultipleOpRefs()
[all …]
/trunk/main/tools/source/fsys/
H A Durlobj.cxx1662 if (eState == STATE_AUTH) in convertRelToAbs()
1665 eState = STATE_DONE; in convertRelToAbs()
1687 eState = STATE_DONE; in convertRelToAbs()
1806 eState = STATE_DONE; in convertRelToAbs()
2387 switch (eState) in parseHost()
2393 eState = STATE_IP6; in parseHost()
2402 eState = STATE_IP4; in parseHost()
2493 eState = STATE_IP4; in parseHost()
2766 switch (eState) in parseHost()
5375 switch (eState) in scanDomain()
[all …]
/trunk/main/svx/inc/svx/
H A Dtbcontrl.hxx190 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
240 virtual void StateChanged ( sal_uInt16 nSID, SfxItemState eState,
291 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
318 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
341 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
362 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
382 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
403 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
425 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
439 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx840 SfxItemState eState, in NotifyItemUpdate() argument
858 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
921 if(eState >= SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
956 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
989 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
1018 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
1047 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
1076 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
1101 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
1126 if(SFX_ITEM_AVAILABLE == eState) in NotifyItemUpdate()
[all …]
/trunk/main/svl/source/items/
H A Ditemprop.cxx226 SfxItemState eState = rSet.GetItemState( rEntry.nWID, sal_True, &pItem ); in getPropertyValue() local
227 if(SFX_ITEM_SET != eState && SFX_WHICH_MAX > rEntry.nWID ) in getPropertyValue()
230 if(eState >= SFX_ITEM_DEFAULT && pItem) in getPropertyValue()
292 if(SFX_ITEM_SET != eState && SFX_WHICH_MAX > rEntry.nWID ) in setPropertyValue()
295 if(eState < SFX_ITEM_DEFAULT) in setPropertyValue()
347 SfxItemState eState = rSet.GetItemState( nWhich, sal_False ); in getPropertyState() local
349 if(eState == SFX_ITEM_DEFAULT) in getPropertyState()
351 else if(eState < SFX_ITEM_DEFAULT) in getPropertyState()
371 SfxItemState eState = rSet.GetItemState( nWhich, sal_False, &pItem ); in getPropertyState() local
375 if(eState == SFX_ITEM_DEFAULT) in getPropertyState()
[all …]
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx874 const SfxItemState eState, in NotifyItemUpdate() argument
891 if (SFX_ITEM_DISABLED == eState) in NotifyItemUpdate()
962 if ( eState <= SFX_ITEM_READONLY ) in NotifyItemUpdate()
970 mbWeightAvailable = (eState >= SFX_ITEM_DONTCARE); in NotifyItemUpdate()
985 mbPostureAvailable = (eState >= SFX_ITEM_DONTCARE); in NotifyItemUpdate()
1000 if( eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
1051 if (eState == SFX_ITEM_AVAILABLE) in NotifyItemUpdate()
1083 else if (eState == SFX_ITEM_DISABLED) in NotifyItemUpdate()
1125 if ( SFX_ITEM_AVAILABLE == eState ) in NotifyItemUpdate()
1141 else if (SFX_ITEM_DISABLED == eState) in NotifyItemUpdate()
[all …]

Completed in 152 milliseconds

12345678910>>...17