Home
last modified time | relevance | path

Searched refs:eOption (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/hllib/HLLib/
H A DHLLib.h69 HLLIB_API hlBool hlGetBoolean(HLOption eOption);
71 HLLIB_API hlVoid hlSetBoolean(HLOption eOption, hlBool bValue);
73 HLLIB_API hlInt hlGetInteger(HLOption eOption);
75 HLLIB_API hlVoid hlSetInteger(HLOption eOption, hlInt iValue);
77 HLLIB_API hlUInt hlGetUnsignedInteger(HLOption eOption);
81 HLLIB_API hlLongLong hlGetLongLong(HLOption eOption);
85 HLLIB_API hlULongLong hlGetUnsignedLongLong(HLOption eOption);
89 HLLIB_API hlFloat hlGetFloat(HLOption eOption);
91 HLLIB_API hlVoid hlSetFloat(HLOption eOption, hlFloat fValue);
93 HLLIB_API const hlChar *hlGetString(HLOption eOption);
[all …]
H A DHLLib.cpp136 hlGetBooleanValidate(eOption, &bValue); in hlGetBoolean()
142 switch(eOption) in hlGetBooleanValidate()
163 switch(eOption) in hlSetBoolean()
180 hlGetIntegerValidate(eOption, &iValue); in hlGetInteger()
206 switch(eOption) in hlGetUnsignedIntegerValidate()
304 switch(eOption) in hlGetUnsignedLongLongValidate()
370 hlGetFloatValidate(eOption, &fValue); in hlGetFloat()
393 switch(eOption) in hlGetStringValidate()
423 hlGetVoidValidate(eOption, &lpValue); in hlGetVoid()
429 switch(eOption) in hlGetVoidValidate()
[all …]
/dports/archivers/hlextract/HLLib/
H A DHLLib.h69 HLLIB_API hlBool hlGetBoolean(HLOption eOption);
71 HLLIB_API hlVoid hlSetBoolean(HLOption eOption, hlBool bValue);
73 HLLIB_API hlInt hlGetInteger(HLOption eOption);
75 HLLIB_API hlVoid hlSetInteger(HLOption eOption, hlInt iValue);
77 HLLIB_API hlUInt hlGetUnsignedInteger(HLOption eOption);
81 HLLIB_API hlLongLong hlGetLongLong(HLOption eOption);
85 HLLIB_API hlULongLong hlGetUnsignedLongLong(HLOption eOption);
89 HLLIB_API hlFloat hlGetFloat(HLOption eOption);
91 HLLIB_API hlVoid hlSetFloat(HLOption eOption, hlFloat fValue);
93 HLLIB_API const hlChar *hlGetString(HLOption eOption);
[all …]
H A DHLLib.cpp136 hlGetBooleanValidate(eOption, &bValue); in hlGetBoolean()
142 switch(eOption) in hlGetBooleanValidate()
163 switch(eOption) in hlSetBoolean()
180 hlGetIntegerValidate(eOption, &iValue); in hlGetInteger()
206 switch(eOption) in hlGetUnsignedIntegerValidate()
304 switch(eOption) in hlGetUnsignedLongLongValidate()
370 hlGetFloatValidate(eOption, &fValue); in hlGetFloat()
393 switch(eOption) in hlGetStringValidate()
423 hlGetVoidValidate(eOption, &lpValue); in hlGetVoid()
429 switch(eOption) in hlGetVoidValidate()
[all …]
/dports/games/hllib/HLExtract.Net/
H A DHLLib.cs418 if (IsWow64()) return x64.hlGetBoolean(eOption); else return x86.hlGetBoolean(eOption); in hlGetBoolean()
426 if (IsWow64()) x64.hlSetBoolean(eOption, bValue); else x86.hlSetBoolean(eOption, bValue); in hlSetBoolean()
431 if (IsWow64()) return x64.hlGetInteger(eOption); else return x86.hlGetInteger(eOption); in hlGetInteger()
439 if (IsWow64()) x64.hlSetInteger(eOption, iValue); else x86.hlSetInteger(eOption, iValue); in hlSetInteger()
457 if (IsWow64()) return x64.hlGetLong(eOption); else return x86.hlGetLong(eOption); in hlGetLong()
465 if (IsWow64()) x64.hlSetLong(eOption, iValue); else x86.hlSetLong(eOption, iValue); in hlSetLong()
483 if (IsWow64()) return x64.hlGetFloat(eOption); else return x86.hlGetFloat(eOption); in hlGetFloat()
491 if (IsWow64()) x64.hlSetFloat(eOption, pValue); else x86.hlSetFloat(eOption, pValue); in hlSetFloat()
506 if (IsWow64()) x64.hlSetString(eOption, lpValue); else x86.hlSetString(eOption, lpValue); in hlSetString()
511 if (IsWow64()) return x64.hlGetVoid(eOption); else return x86.hlGetVoid(eOption); in hlGetVoid()
[all …]
/dports/archivers/hlextract/HLExtract.Net/
H A DHLLib.cs418 if (IsWow64()) return x64.hlGetBoolean(eOption); else return x86.hlGetBoolean(eOption); in hlGetBoolean()
426 if (IsWow64()) x64.hlSetBoolean(eOption, bValue); else x86.hlSetBoolean(eOption, bValue); in hlSetBoolean()
431 if (IsWow64()) return x64.hlGetInteger(eOption); else return x86.hlGetInteger(eOption); in hlGetInteger()
439 if (IsWow64()) x64.hlSetInteger(eOption, iValue); else x86.hlSetInteger(eOption, iValue); in hlSetInteger()
457 if (IsWow64()) return x64.hlGetLong(eOption); else return x86.hlGetLong(eOption); in hlGetLong()
465 if (IsWow64()) x64.hlSetLong(eOption, iValue); else x86.hlSetLong(eOption, iValue); in hlSetLong()
483 if (IsWow64()) return x64.hlGetFloat(eOption); else return x86.hlGetFloat(eOption); in hlGetFloat()
491 if (IsWow64()) x64.hlSetFloat(eOption, pValue); else x86.hlSetFloat(eOption, pValue); in hlSetFloat()
506 if (IsWow64()) x64.hlSetString(eOption, lpValue); else x86.hlSetString(eOption, lpValue); in hlSetString()
511 if (IsWow64()) return x64.hlGetVoid(eOption); else return x86.hlGetVoid(eOption); in hlGetVoid()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DC4InputValidation.cpp25 bool ValidateString(char *szString, ValidationOption eOption, size_t iMaxSize) in ValidateString() argument
29 bool fInvalid = ValidateString(buf, eOption); in ValidateString()
34 bool ValidateString(StdStrBuf &rsString, ValidationOption eOption) in ValidateString() argument
42 if (eOption != VAL_NameAllowEmpty && eOption != VAL_NameExAllowEmpty && eOption != VAL_Comment) in ValidateString()
48 switch (eOption) in ValidateString()
77 if (eOption != VAL_FullPath) in ValidateString()
95 …if (eOption == VAL_NameNoEmpty) if (!rsString.getLength()) { fValid = false; rsString.Copy("Unknow… in ValidateString()
105 …if (eOption == VAL_NameExNoEmpty) if (!rsString.getLength()) { fValid = false; rsString.Copy("Unkn… in ValidateString()
165 switch (eOption) in ValidateString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dsecurityoptions.cxx418 switch( eOption ) in GetOption()
640 switch(eOption) in IsReadOnly()
747 if( GetOption( eOption, pValue, pRO ) && !*pRO && *pValue != bValue) in SetOption()
814 bool SvtSecurityOptions::IsReadOnly( EOption eOption ) const in IsReadOnly()
817 return m_pImpl->IsReadOnly(eOption); in IsReadOnly()
908 bool SvtSecurityOptions::IsOptionSet( EOption eOption ) const in IsOptionSet()
911 return m_pImpl->IsOptionSet( eOption ); in IsOptionSet()
914 void SvtSecurityOptions::SetOption( EOption eOption, bool bValue ) in SetOption() argument
917 m_pImpl->SetOption( eOption, bValue ); in SetOption()
920 bool SvtSecurityOptions::IsOptionEnabled( EOption eOption ) const in IsOptionEnabled()
[all …]
H A Dcmdoptions.cxx118 bool HasEntries ( SvtCommandOptions::CmdOption eOption ) const;
238 bool SvtCommandOptions_Impl::HasEntries( SvtCommandOptions::CmdOption eOption ) const in HasEntries()
240 if ( eOption == SvtCommandOptions::CMDOPTION_DISABLED ) in HasEntries()
322 bool SvtCommandOptions::HasEntries( CmdOption eOption ) const in HasEntries()
325 return m_pImpl->HasEntries( eOption ); in HasEntries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dsecurityoptions.cxx508 switch( eOption ) in GetOption()
761 switch(eOption) in IsReadOnly()
883 if( GetOption( eOption, pValue, pRO ) && !*pRO && *pValue != bValue) in SetOption()
954 bool SvtSecurityOptions::IsReadOnly( EOption eOption ) const in IsReadOnly()
957 return m_pImpl->IsReadOnly(eOption); in IsReadOnly()
1050 bool SvtSecurityOptions::IsOptionSet( EOption eOption ) const in IsOptionSet()
1053 return m_pImpl->IsOptionSet( eOption ); in IsOptionSet()
1056 void SvtSecurityOptions::SetOption( EOption eOption, bool bValue ) in SetOption() argument
1059 m_pImpl->SetOption( eOption, bValue ); in SetOption()
1062 bool SvtSecurityOptions::IsOptionEnabled( EOption eOption ) const in IsOptionEnabled()
[all …]
H A Dcmdoptions.cxx114 bool HasEntries ( SvtCommandOptions::CmdOption eOption ) const;
234 bool SvtCommandOptions_Impl::HasEntries( SvtCommandOptions::CmdOption eOption ) const in HasEntries()
236 if ( eOption == SvtCommandOptions::CMDOPTION_DISABLED ) in HasEntries()
318 bool SvtCommandOptions::HasEntries( CmdOption eOption ) const in HasEntries()
321 return m_pImpl->HasEntries( eOption ); in HasEntries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/optdlg/
H A Dtpview.cxx236 ScViewOption eOption = VOPT_FORMULAS; in IMPL_LINK() local
239 if (m_xFormulaCB.get() == &rBtn ) eOption = VOPT_FORMULAS; in IMPL_LINK()
240 else if ( m_xNilCB.get() == &rBtn ) eOption = VOPT_NULLVALS; in IMPL_LINK()
241 else if ( m_xAnnotCB.get() == &rBtn ) eOption = VOPT_NOTES; in IMPL_LINK()
242 else if ( m_xValueCB.get() == &rBtn ) eOption = VOPT_SYNTAX; in IMPL_LINK()
243 else if ( m_xAnchorCB.get() == &rBtn ) eOption = VOPT_ANCHOR; in IMPL_LINK()
245 else if ( m_xVScrollCB.get() == &rBtn ) eOption = VOPT_VSCROLL; in IMPL_LINK()
246 else if ( m_xHScrollCB.get() == &rBtn ) eOption = VOPT_HSCROLL; in IMPL_LINK()
248 else if ( m_xOutlineCB.get() == &rBtn ) eOption = VOPT_OUTLINER; in IMPL_LINK()
249 else if ( m_xBreakCB.get() == &rBtn ) eOption = VOPT_PAGEBREAKS; in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dsecurityoptions.hxx107 bool IsReadOnly( EOption eOption ) const;
178 bool IsOptionSet ( EOption eOption ) const;
179 void SetOption ( EOption eOption, bool bValue );
180 bool IsOptionEnabled ( EOption eOption ) const;
H A Dcmdoptions.hxx78 bool HasEntries( CmdOption eOption ) const;
88 bool Lookup( CmdOption eOption, const OUString& aCommandURL ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/optdlg/
H A Dtpview.cxx246 ScViewOption eOption = VOPT_FORMULAS; in IMPL_LINK() local
249 if (m_xFormulaCB.get() == &rBtn ) eOption = VOPT_FORMULAS; in IMPL_LINK()
250 else if ( m_xNilCB.get() == &rBtn ) eOption = VOPT_NULLVALS; in IMPL_LINK()
251 else if ( m_xAnnotCB.get() == &rBtn ) eOption = VOPT_NOTES; in IMPL_LINK()
252 else if ( m_xValueCB.get() == &rBtn ) eOption = VOPT_SYNTAX; in IMPL_LINK()
253 else if ( m_xAnchorCB.get() == &rBtn ) eOption = VOPT_ANCHOR; in IMPL_LINK()
255 else if ( m_xVScrollCB.get() == &rBtn ) eOption = VOPT_VSCROLL; in IMPL_LINK()
256 else if ( m_xHScrollCB.get() == &rBtn ) eOption = VOPT_HSCROLL; in IMPL_LINK()
258 else if ( m_xOutlineCB.get() == &rBtn ) eOption = VOPT_OUTLINER; in IMPL_LINK()
259 else if ( m_xBreakCB.get() == &rBtn ) eOption = VOPT_PAGEBREAKS; in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dsecurityoptions.hxx92 bool IsReadOnly( EOption eOption ) const;
163 bool IsOptionSet ( EOption eOption ) const;
164 void SetOption ( EOption eOption, bool bValue );
165 bool IsOptionEnabled ( EOption eOption ) const;
H A Dcmdoptions.hxx86 bool HasEntries(CmdOption eOption) const;
96 bool Lookup(CmdOption eOption, const OUString& aCommandURL) const;
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dmain.c2324 switch (eOption) in eval_arg()
2547 switch(eOption) in eval_arg()
2587 if (cSwapTime == eOption) in eval_arg()
2763 switch (eOption) in eval_arg()
3323 eOption = cArgument; in getargs()
3333 eOption = cUnknown; in getargs()
3356 eOption = cUnknown; in getargs()
3364 eOption = cArgument; in getargs()
3370 eOption = cUnknown; in getargs()
3375 if (cUnknown == eOption) in getargs()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dsecurityoptions.cxx27 SvtSecurityOptions::EOption eOption, in enableAndSet() argument
30 bool bEnable = rOptions.IsOptionEnabled(eOption); in enableAndSet()
33 rCheckBox.set_active(rOptions.IsOptionSet(eOption)); in enableAndSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dsecurityoptions.cxx27 SvtSecurityOptions::EOption eOption, in enableAndSet() argument
30 bool bEnable = rOptions.IsOptionEnabled(eOption); in enableAndSet()
33 rCheckBox.set_active(rOptions.IsOptionSet(eOption)); in enableAndSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dtabprotection.hxx126 bool isOptionEnabled(Option eOption) const;
127 void setOption(Option eOption, bool bEnabled);
210 bool isOptionEnabled(Option eOption) const;
211 void setOption(Option eOption, bool bEnabled);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dtabprotection.hxx127 bool isOptionEnabled(Option eOption) const;
128 void setOption(Option eOption, bool bEnabled);
211 bool isOptionEnabled(Option eOption) const;
212 void setOption(Option eOption, bool bEnabled);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtabprotection.cxx603 bool ScDocProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
605 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
608 void ScDocProtection::setOption(Option eOption, bool bEnabled) in setOption() argument
610 mpImpl->setOption(eOption, bEnabled); in setOption()
688 bool ScTableProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
690 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
693 void ScTableProtection::setOption(Option eOption, bool bEnabled) in setOption() argument
695 mpImpl->setOption(eOption, bEnabled); in setOption()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtabprotection.cxx603 bool ScDocProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
605 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
608 void ScDocProtection::setOption(Option eOption, bool bEnabled) in setOption() argument
610 mpImpl->setOption(eOption, bEnabled); in setOption()
688 bool ScTableProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
690 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
693 void ScTableProtection::setOption(Option eOption, bool bEnabled) in setOption() argument
695 mpImpl->setOption(eOption, bEnabled); in setOption()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/config/
H A Dcjkoptions.cxx82 bool IsReadOnly(SvtCJKOptions::EOption eOption) const;
353 bool SvtCJKOptions_Impl::IsReadOnly(SvtCJKOptions::EOption eOption) const in IsReadOnly()
356 switch(eOption) in IsReadOnly()
462 bool SvtCJKOptions::IsReadOnly(EOption eOption) const in IsReadOnly()
465 return pImpl->IsReadOnly(eOption); in IsReadOnly()

123