Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 66) sorted by last modified time

123

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java184 int code = execScript(content, output, output); in execScript() local
262 int code = process.waitFor(); in exec() local
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx348 unsigned char * codeSnippet( in codeSnippet()
538 Slot ** slots, unsigned char * code, in addLocalFunctions()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx494 unsigned char *code, bool oldEncoding) in decodeMasterPassword()
537 unsigned char code[RTL_DIGEST_LENGTH_MD5]; in DecodePasswords() local
592 unsigned char code[RTL_DIGEST_LENGTH_MD5]; in EncodePasswords() local
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx457 unsigned char * codeSnippet( unsigned char * code, in codeSnippet()
510 Slot ** slots, unsigned char * code, /*sal_PtrDiff writetoexecdiff,*/ in addLocalFunctions()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx348 unsigned char * code = codeBegin; in createVtables() local
/trunk/main/sane/inc/
H A Dsane.h35 #define SANE_VERSION_MAJOR(code) ((((SANE_Word)(code)) >> 24) & 0xff) argument
36 #define SANE_VERSION_MINOR(code) ((((SANE_Word)(code)) >> 16) & 0xff) argument
37 #define SANE_VERSION_BUILD(code) ((((SANE_Word)(code)) >> 0) & 0xffff) argument
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx117 static inline void emit_ldarg( Emit::ILGenerator * code, ::System::Int32 index ) in emit_ldarg()
414 Emit::ILGenerator * code = ctor_builder->GetILGenerator(); in get_type_Exception() local
473 Emit::ILGenerator * code = ctor_builder->GetILGenerator(); in get_type_RuntimeException() local
1337 Emit::ILGenerator * code = ctor_builder->GetILGenerator(); in complete_struct_type() local
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py246 def ensureSourceState( code ): argument
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java302 private int code = -1; field in VclHookException
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java152 String code = fragment.toString(); in scan() local
H A DVclExplorer.java372 private void doInsertCode(String code) { in doInsertCode()
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.java49 private static void printUsage(String msg, int code) { in printUsage()
143 int code = 0; in main() local
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx106 sal_Int32 code; member
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx1361 int code = ok; /* return code from each of the parsing routines */ in parseFile() local
H A DparseAFM.hxx212 int code, /* key: C */ member
H A Dfontmanager.cxx1103 sal_Unicode code = 0xf000 + pChar->code; in readAfmMetrics() local
3013 sal_Unicode code = pCharacters[i]; in hasVerticalSubstitutions() local
3155 sal_Unicode code = minCharacter; in getMetrics() local
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.hxx69 sal_Int32 code() const { return n_err; } in code() function in ftp::curl_exception
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java124 int code = 0; in tearDown() local
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx1056 String Ww1Assoc::GetStr(sal_uInt16 code) in GetStr()
/trunk/main/shell/source/unix/misc/
H A Dgnome-open-url.c37 int code; member
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx109 #define ANY_MODIFIER(code) \ argument
/trunk/main/sc/workben/celltrans/
H A Dparse.py26 def getLocaleName (code): argument
/trunk/main/sal/osl/w32/
H A Dprocess.cxx545 oslDescriptorType code = osl_Process_TypeSocket; in osl_sendResourcePipe() local
604 oslDescriptorType code = osl_Process_TypeNone; in osl_receiveResourcePipe() local
/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx388 PyRef code( PyDict_GetItemString( r.getImpl()->cargo->getUnoModule().get(), (char*)clazz ) ); in callCtor() local

Completed in 222 milliseconds

123