Home
last modified time | relevance | path

Searched refs:eState (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ftp/
H A Dftpdirp.cxx88 enum StateType eState = STATE_INIT_LWS; in parseDOS() local
90 eState != STATE_ERROR && *p; in parseDOS()
93 switch (eState) in parseDOS()
103 eState = STATE_ERROR; in parseDOS()
128 eState = STATE_1_DAY; in parseDOS()
131 eState = STATE_ERROR; in parseDOS()
149 eState = STATE_ERROR; in parseDOS()
180 eState = STATE_ERROR; in parseDOS()
198 eState = STATE_ERROR; in parseDOS()
326 eState = STATE_2_D; in parseDOS()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/ftp/
H A Dftpdirp.cxx88 enum StateType eState = STATE_INIT_LWS; in parseDOS() local
90 eState != STATE_ERROR && *p; in parseDOS()
93 switch (eState) in parseDOS()
103 eState = STATE_ERROR; in parseDOS()
128 eState = STATE_1_DAY; in parseDOS()
131 eState = STATE_ERROR; in parseDOS()
149 eState = STATE_ERROR; in parseDOS()
180 eState = STATE_ERROR; in parseDOS()
198 eState = STATE_ERROR; in parseDOS()
326 eState = STATE_2_D; in parseDOS()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dfloat3d.cxx1717 if( eState != TRISTATE_INDET ) in GetAttr()
1768 if( eState != TRISTATE_INDET ) in GetAttr()
1778 if( eState != TRISTATE_INDET ) in GetAttr()
1798 if( eState != TRISTATE_INDET ) in GetAttr()
1851 if( eState != TRISTATE_INDET ) in GetAttr()
1876 if( eState != TRISTATE_INDET ) in GetAttr()
1900 if( eState != TRISTATE_INDET ) in GetAttr()
1924 if( eState != TRISTATE_INDET ) in GetAttr()
1948 if( eState != TRISTATE_INDET ) in GetAttr()
1972 if( eState != TRISTATE_INDET ) in GetAttr()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dtplcitem.cxx54 void SfxTemplateControllerItem::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged() argument
66 bool bAvailable = SfxItemState::DEFAULT == eState; in StateChanged()
74 bool bDisable = eState == SfxItemState::DISABLED; in StateChanged()
99 if ( eState == SfxItemState::DISABLED ) in StateChanged()
101 else if( eState == SfxItemState::DEFAULT ) in StateChanged()
113 rTemplateDlg.EnableEdit( SfxItemState::DISABLED != eState ); in StateChanged()
116 rTemplateDlg.EnableDel( SfxItemState::DISABLED != eState ); in StateChanged()
119 rTemplateDlg.EnableHide( SfxItemState::DISABLED != eState ); in StateChanged()
122 rTemplateDlg.EnableShow( SfxItemState::DISABLED != eState ); in StateChanged()
135 rTemplateDlg.EnableNew( SfxItemState::DISABLED != eState ); in StateChanged()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dtplcitem.cxx67 bool bAvailable = SfxItemState::DEFAULT == eState; in StateChanged()
75 bool bDisable = eState == SfxItemState::DISABLED; in StateChanged()
100 if ( eState == SfxItemState::DISABLED ) in StateChanged()
102 else if( eState == SfxItemState::DEFAULT ) in StateChanged()
114 rTemplateDlg.EnableEdit( SfxItemState::DISABLED != eState ); in StateChanged()
117 rTemplateDlg.EnableDel( SfxItemState::DISABLED != eState ); in StateChanged()
120 rTemplateDlg.EnableHide( SfxItemState::DISABLED != eState ); in StateChanged()
123 rTemplateDlg.EnableShow( SfxItemState::DISABLED != eState ); in StateChanged()
128 GetId(), SfxItemState::DISABLED != eState ); in StateChanged()
133 GetId(), eState != SfxItemState::DISABLED ); in StateChanged()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_scrollbartp.cpp30 FWLTHEME_STATE eState = FWLTHEME_STATE_Normal; in DrawBackground() local
32 eState = FWLTHEME_STATE_Hover; in DrawBackground()
34 eState = FWLTHEME_STATE_Pressed; in DrawBackground()
36 eState = FWLTHEME_STATE_Disable; in DrawBackground()
44 eState, pParams.m_matrix); in DrawBackground()
50 eState, pParams.m_matrix); in DrawBackground()
79 if (eState < FWLTHEME_STATE_Normal || eState > FWLTHEME_STATE_Disable) in DrawThumbBtn()
106 FWLTHEME_STATE eState, in DrawPaw() argument
189 FWLTHEME_STATE eState, in DrawTrack() argument
192 if (eState < FWLTHEME_STATE_Normal || eState > FWLTHEME_STATE_Disable) in DrawTrack()
[all …]
H A Dcfwl_datetimepickertp.cpp36 FWLTHEME_STATE eState = FWLTHEME_STATE_Normal; in DrawDropDownButton() local
37 switch (eState & dwStates) { in DrawDropDownButton()
39 eState = FWLTHEME_STATE_Normal; in DrawDropDownButton()
43 eState = FWLTHEME_STATE_Hover; in DrawDropDownButton()
47 eState = FWLTHEME_STATE_Pressed; in DrawDropDownButton()
51 eState = FWLTHEME_STATE_Disable; in DrawDropDownButton()
58 FWLTHEME_DIRECTION_Down, eState, matrix); in DrawDropDownButton()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_scrollbartp.cpp31 FWLTHEME_STATE eState = FWLTHEME_STATE_Normal; in DrawBackground() local
33 eState = FWLTHEME_STATE_Hover; in DrawBackground()
35 eState = FWLTHEME_STATE_Pressed; in DrawBackground()
37 eState = FWLTHEME_STATE_Disable; in DrawBackground()
45 eState, pParams.m_matrix); in DrawBackground()
51 eState, pParams.m_matrix); in DrawBackground()
80 if (eState < FWLTHEME_STATE_Normal || eState > FWLTHEME_STATE_Disable) in DrawThumbBtn()
107 FWLTHEME_STATE eState, in DrawPaw() argument
190 FWLTHEME_STATE eState, in DrawTrack() argument
193 if (eState < FWLTHEME_STATE_Normal || eState > FWLTHEME_STATE_Disable) in DrawTrack()
[all …]
H A Dcfwl_datetimepickertp.cpp35 FWLTHEME_STATE eState = FWLTHEME_STATE_Normal; in DrawDropDownButton() local
36 switch (eState & dwStates) { in DrawDropDownButton()
38 eState = FWLTHEME_STATE_Normal; in DrawDropDownButton()
42 eState = FWLTHEME_STATE_Hover; in DrawDropDownButton()
46 eState = FWLTHEME_STATE_Pressed; in DrawDropDownButton()
50 eState = FWLTHEME_STATE_Disable; in DrawDropDownButton()
57 FWLTHEME_DIRECTION_Down, eState, matrix); in DrawDropDownButton()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dfloat3d.cxx1718 if( eState != TRISTATE_INDET ) in GetAttr()
1769 if( eState != TRISTATE_INDET ) in GetAttr()
1779 if( eState != TRISTATE_INDET ) in GetAttr()
1799 if( eState != TRISTATE_INDET ) in GetAttr()
1852 if( eState != TRISTATE_INDET ) in GetAttr()
1877 if( eState != TRISTATE_INDET ) in GetAttr()
1901 if( eState != TRISTATE_INDET ) in GetAttr()
1925 if( eState != TRISTATE_INDET ) in GetAttr()
1949 if( eState != TRISTATE_INDET ) in GetAttr()
1973 if( eState != TRISTATE_INDET ) in GetAttr()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/theme/
H A Dcfwl_scrollbartp.cpp53 FWLTHEME_STATE eState = FWLTHEME_STATE_Normal; in DrawBackground() local
55 eState = FWLTHEME_STATE_Hover; in DrawBackground()
57 eState = FWLTHEME_STATE_Pressed; in DrawBackground()
59 eState = FWLTHEME_STATE_Disabale; in DrawBackground()
67 eState, &pParams->m_matrix); in DrawBackground()
73 eState, &pParams->m_matrix); in DrawBackground()
99 if (eState < FWLTHEME_STATE_Normal || eState > FWLTHEME_STATE_Disabale) { in DrawThumbBtn()
142 FWLTHEME_STATE eState, in DrawPaw() argument
217 FWLTHEME_STATE eState, in DrawTrack() argument
220 if (eState < FWLTHEME_STATE_Normal || eState > FWLTHEME_STATE_Disabale) { in DrawTrack()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A Dmarktree.cxx83 if(eState == SvButtonState::Checked) in KeyInput()
99 SvButtonState eState = GetCheckButtonState(_pEntry); in implDetermineState() local
102 return eState; in implDetermineState()
125 eState = SvButtonState::Tristate; in implDetermineState()
142 eState = SvButtonState::Tristate; in implDetermineState()
145 eState = SvButtonState::Checked; in implDetermineState()
148 eState = SvButtonState::Unchecked; in implDetermineState()
151 SetCheckButtonState(_pEntry, eState); in implDetermineState()
153 return eState; in implDetermineState()
180 SetCheckButtonState(pChildEntry, eState); in checkedButton_noBroadcast()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/net/
H A DKviDnsResolverNew.cpp36 KviDnsResolver::State eState; member in KviDnsResolverPrivate
50 m_pPrivateData->eState = Idle; in KviDnsResolver()
56 if(m_pPrivateData->eState == Busy) in ~KviDnsResolver()
64 return m_pPrivateData->eState; in state()
69 if(m_pPrivateData->eState == Busy) in lookup()
72 m_pPrivateData->eState = Failure; in lookup()
78 m_pPrivateData->eState = Busy; in lookup()
85 m_pPrivateData->eState = Failure; in lookup()
98 m_pPrivateData->eState = Failure; in slotHostLookupTerminated()
125 m_pPrivateData->eState = Success; in slotHostLookupTerminated()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dview0.cxx361 int eState = STATE_TOGGLE; in ExecViewOptions() local
375 bool bFlag = STATE_ON == eState; in ExecViewOptions()
381 if( STATE_TOGGLE == eState ) in ExecViewOptions()
387 if( STATE_TOGGLE == eState ) in ExecViewOptions()
393 if( STATE_TOGGLE == eState ) in ExecViewOptions()
399 if( STATE_TOGGLE == eState ) in ExecViewOptions()
406 if( STATE_TOGGLE == eState ) in ExecViewOptions()
413 if( STATE_TOGGLE == eState ) in ExecViewOptions()
473 if( STATE_TOGGLE == eState ) in ExecViewOptions()
480 if( STATE_TOGGLE == eState ) in ExecViewOptions()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dview0.cxx366 int eState = STATE_TOGGLE; in ExecViewOptions() local
380 bool bFlag = STATE_ON == eState; in ExecViewOptions()
386 if( STATE_TOGGLE == eState ) in ExecViewOptions()
392 if( STATE_TOGGLE == eState ) in ExecViewOptions()
398 if( STATE_TOGGLE == eState ) in ExecViewOptions()
404 if( STATE_TOGGLE == eState ) in ExecViewOptions()
411 if( STATE_TOGGLE == eState ) in ExecViewOptions()
418 if( STATE_TOGGLE == eState ) in ExecViewOptions()
485 if( STATE_TOGGLE == eState ) in ExecViewOptions()
492 if( STATE_TOGGLE == eState ) in ExecViewOptions()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dglobal2.cxx462 if (eState == minute) in ConvertStringToValue()
473 if (eState < done) in ConvertStringToValue()
476 if (nLimit[eState] && nLimit[eState] < nUnit[eState]) in ConvertStringToValue()
482 switch (eState) in ConvertStringToValue()
515 eState = done; in ConvertStringToValue()
521 eState = static_cast<State>(eState + 1); in ConvertStringToValue()
527 if (eState == blank) in ConvertStringToValue()
533 eState = stop; in ConvertStringToValue()
537 if (eState == month || (eState == day && p <= pLastStart) || in ConvertStringToValue()
538 eState == hour || (eState == minute && p <= pLastStart)) in ConvertStringToValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dglobal2.cxx462 if (eState == minute) in ConvertStringToValue()
473 if (eState < done) in ConvertStringToValue()
476 if (nLimit[eState] && nLimit[eState] < nUnit[eState]) in ConvertStringToValue()
482 switch (eState) in ConvertStringToValue()
515 eState = done; in ConvertStringToValue()
521 eState = static_cast<State>(eState + 1); in ConvertStringToValue()
527 if (eState == blank) in ConvertStringToValue()
533 eState = stop; in ConvertStringToValue()
537 if (eState == month || (eState == day && p <= pLastStart) || in ConvertStringToValue()
538 eState == hour || (eState == minute && p <= pLastStart)) in ConvertStringToValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/textenc/
H A Dconvertiso2022jp.cxx93 ImplIso2022JpToUnicodeState eState in ImplConvertIso2022JpToUnicode() local
112 switch (eState) in ImplConvertIso2022JpToUnicode()
116 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC; in ImplConvertIso2022JpToUnicode()
132 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC; in ImplConvertIso2022JpToUnicode()
160 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC; in ImplConvertIso2022JpToUnicode()
164 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_0208_2; in ImplConvertIso2022JpToUnicode()
222 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022JpToUnicode()
240 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_0208; in ImplConvertIso2022JpToUnicode()
257 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022JpToUnicode()
266 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022JpToUnicode()
[all …]
H A Dconvertiso2022kr.cxx99 ImplIso2022KrToUnicodeState eState in ImplConvertIso2022KrToUnicode() local
118 switch (eState) in ImplConvertIso2022KrToUnicode()
122 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_1001; in ImplConvertIso2022KrToUnicode()
124 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_ESC; in ImplConvertIso2022KrToUnicode()
140 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022KrToUnicode()
144 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_1001_2; in ImplConvertIso2022KrToUnicode()
203 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022KrToUnicode()
219 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022KrToUnicode()
228 eState = IMPL_ISO_2022_KR_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022KrToUnicode()
243 if (eState > IMPL_ISO_2022_KR_TO_UNICODE_STATE_1001 in ImplConvertIso2022KrToUnicode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/textenc/
H A Dconvertiso2022jp.cxx93 ImplIso2022JpToUnicodeState eState in ImplConvertIso2022JpToUnicode() local
112 switch (eState) in ImplConvertIso2022JpToUnicode()
116 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC; in ImplConvertIso2022JpToUnicode()
132 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC; in ImplConvertIso2022JpToUnicode()
160 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ESC; in ImplConvertIso2022JpToUnicode()
164 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_0208_2; in ImplConvertIso2022JpToUnicode()
222 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022JpToUnicode()
240 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_0208; in ImplConvertIso2022JpToUnicode()
257 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022JpToUnicode()
266 eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; in ImplConvertIso2022JpToUnicode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A DWidgetDefinition.cxx29 WidgetDefinitionPart::getStates(ControlType eType, ControlPart ePart, ControlState eState, in getStates() argument
39 && !((state->msEnabled == "true" && eState & ControlState::ENABLED) in getStates()
40 || (state->msEnabled == "false" && !(eState & ControlState::ENABLED)))) in getStates()
43 && !((state->msFocused == "true" && eState & ControlState::FOCUSED) in getStates()
44 || (state->msFocused == "false" && !(eState & ControlState::FOCUSED)))) in getStates()
47 && !((state->msPressed == "true" && eState & ControlState::PRESSED) in getStates()
48 || (state->msPressed == "false" && !(eState & ControlState::PRESSED)))) in getStates()
51 && !((state->msRollover == "true" && eState & ControlState::ROLLOVER) in getStates()
55 && !((state->msDefault == "true" && eState & ControlState::DEFAULT) in getStates()
56 || (state->msDefault == "false" && !(eState & ControlState::DEFAULT)))) in getStates()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A DWidgetDefinition.cxx29 WidgetDefinitionPart::getStates(ControlType eType, ControlPart ePart, ControlState eState, in getStates() argument
39 && !((state->msEnabled == "true" && eState & ControlState::ENABLED) in getStates()
40 || (state->msEnabled == "false" && !(eState & ControlState::ENABLED)))) in getStates()
43 && !((state->msFocused == "true" && eState & ControlState::FOCUSED) in getStates()
44 || (state->msFocused == "false" && !(eState & ControlState::FOCUSED)))) in getStates()
47 && !((state->msPressed == "true" && eState & ControlState::PRESSED) in getStates()
48 || (state->msPressed == "false" && !(eState & ControlState::PRESSED)))) in getStates()
51 && !((state->msRollover == "true" && eState & ControlState::ROLLOVER) in getStates()
55 && !((state->msDefault == "true" && eState & ControlState::DEFAULT) in getStates()
56 || (state->msDefault == "false" && !(eState & ControlState::DEFAULT)))) in getStates()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx567 switch ( eState ) in getFlags()
604 bool bStart = (eState == ssGetChar || eState == ssGetWordFirstChar || in getFlagsExtended()
605 eState == ssRewindFromValue || eState == ssIgnoreLeadingInRewind); in getFlagsExtended()
705 eState = ssGetChar; in parseText()
728 eState = ssBounce; in parseText()
731 if ( eState == ssGetChar || eState == ssRewindFromValue || in parseText()
742 switch (eState) in parseText()
810 eState = ssStop; in parseText()
897 eState = ssGetWord; in parseText()
1010 eState = ssStop; in parseText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx567 switch ( eState ) in getFlags()
604 bool bStart = (eState == ssGetChar || eState == ssGetWordFirstChar || in getFlagsExtended()
605 eState == ssRewindFromValue || eState == ssIgnoreLeadingInRewind); in getFlagsExtended()
705 eState = ssGetChar; in parseText()
728 eState = ssBounce; in parseText()
731 if ( eState == ssGetChar || eState == ssRewindFromValue || in parseText()
742 switch (eState) in parseText()
810 eState = ssStop; in parseText()
897 eState = ssGetWord; in parseText()
1010 eState = ssStop; in parseText()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A DperfTimerANSI.c99 pState->eState = CS_STOPPED; in PerfTimerNew()
133 if (CS_STOPPED != pState->eState) in PerfTimerStart()
148 pState->eState = CS_RUNNING; in PerfTimerStart()
169 if (CS_RUNNING != pState->eState) in PerfTimerStop()
176 pState->eState = CS_STOPPED; in PerfTimerStop()
198 if (CS_STOPPED != pState->eState && CS_RUNNING != pState->eState) in PerfTimerGetResults()
205 if (CS_RUNNING == pState->eState) in PerfTimerGetResults()
247 if (CS_RUNNING != pDestPerfTimer->eState) in PerfTimerCopyStartTime()
253 if (CS_RUNNING != pSrcPerfTimer->eState) in PerfTimerCopyStartTime()

12345678910>>...48