Home
last modified time | relevance | path

Searched refs:Option (Results 1 – 25 of 102) sorted by relevance

12345

/aoo41x/main/sw/source/ui/app/
H A Derror.src94Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern …
95Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern …
96Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern …
97Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in WinWord die Option 'Schnellspeichern …
/aoo41x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java46 Option[] opts = new Option[2]; in main()
47 opts[0] = new Option("--help", "-h", false); in main()
48 opts[1] = new Option("--accept", "-a", true); in main()
62 static boolean parseOptions(String[] args, Option[] inout_options) { in parseOptions()
69 Option currentOpt = null; in parseOptions()
92 for (Option o : inout_options) { in parseOptions()
188 class Option { class
190 Option(String _sLong, String _sShort, boolean _bHasValue) { in Option() method in Option
/aoo41x/main/sc/inc/
H A Dtabprotection.hxx84 enum Option enum in ScDocProtection
108 bool isOptionEnabled(Option eOption) const;
109 void setOption(Option eOption, bool bEnabled);
128 enum Option enum in ScTableProtection
165 bool isOptionEnabled(Option eOption) const;
166 void setOption(Option eOption, bool bEnabled);
/aoo41x/main/sc/source/core/data/
H A Dtabprotection.cxx341 bool ScDocProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
346 void ScDocProtection::setOption(Option eOption, bool bEnabled) in setOption()
416 bool ScTableProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
421 void ScTableProtection::setOption(Option eOption, bool bEnabled) in setOption()
/aoo41x/main/unixODBC/inc/
H A Dsql.h940 SQLUSMALLINT Option);
953 SQLUSMALLINT Option,
1042 SQLUSMALLINT Option,
1081 SQLUSMALLINT Option,
1127 SQLUSMALLINT Option,
/aoo41x/main/sal/inc/osl/
H A Dsocket.hxx339 oslSocketOption Option, in getOption() argument
344 return osl_getSocketOption( m_handle, Level, Option, pBuffer , BufferLen ); in getOption()
348 inline sal_Bool Socket::setOption( oslSocketOption Option, in setOption() argument
353 return osl_setSocketOption( m_handle, Level, Option , pBuffer, BufferLen ); in setOption()
H A Dsocket_decl.hxx405 oslSocketOption Option,
451 inline sal_Bool SAL_CALL setOption( oslSocketOption Option,
H A Dsocket.h721 oslSocketOption Option,
747 oslSocketOption Option,
/aoo41x/main/extensions/source/dbpilots/
H A Dgroupboxpages.src75 Text [ en-US ] = "~Option fields";
180 Text [ en-US ] = "~Option fields";
199 Text [ en-US ] = "Create Option Group";
/aoo41x/main/vos/source/
H A Dsocket.cxx873 sal_Int32 OSocket::getOption(TSocketOption Option, in getOption() argument
884 (oslSocketOption)Option, in getOption()
895 sal_Bool OSocket::setOption(TSocketOption Option, in setOption() argument
906 (oslSocketOption)Option, in setOption()
/aoo41x/main/sal/osl/w32/
H A Dsocket.cxx1727 oslSocketOption Option, in osl_getSocketOption() argument
1736 OPTION_TO_NATIVE(Option), in osl_getSocketOption()
1752 oslSocketOption Option, in osl_setSocketOption() argument
1761 OPTION_TO_NATIVE(Option), in osl_setSocketOption()
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx638 sal_Int32 SAL_CALL getOption(TSocketOption Option,
683 sal_Bool SAL_CALL setOption(TSocketOption Option,
/aoo41x/main/sal/osl/os2/
H A Dsocket.c2726 oslSocketOption Option, in osl_getSocketOption() argument
2740 OPTION_TO_NATIVE(Option), in osl_getSocketOption()
2756 oslSocketOption Option, in osl_setSocketOption() argument
2772 OPTION_TO_NATIVE(Option), in osl_setSocketOption()
/aoo41x/main/sal/osl/unx/
H A Dsocket.c2694 oslSocketOption Option, in osl_getSocketOption() argument
2710 OPTION_TO_NATIVE(Option), in osl_getSocketOption()
2726 oslSocketOption Option, in osl_setSocketOption() argument
2742 OPTION_TO_NATIVE(Option), in osl_setSocketOption()
/aoo41x/main/basic/source/comp/
H A Dparser.cxx90 { OPTION, &SbiParser::Option, Y, N, }, // OPTION
751 void SbiParser::Option() in Option() function in SbiParser
/aoo41x/main/basic/source/inc/
H A Dparser.hxx126 void Option(); // OPTION
/aoo41x/main/sd/res/webview/
H A Dwebview.asp2 Option Explicit
H A Dpoll.asp2 Option Explicit
H A Dsavepic.asp2 Option Explicit
H A Dshow.asp2 Option Explicit
H A Deditpic.asp2 Option Explicit
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dprotectiondlg.cxx36 static const ScTableProtection::Option aOptions[] = {
/aoo41x/main/migrationanalysis/src/wizard/
H A DWizard.Dsr43 Option Explicit
/aoo41x/main/extensions/source/propctrlr/
H A Dpcrmiscres.src109 Text [ en-US ] = "Option Button" ;
/aoo41x/main/extensions/workben/
H A Dtestpgp.cxx587 enum Option in main() enum

Completed in 265 milliseconds

12345