/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cppuoptions.cxx | 89 throw IllegalArgument(tmp); in initOptions() 113 throw IllegalArgument(tmp); in initOptions() 137 throw IllegalArgument(tmp); in initOptions() 147 tmp = tmp + ";" + s; in initOptions() 148 m_options["-T"] = tmp; in initOptions() 163 throw IllegalArgument(tmp); in initOptions() 169 throw IllegalArgument(tmp); in initOptions() 184 throw IllegalArgument(tmp); in initOptions() 203 throw IllegalArgument(tmp); in initOptions() 209 throw IllegalArgument(tmp); in initOptions() [all …]
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | rdboptions.cxx | 76 throw IllegalArgument(tmp); in initOptions() 100 throw IllegalArgument(tmp); in initOptions() 124 throw IllegalArgument(tmp); in initOptions() 148 throw IllegalArgument(tmp); in initOptions() 172 throw IllegalArgument(tmp); in initOptions() 196 throw IllegalArgument(tmp); in initOptions() 206 tmp = tmp + ";" + s; in initOptions() 207 m_options["-T"] = tmp; in initOptions() 240 tmp = tmp + ";" + s; in initOptions() 241 m_options["-FT"] = tmp; in initOptions() [all …]
|
/aoo42x/main/shell/source/win32/shlxthandler/ |
H A D | shlxthdl.cxx | 114 tmp.c_str(), in RegisterColumnHandler() 136 std::string tmp; in RegisterInfotipHandler() local 140 tmp = SHELLEX_IID_ENTRY; in RegisterInfotipHandler() 153 std::string tmp; in UnregisterInfotipHandler() local 157 tmp = SHELLEX_IID_ENTRY; in UnregisterInfotipHandler() 166 tmp = SHELLEX_ENTRY; in UnregisterInfotipHandler() 231 std::string tmp; in RegisterThumbviewerHandler() local 235 tmp = SHELLEX_IID_ENTRY; in RegisterThumbviewerHandler() 249 std::string tmp; in UnregisterThumbviewerHandler() local 253 tmp = SHELLEX_IID_ENTRY; in UnregisterThumbviewerHandler() [all …]
|
/aoo42x/main/codemaker/source/cunomaker/ |
H A D | cunooptions.cxx | 80 throw IllegalArgument(tmp); in initOptions() 104 throw IllegalArgument(tmp); in initOptions() 128 throw IllegalArgument(tmp); in initOptions() 152 throw IllegalArgument(tmp); in initOptions() 162 tmp = tmp + ";" + s; in initOptions() 163 m_options["-T"] = tmp; in initOptions() 178 throw IllegalArgument(tmp); in initOptions() 213 throw IllegalArgument(tmp); in initOptions() 219 throw IllegalArgument(tmp); in initOptions() 234 throw IllegalArgument(tmp); in initOptions() [all …]
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | javaoptions.cxx | 82 OString tmp("'-O', please check"); in initOptions() local 88 throw IllegalArgument(tmp); in initOptions() 112 throw IllegalArgument(tmp); in initOptions() 126 throw IllegalArgument(tmp); in initOptions() 146 throw IllegalArgument(tmp); in initOptions() 155 OString tmp(m_options["-T"]); in initOptions() local 156 tmp = tmp + ";" + s; in initOptions() 157 m_options["-T"] = tmp; in initOptions() 174 throw IllegalArgument(tmp); in initOptions() 188 throw IllegalArgument(tmp); in initOptions() [all …]
|
/aoo42x/main/codemaker/source/idlmaker/ |
H A D | idloptions.cxx | 72 OString tmp("'-O', please check"); in initOptions() local 78 throw IllegalArgument(tmp); in initOptions() 96 OString tmp("'-B', please check"); in initOptions() local 102 throw IllegalArgument(tmp); in initOptions() 126 throw IllegalArgument(tmp); in initOptions() 135 OString tmp(m_options["-T"]); in initOptions() local 136 tmp = tmp + ";" + s; in initOptions() 137 m_options["-T"] = tmp; in initOptions() 154 throw IllegalArgument(tmp); in initOptions() 162 OString tmp("'-G', please check"); in initOptions() local [all …]
|
H A D | idltype.cxx | 168 o << "#ifndef " << tmp << "\n#define " << tmp << "\n"; in dumpHeaderDefine() 170 return tmp; in dumpHeaderDefine() 211 o << tmp; in dumpInclude() 421 if ( !tmp.isEmpty() ) in dumpType() 423 tmp = tmp.replace( ' ', '_' ); in dumpType() 424 o << tmp; in dumpType() 660 char tmp[16]; in dumpConstantValue() local 661 snprintf(tmp, sizeof(tmp), "0x%x", (sal_Int8)constValue.m_value.aByte); in dumpConstantValue() 662 o << tmp; in dumpConstantValue() 730 tmp.append(' '); in indent() [all …]
|
/aoo42x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbaoptions.cxx | 72 OString tmp("'-O', please check"); in initOptions() local 78 throw IllegalArgument(tmp); in initOptions() 96 OString tmp("'-H', please check"); in initOptions() local 102 throw IllegalArgument(tmp); in initOptions() 126 throw IllegalArgument(tmp); in initOptions() 150 throw IllegalArgument(tmp); in initOptions() 159 OString tmp(m_options["-T"]); in initOptions() local 160 tmp = tmp + ";" + s; in initOptions() 161 m_options["-T"] = tmp; in initOptions() 170 OString tmp("'-G', please check"); in initOptions() local [all …]
|
/aoo42x/main/unoxml/source/dom/ |
H A D | characterdata.cxx | 98 if ((offset+count) > tmp.getLength()) in deleteData() 99 count = tmp.getLength() - offset; in deleteData() 101 OUString tmp2 = tmp.copy(0, offset); in deleteData() 102 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in deleteData() 170 OUString tmp2 = tmp.copy(0, offset); in insertData() 172 tmp2 += tmp.copy(offset, tmp.getLength() - offset); in insertData() 204 if ((offset+count) > tmp.getLength()) in replaceData() 205 count = tmp.getLength() - offset; in replaceData() 207 OUString tmp2 = tmp.copy(0, offset); in replaceData() 209 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in replaceData() [all …]
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | FormulaCompiler.java | 230 Vector tmp = new Vector(5); in makeExpression() local 235 tmp.add(pt); in makeExpression() 240 tmp.add(pt); in makeExpression() 242 tmp.add(pt); in makeExpression() 250 tmp.add(pt); in makeExpression() 251 tmp.add(tf.getOperatorToken("(",1)); in makeExpression() 254 tmp.addAll(v); in makeExpression() 257 tmp.add(tf.getOperatorToken(",",1)); in makeExpression() 259 tmp.addAll(v); in makeExpression() 262 tmp.add(tf.getOperatorToken(")",1)); in makeExpression() [all …]
|
/aoo42x/main/setup_native/scripts/ |
H A D | install_solaris.sh | 74 UNPACKDIR=/var/tmp/install_$$ 171 cat > /tmp/userinstall_filer.$$ << EOF 198 rm -f /tmp/userinstall_filer.$$ 262 CMD=`/usr/bin/mktemp /tmp/userinstall.XXXXXX` 264 CMD=/tmp/userinstall.$$; echo "" > $CMD 278 rmdir ${INSTALL_ROOT}/tmp 2>/dev/null 279 ln -s ${LOCAL_TMP} ${INSTALL_ROOT}/tmp 287 GETUID_SO=/tmp/getuid.so.$$ 342 rm -f /tmp/.ai.pkg.zone.lock* 349 rm -f ${INSTALL_ROOT}/tmp [all …]
|
/aoo42x/main/l10ntools/source/help/ |
H A D | HelpCompiler.hxx | 78 rtl::OString tmp(in.c_str()); in path() local 85 rtl::OString tmp(FileURL.c_str()); in path() local 86 data = rtl::OStringToOUString(tmp, getThreadTextEncoding()); in path() 94 return std::string(tmp.getStr()); in native_file_string() 107 rtl::OString tmp(rtl::OUStringToOString(data, RTL_TEXTENCODING_UTF8)); in toUTF8() local 108 return std::string(tmp.getStr()); in toUTF8() 116 rtl::OString tmp(in.c_str()); in operator /() local 126 rtl::OString tmp(in); in append() local 169 size_t hash = len, tmp; in operator ()() local 179 tmp = (get16bits (data+2) << 11) ^ hash; in operator ()() [all …]
|
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/adapter/ |
H A D | XInputStreamToInputStreamAdapter.java | 77 byte [][] tmp = new byte [1][1]; in read() 79 long bytesRead = xin.readBytes(tmp, 1); in read() 84 int tmpInt = tmp[0][0]; in read() 98 byte [][] tmp = new byte [1][b.length]; in read() 102 bytesRead = xin.readBytes(tmp, b.length); in read() 108 System.arraycopy(tmp[0], 0, b, 0, b.length); in read() 119 byte [][] tmp = new byte [1][b.length]; in read() 124 bytesRead = xin.readBytes(tmp, av); in read() 127 bytesRead = xin.readBytes(tmp,len); in read() 136 System.arraycopy(tmp[0], 0, b, off, (int)bytesRead); in read() [all …]
|
/aoo42x/main/store/source/ |
H A D | storbase.hxx | 114 T tmp = lhs; lhs = rhs; rhs = tmp; in swap() local 176 SharedCount tmp(rhs); in operator =() local 177 swap(tmp); in operator =() 418 *this = tmp; in link() 545 PageData tmp (rhs); in operator =() local 546 swap (tmp); in operator =() 632 swap(tmp); in operator =() 709 return tmp; in createInstance() 728 this->swap (tmp); in operator =() 901 if (!tmp.get()) in construct() [all …]
|
/aoo42x/main/cpputools/source/registercomponent/ |
H A D | registercomponent.cxx | 238 OString tmp("'-r', please check"); in parseOptions() local 243 throw IllegalArgument(tmp); in parseOptions() 254 throw IllegalArgument(tmp); in parseOptions() 272 OString tmp("'-br', please check"); in parseOptions() local 277 throw IllegalArgument(tmp); in parseOptions() 295 OString tmp("'-c', please check"); in parseOptions() local 300 throw IllegalArgument(tmp); in parseOptions() 322 rOptions.sComponentUrls = tmp; in parseOptions() 340 OString tmp("'-l', please check"); in parseOptions() local 345 throw IllegalArgument(tmp); in parseOptions() [all …]
|
/aoo42x/extras/l10n/source/ |
H A D | prepare_l10n.sh | 4 cat $file | grep -v " en-US " > $file.tmp 5 set lang = `head -1 $file.tmp | cut -f 10` 14 cat header $file.tmp > $file.tmp.tmp 16 cp $file.tmp.tmp $lang/localize.sdf 18 rm $file.tmp $file.tmp.tmp
|
/aoo42x/main/nss/ |
H A D | nss_win.patch | 1234 + b4 = tmp[4U]; 1235 + b0 = tmp[0U]; 1348 + b0 = tmp[0U]; 1349 + b1 = tmp[1U]; 1350 + b2 = tmp[2U]; 1351 + b3 = tmp[3U]; 1352 + b4 = tmp[4U]; 1383 + b4 = tmp[4U]; 1384 + b0 = tmp[0U]; 1677 tmp[0U] = r0; [all …]
|
/aoo42x/main/cppuhelper/test/bootstrap/ |
H A D | bootstrap.test.cxx | 165 char const * tmp = getenv("SOLARVER"); in s_getSDrive() local 166 path += rtl::OUString(tmp, rtl_str_getLength(tmp), RTL_TEXTENCODING_ASCII_US); in s_getSDrive() 169 tmp = getenv("INPATH"); in s_getSDrive() 170 path += rtl::OUString(tmp, rtl_str_getLength(tmp), RTL_TEXTENCODING_ASCII_US); in s_getSDrive() 179 tmp = getenv("UPDMINOREXT"); in s_getSDrive() 180 if (tmp) in s_getSDrive() 181 path += rtl::OUString(tmp, rtl_str_getLength(tmp), RTL_TEXTENCODING_ASCII_US); in s_getSDrive()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforquery.cxx | 113 rtl::OUString tmp(query.copy( 0,idx )); in ResultSetForQuery() local 114 rtl:: OUString toliterate = tmp; in ResultSetForQuery() 118 tmp,0,tmp.getLength(),aSeq); in ResultSetForQuery() 237 rtl::OString tmp(rtl::OUStringToOString( aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() local 238 … fprintf( pFile, "Dir %d, Query %d, Item: score=%f, URL=%s\n", iDir, i, fScore, tmp.getStr() ); in ResultSetForQuery() 287 rtl::OString tmp(rtl::OUStringToOString( aItemCopy.m_aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() local 288 …pass), Item %d: score=%f (%f), URL=%s\n", n, i, aItemCopy.m_fScore, rItem.m_fScore, tmp.getStr() ); in ResultSetForQuery() 304 rtl::OString tmp(rtl::OUStringToOString( aItemCopy.m_aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() local 306 … rFindItem.m_fScore, aItemCopy.m_fScore, rFindItem.m_fScore + aItemCopy.m_fScore, tmp.getStr() ); in ResultSetForQuery() 358 rtl::OString tmp(rtl::OUStringToOString(rItem.m_aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() local [all …]
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 543 char tmp[1024]; in printArray() local 1042 CY tmp = *val; in inoutCurrency() local 1044 m_cy = tmp; in inoutCurrency() 1062 DATE tmp = *val; in inoutDate() local 1064 m_date = tmp; in inoutDate() 1107 DECIMAL tmp; in inoutDecimal() local 1108 tmp = * val; in inoutDecimal() 1110 m_decimal = tmp; in inoutDecimal() 1140 SCODE tmp = *val; in inoutSCode() local 1142 m_scode = tmp; in inoutSCode() [all …]
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | JavaScriptIterator.java | 124 FileObject tmp = result.getPrimaryFile(); in instantiate() local 125 if (tmp.getExt().equals("java")) { in instantiate() 127 PackageRemover.removeDeclaration(FileUtil.toFile(tmp)); in instantiate() 131 tmp.rename(tmp.lock(), tmp.getName(), tmp.getExt()); in instantiate() 136 tmp.getNameExt() + in instantiate()
|
/aoo42x/main/idlc/source/ |
H A D | aststack.cxx | 71 AstScope *tmp, *retval; in nextToTop() local 76 tmp = top(); // Save top in nextToTop() 79 (void) push(tmp); // Push top back in nextToTop() 95 AstScope **tmp; in push() local 105 tmp = (AstScope**)rtl_allocateZeroMemory(sizeof(AstScope*) * newSize); in push() 108 tmp[i] = m_stack[i]; in push() 111 m_stack = tmp; in push()
|
/aoo42x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1121 m_int8 = tmp; in testinout_methodByte() 1127 m_float = tmp; in testinout_methodFloat() 1132 double tmp = rOut; in testinout_methodDouble() local 1134 m_double = tmp; in testinout_methodDouble() 1140 m_bool = tmp; in testinout_methodBool() 1146 m_int16 = tmp; in testinout_methodShort() 1158 m_int32 = tmp; in testinout_methodLong() 1170 m_int64 = tmp; in testinout_methodHyper() 1190 m_char = tmp; in testinout_methodChar() 1196 m_any = tmp; in testinout_methodAny() [all …]
|
/aoo42x/main/store/workben/ |
H A D | t_page.cxx | 43 T tmp = rhs; rhs = lhs; lhs = tmp; in swap() local 116 SharedCount tmp(rhs); in operator =() local 281 PageAllocator tmp (rhs); in operator =() local 341 PageHolder tmp (rhs); in operator =() local 385 return tmp; in construct() 405 this->swap(tmp); in operator =() 908 T tmp (m_value); in reset() local 909 if (tmp != value) in reset() 910 destructor_type()(tmp); in reset() 915 T tmp (m_value); in release() local [all …]
|
/aoo42x/main/sal/osl/unx/ |
H A D | process.c | 1161 char* tmp=NULL; in osl_getProcStat() local 1172 tmp = strrchr(prstatbuf, ')'); in osl_getProcStat() 1173 *tmp = '\0'; in osl_getProcStat() 1177 sscanf(tmp + 2, in osl_getProcStat() 1215 char* tmp=NULL; in osl_getProcStatus() local 1227 tmp = strstr(prstatusbuf,"Uid:"); in osl_getProcStatus() 1228 if(tmp) in osl_getProcStatus() 1237 if(tmp) in osl_getProcStatus() 1245 if(tmp) in osl_getProcStatus() 1247 sscanf(tmp, in osl_getProcStatus() [all …]
|