/aoo42x/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 850 class getOption : public ::testing::Test class 874 TEST_F(getOption, getOption_001) in TEST_F() argument 880 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in TEST_F() 890 TEST_F(getOption, getOption_004) in TEST_F() argument 902 TEST_F(getOption, getOption_simple_001) in TEST_F() argument 907 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F() 912 TEST_F(getOption, getOption_simple_002) in TEST_F() argument 917 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in TEST_F() 970 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F() 1027 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F() [all …]
|
H A D | osl_Socket.cxx | 2051 class getOption : public ::testing::Test class 2074 TEST_F(getOption, getOption_001) in TEST_F() argument 2080 sSocket.getOption( osl_Socket_OptionType, pType, sizeof ( sal_Int32 ) ); in TEST_F() 2090 TEST_F(getOption, getOption_004) in TEST_F() argument 2102 TEST_F(getOption, getOption_simple_001) in TEST_F() argument 2107 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDontRoute ) ); in TEST_F() 2112 TEST_F(getOption, getOption_simple_002) in TEST_F() argument 2117 sal_Bool bOK = ( sal_False == sSocket.getOption( osl_Socket_OptionDebug ) ); in TEST_F() 2170 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F() 2227 … sal_Int32 n1 = asAcceptorSocket.getOption( osl_Socket_OptionLinger, &aLingerGet, nBufferLen ); in TEST_F() [all …]
|
/aoo42x/main/vos/source/ |
H A D | socket.cxx | 873 sal_Int32 OSocket::getOption(TSocketOption Option, in getOption() function in OSocket 967 getOption(TOption_Error, &err, sizeof(err)); in clearError() 979 getOption(TOption_Debug, &old, sizeof(old)); in setDebug() 994 getOption(TOption_ReuseAddr, &old, sizeof(old)); in setReuseAddr() 1009 getOption(TOption_KeepAlive, &old, sizeof(old)); in setKeepAlive() 1024 getOption(TOption_DontRoute, &old, sizeof(old)); in setDontRoute() 1039 getOption(TOption_Broadcast, &old, sizeof(old)); in setBroadcast() 1054 getOption(TOption_OOBinLine, &old, sizeof(old)); in setOobinline() 1077 getOption(TOption_Linger, &old, sizeof(old)); in setLinger() 1101 getOption(TOption_SndBuf, &old, sizeof(old)); in setSendBufSize() [all …]
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | rdbmaker.cxx | 90 OString fOption(pOptions->getOption("-FT")); in initFilterTypes() 100 FILE *f = fopen(pOptions->getOption("-F").getStr(), "r"); in initFilterTypes() 321 bootReg = options.getOption("-R"); in main() 359 typeMgr.setBase(options.getOption("-B")); in main() 373 OString fileName = createFileName( options.getOption("-O") ); in main() 386 …OUString fileName( OStringToOUString(createFileName( options.getOption("-O") ), RTL_TEXTENCODING_U… in main() 402 tmpKey.createKey( OStringToOUString(options.getOption("-b"), RTL_TEXTENCODING_UTF8), rootKey); in main() 413 OString tOption(options.getOption("-T")); in main()
|
/aoo42x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbamaker.cxx | 116 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 125 outPath = options.getOption("-O"); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 138 OString corbaHeader = options.getOption("-H"); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 150 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo42x/main/sal/inc/osl/ |
H A D | socket.hxx | 338 inline sal_Int32 Socket::getOption( in getOption() function in osl::Socket 363 inline sal_Int32 Socket::getOption( oslSocketOption option ) const in getOption() function in osl::Socket 366 getOption( option, &n, sizeof( n ) ); in getOption() 386 getOption(osl_Socket_OptionError, &err, sizeof(err)); in clearError()
|
H A D | socket_decl.hxx | 404 inline sal_Int32 SAL_CALL getOption( 464 inline sal_Int32 getOption( oslSocketOption option ) const;
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunomaker.cxx | 112 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 119 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
H A D | cunotype.cxx | 124 outPath = pOptions->getOption("-O"); in dump() 175 outPath = pOptions->getOption("-OC"); in dump() 2532 outPath = pOptions->getOption("-O"); in dump() 2733 outPath = pOptions->getOption("-O"); in dump()
|
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idlmaker.cxx | 112 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 119 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
H A D | idltype.cxx | 67 outPath = pOptions->getOption("-O"); in dump() 1045 outPath = pOptions->getOption("-O"); in dump() 1182 outPath = pOptions->getOption("-O"); in dump()
|
/aoo42x/main/idlc/source/ |
H A D | idlcmain.cxx | 75 outputUrl = convertToFileUrl(options.getOption("-O")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 119 outputFileUrl = convertToFileUrl(options.getOption("-O")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
H A D | idlccompile.cxx | 275 OString dOpt = pOptions->getOption("-D"); in compileFile() 290 OString incOpt = pOptions->getOption("-I"); in compileFile()
|
H A D | options.cxx | 430 const OString& Options::getOption(const OString& option) in getOption() function in Options
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cppumaker.cxx | 174 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 182 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
H A D | cpputype.cxx | 225 outPath = pOptions->getOption("-O"); in dump() 2178 outPath = pOptions->getOption("-O"); in dump()
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | javamaker.cxx | 166 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 173 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | options.cxx | 47 const OString Options::getOption(const OString& option) in getOption() function in Options
|
/aoo42x/main/codemaker/source/codemaker/ |
H A D | options.cxx | 50 const OString Options::getOption(const OString& option) in getOption() function in Options
|
/aoo42x/main/rdbmaker/inc/codemaker/ |
H A D | options.hxx | 82 const ::rtl::OString getOption(const ::rtl::OString& option)
|
/aoo42x/main/codemaker/inc/codemaker/ |
H A D | options.hxx | 72 const ::rtl::OString getOption(const ::rtl::OString& option)
|
/aoo42x/main/idlc/inc/idlc/ |
H A D | options.hxx | 71 const ::rtl::OString& getOption(const ::rtl::OString& option)
|
/aoo42x/main/vos/inc/vos/ |
H A D | socket.hxx | 639 sal_Int32 SAL_CALL getOption(TSocketOption Option,
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1530 const OUString* SharedConfigData::getOption( const OUString& rKey ) const in getOption() function in oox::dump::SharedConfigData 1755 return mxCfgData->getOption( rKey ); in implGetOption()
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 905 const ::rtl::OUString* getOption( const ::rtl::OUString& rKey ) const;
|