Home
last modified time | relevance | path

Searched refs:eState (Results 76 – 100 of 419) sorted by relevance

12345678910>>...17

/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx336 eState = SVPAR_WORKING; in CallParser()
345 if( SVPAR_PENDING != eState ) in CallParser()
348 return eState; in CallParser()
1168 if( SVPAR_PENDING == eState ) in _GetNextToken()
1271 if( SVPAR_PENDING == eState ) in _GetNextToken()
1295 if( SVPAR_PENDING == eState ) in _GetNextToken()
1386 eState = SVPAR_ACCEPTED; in _GetNextToken()
1435 eState = SVPAR_WORKING; in _GetNextToken()
1442 if( bNextCh && SVPAR_WORKING == eState ) in _GetNextToken()
1448 eState = SVPAR_WORKING; in _GetNextToken()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx446 TRISTATE eState = mpDrawView->IsMarkedGluePointsPercent(); in GetMenuState() local
447 if( eState == STATE_DONTKNOW ) in GetMenuState()
453 if( eState == STATE_CHECK ) in GetMenuState()
481 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_LEFT ); in GetMenuState()
482 if( eState == STATE_DONTKNOW ) in GetMenuState()
487 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_RIGHT ); in GetMenuState()
488 if( eState == STATE_DONTKNOW ) in GetMenuState()
493 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_TOP ); in GetMenuState()
494 if( eState == STATE_DONTKNOW ) in GetMenuState()
499 eState = mpDrawView->IsMarkedGluePointsEscDir( SDRESC_BOTTOM ); in GetMenuState()
[all …]
H A Ddrviewsf.cxx730 SfxItemState eState = pSet->GetItemState( EE_PARA_LRSPACE ); in GetAttrState() local
731 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
736 eState = pSet->GetItemState( EE_PARA_SBL ); in GetAttrState()
737 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
742 eState = pSet->GetItemState( EE_PARA_ULSPACE ); in GetAttrState()
743 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
760 eState = pSet->GetItemState( EE_CHAR_KERNING, sal_True ); in GetAttrState()
761 if ( eState == SFX_ITEM_DONTCARE ) in GetAttrState()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1398 eState = HTML_ON_VALUE; in GetHTMLItemState()
1401 eState = HTML_OFF_VALUE; in GetHTMLItemState()
1415 eState = HTML_ON_VALUE; in GetHTMLItemState()
1418 eState = HTML_OFF_VALUE; in GetHTMLItemState()
1431 eState = HTML_ON_VALUE; in GetHTMLItemState()
1434 eState = HTML_OFF_VALUE; in GetHTMLItemState()
1445 eState = HTML_ON_VALUE; in GetHTMLItemState()
1448 eState = HTML_OFF_VALUE; in GetHTMLItemState()
1468 eState = HTML_ON_VALUE; in GetHTMLItemState()
1471 eState = HTML_OFF_VALUE; in GetHTMLItemState()
[all …]
/trunk/main/svx/inc/svx/
H A Dlinectrl.hxx58 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
76 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
93 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
147 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
163 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
/trunk/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx89 virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
148 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
151 SfxPopupWindow::StateChanged( nSID, eState, pState ); in StateChanged()
280 sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) in StateChanged() argument
284 if ( eState == SFX_ITEM_DISABLED ) in StateChanged()
296 SvxListBoxControl::StateChanged( nSID, eState, pState ); in StateChanged()
H A Dgrafctrl.cxx631 void SvxGrafFilterToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem*… in StateChanged() argument
633 GetToolBox().EnableItem( GetId(), ( eState != SFX_ITEM_DISABLED ) ); in StateChanged()
677 void SvxGrafToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* pStat… in StateChanged() argument
683 if( eState == SFX_ITEM_DISABLED ) in StateChanged()
692 if( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
818 void SvxGrafModeToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const SfxPoolItem* p… in StateChanged() argument
824 if( eState == SFX_ITEM_DISABLED ) in StateChanged()
833 if( eState == SFX_ITEM_AVAILABLE ) in StateChanged()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx457 SfxItemState eState = SFX_ITEM_DONTCARE; in Reset() local
462 if(eState==SFX_ITEM_SET) in Reset()
480 if(eState==SFX_ITEM_SET) in Reset()
498 eState = rSet.GetItemState( GetWhich( SID_ATTR_NUMBERFORMAT_ONE_AREA )); in Reset()
500 if(eState==SFX_ITEM_SET) in Reset()
512 eState = rSet.GetItemState( GetWhich( SID_ATTR_NUMBERFORMAT_SOURCE ) ); in Reset()
514 if ( eState == SFX_ITEM_SET ) in Reset()
537 eState = rSet.GetItemState( GetWhich( SID_ATTR_NUMBERFORMAT_VALUE ) ); in Reset()
539 if ( SFX_ITEM_DONTCARE != eState ) in Reset()
605 eState = rSet.GetItemState( GetWhich( SID_ATTR_NUMBERFORMAT_ADD_AUTO ) ); in Reset()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dinterceptedinteraction.cxx110 EInterceptionState eState = impl_interceptRequest(xRequest); in impl_handleDefault() local
112 switch(eState) in impl_handleDefault()
169 EInterceptionState eState = intercepted(rInterception, xRequest); in impl_interceptRequest() local
170 if (eState == E_NOT_INTERCEPTED) in impl_interceptRequest()
172 return eState; in impl_interceptRequest()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx279 if (eState == minute) in ConvertStringToValue()
290 if (eState < done) in ConvertStringToValue()
293 if (nLimit[eState] && nLimit[eState] < nUnit[eState]) in ConvertStringToValue()
299 switch (eState) in ConvertStringToValue()
332 eState = done; in ConvertStringToValue()
341 eState = static_cast<State>(eState + 1); in ConvertStringToValue()
347 if (eState == blank) in ConvertStringToValue()
353 eState = stop; in ConvertStringToValue()
357 if (eState == month || (eState == day && p <= pLastStart) || in ConvertStringToValue()
358 eState == hour || (eState == minute && p <= pLastStart)) in ConvertStringToValue()
[all …]
H A Dcompiler.cxx1966 ScanState eState = ssGetChar; in NextSymbol() local
1991 switch (eState) in NextSymbol()
2004 eState = ssStop; in NextSymbol()
2008 switch (eState) in NextSymbol()
2061 eState = ssStop; in NextSymbol()
2097 eState = ssStop; in NextSymbol()
2131 eState = ssStop; in NextSymbol()
2136 eState = ssStop; in NextSymbol()
2145 eState = ssStop; in NextSymbol()
2150 eState = ssStop; in NextSymbol()
[all …]
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx566 const SfxItemState eState, in NotifyItemUpdate() argument
576 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
585 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
594 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
603 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
626 if ( eState >= SFX_ITEM_AVAILABLE && in NotifyItemUpdate()
634 MetricState( eState, pState ); in NotifyItemUpdate()
640 void PagePropertyPanel::MetricState( SfxItemState eState, const SfxPoolItem* pState ) in MetricState() argument
643 if ( pState && eState >= SFX_ITEM_DEFAULT ) in MetricState()
/trunk/main/framework/source/services/
H A Dframe.cxx1129 if( eState == E_INACTIVE ) in activate()
1133 eState = E_ACTIVE; in activate()
1134 m_eActiveState = eState; in activate()
1182 eState = E_FOCUS; in activate()
1183 m_eActiveState = eState; in activate()
1223 if( eState != E_INACTIVE ) in deactivate()
1237 if( eState == E_FOCUS ) in deactivate()
1242 eState = E_ACTIVE; in deactivate()
1243 m_eActiveState = eState ; in deactivate()
1250 if( eState == E_ACTIVE ) in deactivate()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx449 SfxItemState eState, in NotifyItemUpdate() argument
454 const bool bDisabled(SFX_ITEM_DISABLED == eState); in NotifyItemUpdate()
471 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
501 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
550 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
579 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
609 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
638 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
680 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
740 if(eState >= SFX_ITEM_DEFAULT) in NotifyItemUpdate()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx251 ScanState eState = SsStart; in NextNumberStringSymbol() local
258 switch (eState) in NextNumberStringSymbol()
263 eState = SsGetValue; in NextNumberStringSymbol()
267 eState = SsGetString; in NextNumberStringSymbol()
275 eState = SsStop; in NextNumberStringSymbol()
284 eState = SsStop; in NextNumberStringSymbol()
318 ScanState eState = SsStart; in SkipThousands() local
324 switch (eState) in SkipThousands()
330 eState = SsGetValue; in SkipThousands()
335 eState = SsStop; in SkipThousands()
[all …]
H A Dzformat.cxx1162 ScanState eState = SsStart; in ImpNextSymbol() local
1169 switch (eState) in ImpNextSymbol()
1180 eState = SsGetString; in ImpNextSymbol()
1186 eState = SsStop; in ImpNextSymbol()
1198 eState = SsGetString; in ImpNextSymbol()
1214 eState = SsGetCon; in ImpNextSymbol()
1306 eState = SsStop; in ImpNextSymbol()
1317 eState = SsGetString; in ImpNextSymbol()
1355 eState = SsStop; in ImpNextSymbol()
1405 eState = SsStop; in ImpNextSymbol()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx74 const PackageState eState, const bool bReadOnly ) : in Entry_Impl() argument
85 m_eState( eState ), in Entry_Impl()
111 if ( eState == AMBIGUOUS ) in Entry_Impl()
113 else if ( eState == NOT_REGISTERED ) in Entry_Impl()
1012 PackageState eState = m_pManager->getPackageState( xPackage ); in addEntry() local
1015 TEntry_Impl pEntry( new Entry_Impl( xPackage, eState, bLocked ) ); in addEntry()
1071 PackageState eState = m_pManager->getPackageState( xPackage ); in updateEntry() local
1073 (*iIndex)->m_eState = eState; in updateEntry()
1078 if ( eState == REGISTERED ) in updateEntry()
1081 if ( eState == AMBIGUOUS ) in updateEntry()
/trunk/main/sfx2/source/control/
H A Dshell.cxx1012 SfxItemState eState; in GetSlotState() local
1033 eState = aSet.GetItemState( nSlotId, sal_True, &pItem ); in GetSlotState()
1036 if ( eState == SFX_ITEM_DEFAULT ) in GetSlotState()
1041 eState = SFX_ITEM_DONTCARE; in GetSlotState()
1045 eState = SFX_ITEM_UNKNOWN; in GetSlotState()
1049 if ( eState <= SFX_ITEM_DISABLED ) in GetSlotState()
1055 else if ( eState == SFX_ITEM_DONTCARE ) in GetSlotState()
H A Dsfxstatuslistener.cxx220 SfxItemState eState = SFX_ITEM_DISABLED; in statusChanged() local
224 eState = SFX_ITEM_AVAILABLE; in statusChanged()
230 eState = SFX_ITEM_UNKNOWN; in statusChanged()
260 eState = aItemStatus.State; in statusChanged()
283 StateChanged( m_nSlotID, eState, pItem ); in statusChanged()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx651 const SlideExclusionState eState (GetSlideExclusionState(aSelectedPages)); in GetMenuState() local
652 switch (eState) in GetMenuState()
1301 SlideExclusionState eState (UNDEFINED); in GetSlideExclusionState() local
1305 while (rPageSet.HasMoreElements() && eState!=MIXED) in GetSlideExclusionState()
1308 switch (eState) in GetSlideExclusionState()
1312 eState = bState ? EXCLUDED : INCLUDED; in GetSlideExclusionState()
1319 eState = MIXED; in GetSlideExclusionState()
1326 eState = MIXED; in GetSlideExclusionState()
1336 return eState; in GetSlideExclusionState()
/trunk/main/oox/source/xls/
H A Dpagesettings.cxx615 eState = STATE_TEXT; in parse() local
622 switch( eState ) in parse()
630 eState = STATE_TOKEN; in parse()
645 eState = STATE_TEXT; in parse()
756 eState = STATE_FONTNAME; in parse()
762 eState = STATE_FONTHEIGHT; in parse()
775 eState = STATE_TEXT; in parse()
778 eState = STATE_FONTSTYLE; in parse()
794 eState = STATE_TEXT; in parse()
822 eState = STATE_TEXT; in parse()
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx92 SfxItemState eState = rDis.GetBindings()->QueryState( nSID, _pItem ); in Check() local
93 if (eState >= SFX_ITEM_AVAILABLE) in Check()
231 SfxItemState eState = pVFrame->GetBindings().QueryState( SID_COPY, pState ); in SwReadOnlyPopup() local
233 if(eState < SFX_ITEM_AVAILABLE) in SwReadOnlyPopup()
236 eState = pVFrame->GetBindings().QueryState( SID_EDITDOC, pState ); in SwReadOnlyPopup()
238 eState < SFX_ITEM_DEFAULT || in SwReadOnlyPopup()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx606 eState = HANDLE_TABLE; in getFieldsByCommandDescriptor()
609 eState = HANDLE_QUERY; in getFieldsByCommandDescriptor()
612 eState = HANDLE_SQL; in getFieldsByCommandDescriptor()
621 while ( ( DONE != eState ) && ( FAILED != eState ) ) in getFieldsByCommandDescriptor()
623 switch ( eState ) in getFieldsByCommandDescriptor()
636 eState = RETRIEVE_OBJECT; in getFieldsByCommandDescriptor()
651 eState = RETRIEVE_OBJECT; in getFieldsByCommandDescriptor()
660 eState = FAILED; in getFieldsByCommandDescriptor()
680 eState = FAILED; in getFieldsByCommandDescriptor()
686 eState = DONE; in getFieldsByCommandDescriptor()
[all …]
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx149 bool PageDescriptor::HasState (const State eState) const in HasState()
151 switch (eState) in HasState()
183 bool PageDescriptor::SetState (const State eState, const bool bNewStateValue) in SetState() argument
186 switch (eState) in SetState()
/trunk/main/svx/source/table/
H A Dcell.cxx1356 PropertyState eState; in getPropertyState() local
1367 eState = PropertyState_DIRECT_VALUE; in getPropertyState()
1371 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1400 eState = PropertyState_DIRECT_VALUE; in getPropertyState()
1403 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1409 eState = PropertyState_AMBIGUOUS_VALUE; in getPropertyState()
1414 if( ( PropertyState_DIRECT_VALUE == eState ) ) in getPropertyState()
1428 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1443 eState = PropertyState_DEFAULT_VALUE; in getPropertyState()
1450 return eState; in getPropertyState()

Completed in 261 milliseconds

12345678910>>...17