/aoo42x/main/scripting/source/runtimemgr/ |
H A D | ScriptNameResolverImpl.cxx | 146 OUString temp = OUSTR( in resolve() local 299 OUString temp = OUSTR( in resolve() local 306 OUString temp = OUSTR( in resolve() local 313 OUString temp = OUSTR( in resolve() local 320 OUString temp = OUSTR( in resolve() local 332 OUString temp = OUSTR( in resolve() local 343 OUString temp = OUSTR( in resolve() local 450 OUString temp = OUSTR( 458 OUString temp = OUSTR( 466 OUString temp = OUSTR( [all …]
|
H A D | ScriptRuntimeManager.cxx | 111 OUString temp = OUSTR( "ScriptRuntimeManager::GetScriptRuntime: " ); in getScriptRuntime() local 226 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke() 233 throw script::CannotConvertException( temp.concat( cce.Message ), in invoke() 247 throw RuntimeException( temp.concat( e.Message ), in invoke() 253 throw RuntimeException( temp.concat( e.Message ), in invoke() 259 throw RuntimeException( temp.concat( re.Message ), in invoke() 265 throw RuntimeException( temp.concat( e.Message ), in invoke() 299 OUString temp = in resolve() local 301 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in resolve() 308 throw script::CannotConvertException( temp.concat( cce.Message ), in resolve() [all …]
|
H A D | StorageBridge.cxx | 61 OUString temp = OUSTR( "StorageBridge::StorageBridge(salIn32&): " ); in StorageBridge() local 62 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() ); in StorageBridge() 73 Reference< XInterface > temp( m_xContext->getValueByName( in initStorage() local 81 OUString temp = OUSTR( "StorageBridge::StorageBridge: " ); in initStorage() local 82 throw RuntimeException( temp.concat( re.Message ), Reference< XInterface >() ); in initStorage() 86 OUString temp = OUSTR( "StorageBridge::StorageBridge: " ); in initStorage() local 87 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in initStorage() 104 OUString temp = OUSTR( "StorageBridge::getScriptLogicalNames: " ); in getScriptLogicalNames() local 105 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptLogicalNames() 123 OUString temp = OUSTR( "StorageBridge::getImplementations: " ); in getImplementations() local [all …]
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WsePara.java | 84 leftIndent = (byte) temp; in WsePara() 90 rightIndent = (byte) temp; in WsePara() 96 firstIndent = (byte) temp; in WsePara() 102 spaceBefore = (byte) temp; in WsePara() 108 spaceAfter = (byte) temp; in WsePara() 249 double temp; in makeStyle() local 251 temp = leftIndent / 1.6; in makeStyle() 254 temp = rightIndent / 1.6; in makeStyle() 257 temp = firstIndent / 1.6; in makeStyle() 269 temp = spaceBefore / 1.6; in makeStyle() [all …]
|
/aoo42x/main/extensions/source/macosx/spotlight/ |
H A D | OOoSpotlightImporter.m | 41 NSMutableDictionary *temp = [NSMutableDictionary new]; 42 [temp setObject:@"OpenOffice.org 1.0 Text" forKey:@"org.openoffice.text"]; 43 [temp setObject:@"OpenDocument Text" forKey:@"org.oasis.opendocument.text"]; 48 [temp setObject:@"OpenOffice.org 1.0 Drawing" forKey:@"org.openoffice.graphics"]; 49 [temp setObject:@"OpenDocument Drawing" forKey:@"org.oasis.opendocument.graphics"]; 50 [temp setObject:@"OpenOffice.org 1.0 Master" forKey:@"org.openoffice.text-master"]; 52 [temp setObject:@"OpenOffice.org 1.0 Formula" forKey:@"org.openoffice.formula"]; 53 [temp setObject:@"OpenDocument Formula" forKey:@"org.oasis.opendocument.formula"]; 63 [temp setObject:@"OpenDocument Chart" forKey:@"org.oasis.opendocument.chart"]; 65 uti2kind = [[NSDictionary dictionaryWithDictionary:temp] retain]; [all …]
|
H A D | OOoMetaDataParser.m | 38 NSMutableSet *temp = [NSMutableSet new]; 39 [temp addObject:@"dc:title"]; 40 [temp addObject:@"dc:description"]; 41 [temp addObject:@"meta:user-defined"]; 45 [temp removeAllObjects]; 46 [temp addObject:@"dc:subject"]; 47 [temp addObject:@"meta:keyword"]; 48 [temp addObject:@"meta:initial-creator"]; 49 [temp addObject:@"dc:creator"]; 50 multiValueXMLElements = [[NSSet setWithSet:temp] retain]; [all …]
|
/aoo42x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 466 sal_Int32 temp = 0; in InitExportParameters() local 477 sal_Int32 temp = 0; in InitExportParameters() local 495 sal_Int32 temp = 0; in InitExportParameters() local 501 sal_Int32 temp = 0; in InitExportParameters() local 511 mbNotes = temp; in InitExportParameters() 544 mbDownload = temp; in InitExportParameters() 560 sal_Int32 temp = 0; in InitExportParameters() local 562 maBackColor = temp; in InitExportParameters() 567 sal_Int32 temp = 0; in InitExportParameters() local 569 maTextColor = temp; in InitExportParameters() [all …]
|
/aoo42x/main/crashrep/source/unx/ |
H A D | main.cxx | 126 string temp = rString; in trim_string() local 128 while ( temp.length() && (temp[0] == ' ' || temp[0] == '\t') ) in trim_string() 129 temp.erase( 0, 1 ); in trim_string() 131 string::size_type len = temp.length(); in trim_string() 133 while ( len && (temp[len-1] == ' ' || temp[len-1] == '\t') ) in trim_string() 135 temp.erase( len - 1, 1 ); in trim_string() 136 len = temp.length(); in trim_string() 139 return temp; in trim_string() 144 string temp = rString; in xml_encode() local 154 temp.replace( pos, 1, "<" ); in xml_encode() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | sendreportunx.cxx | 78 string temp = rString; in trim_string() local 80 while ( temp.length() && (temp[0] == ' ' || temp[0] == '\t') ) in trim_string() 81 temp.erase( 0, 1 ); in trim_string() 83 string::size_type len = temp.length(); in trim_string() 85 while ( len && (temp[len-1] == ' ' || temp[len-1] == '\t') ) in trim_string() 87 temp.erase( len - 1, 1 ); in trim_string() 88 len = temp.length(); in trim_string() 91 return temp; in trim_string()
|
/aoo42x/main/desktop/source/splash/ |
H A D | splash.cxx | 329 nRed = static_cast< sal_uInt8 >( temp ); in loadConfig() 334 nGreen = static_cast< sal_uInt8 >( temp ); in loadConfig() 354 nRed = static_cast< sal_uInt8 >( temp ); in loadConfig() 355 temp = sProgressBarColor.getToken( 0, ',', idx ).toInt32(); in loadConfig() 359 nGreen = static_cast< sal_uInt8 >( temp ); in loadConfig() 373 sal_Int32 temp = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig() local 376 _barwidth = temp; in loadConfig() 387 sal_Int32 temp = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig() local 390 _tlx = temp; in loadConfig() 611 rXRelPos = temp; in determineProgressRatioValues() [all …]
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/ |
H A D | ConverterInfoReader.java | 177 String temp; in parseConverterNode() local 179 temp = e.getAttribute(ATTRIB_OFFICE_TYPE); in parseConverterNode() 180 if (temp.length() != 0) { in parseConverterNode() 181 officeMime = temp; in parseConverterNode() 184 temp = e.getAttribute(ATTRIB_VERSION); in parseConverterNode() 185 if (temp.length() != 0) { in parseConverterNode() 186 version = temp; in parseConverterNode() 212 temp = detailElement.getAttribute(ATTRIB_DEVICE_TYPE); in parseConverterNode() 213 if (temp.length() != 0) { in parseConverterNode() 214 deviceMime.add(temp); in parseConverterNode()
|
/aoo42x/main/sal/osl/w32/ |
H A D | pipe.c | 129 rtl_uString* temp = NULL; in osl_createPipe() local 145 rtl_uString_newConcat(&temp, name, Ident); in osl_createPipe() 146 rtl_uString_newConcat(&name, temp, Delim); in osl_createPipe() 170 rtl_uString_assign(&temp, name); in osl_createPipe() 178 rtl_uString_assign(&temp, path); in osl_createPipe() 179 rtl_uString_newConcat(&path, temp, name); in osl_createPipe() 180 rtl_uString_release(temp); in osl_createPipe() 181 temp = NULL; in osl_createPipe() 384 rtl_uString* temp = NULL; in osl_acceptPipe() local 435 rtl_uString_newFromAscii(&temp, PIPESYSTEM); in osl_acceptPipe() [all …]
|
/aoo42x/main/scripting/source/provider/ |
H A D | ScriptImpl.cxx | 77 ::rtl::OUString temp = OUSTR( "ScriptImpl::invoke IllegalArgumentException : " ); in invoke() 78 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke() 84 ::rtl::OUString temp = OUSTR( "ScriptImpl::invoke CannotConvertException : " ); in invoke() 85 throw script::CannotConvertException( temp.concat( cce.Message ), in invoke() 93 ::rtl::OUString temp = OUSTR( "ScriptImpl::invoke InvocationTargetException : " ); in invoke() 94 throw reflection::InvocationTargetException( temp.concat( ite.Message ), in invoke() 100 ::rtl::OUString temp = OUSTR( "ScriptImpl::invoke RuntimeException : " ); in invoke() 101 throw RuntimeException( temp.concat( re.Message ), in invoke()
|
H A D | ProviderCache.cxx | 124 … ::rtl::OUString temp = OUSTR( "ProviderCache::getAllProviders: failed to create provider, " ); in getAllProviders() 125 temp.concat( e.Message ); in getAllProviders() 188 ::rtl::OUString temp = OUSTR( in populateCache() 190 temp.concat( serviceName ); in populateCache() 191 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in populateCache() 205 …::rtl::OUString temp = ::rtl::OUString::createFromAscii("ProviderCache::createProvider() Error cre… in createProvider() 206 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in createProvider()
|
/aoo42x/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 122 + <property name="temp.dir" value="temp"/> 125 + <property name="temp-src-j.dir" value="${temp.dir}/j/source"/> 126 + <property name="temp-src-nj.dir" value="${temp.dir}/n/jsource"/> 127 + <property name="temp-src-nc.dir" value="${temp.dir}/n/csource"/> 208 + <delete dir="${temp.dir}"/> 232 + <copy todir="${temp-src-j.dir}"> 257 + <copy todir="${temp-src-nj.dir}"> 295 + <copy todir="${temp-src-nc.dir}/api"> 301 + <copy todir="${temp-src-nc.dir}/cmd"> 342 + <copy todir="${temp-src-nc.dir}/cmd" > [all …]
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.cxx | 817 CharMetricInfo *temp = fi->cmi; in parseCharMetrics() local 839 temp = &(fi->cmi[ count - 1 ]); in parseCharMetrics() 844 else temp++; in parseCharMetrics() 846 temp->code = atoi(keyword); in parseCharMetrics() 863 temp = &(fi->cmi[ count - 1 ]); in parseCharMetrics() 869 temp++; in parseCharMetrics() 883 temp->wx = atoi(keyword); in parseCharMetrics() 885 temp->wy = atoi(keyword); in parseCharMetrics() 889 temp->wx = atoi(keyword); in parseCharMetrics() 893 temp->wx = atoi(keyword); in parseCharMetrics() [all …]
|
/aoo42x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | PDBUtil.java | 56 int temp = 0; in intID() local 60 temp = (int) s.charAt(0); in intID() 61 id = temp << 24; in intID() 64 temp = ((int) s.charAt(1)) & 0x00ff; in intID() 65 id += temp << 16; in intID() 68 temp = ((int) s.charAt(2)) & 0x00ff; in intID() 69 id += temp << 8; in intID()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/ |
H A D | PdbUtil.java | 60 int temp = 0; in intID() local 64 temp = (int) s.charAt(0); in intID() 65 id = temp << 24; in intID() 68 temp = ((int) s.charAt(1)) & 0x00ff; in intID() 69 id += temp << 16; in intID() 72 temp = ((int) s.charAt(2)) & 0x00ff; in intID() 73 id += temp << 8; in intID()
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | Logger.java | 105 File temp = Testspace.getFile("classtemp"); in start() local 106 FileUtil.deleteFile(temp); in start() 107 log(Level.INFO, "Clean up temp directory for test class [" + temp.getAbsolutePath() + "]"); in start() 108 temp.mkdirs(); in start() 111 File temp = Testspace.getFile("temp"); in start() local 112 FileUtil.deleteFile(temp); in start() 113 log(Level.INFO, "Clean up temp directory for test method [" + temp.getAbsolutePath() + "]"); in start() 114 temp.mkdirs(); in start()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | StorageRepository.java | 205 final String temp = shortenName(name); in openInputRepository() local 206 if (!input.isStorageElement(temp)) in openInputRepository() 210 …orage) UnoRuntime.queryInterface(XStorage.class, input.openStorageElement(temp, ElementModes.READ)… in openInputRepository() 238 final String temp; in shortenName() local 241 temp = name.substring(2); in shortenName() 245 temp = name; in shortenName() 247 return temp; in shortenName() 254 final String temp = shortenName(name); in openOutputRepository() local 255 …rage) UnoRuntime.queryInterface(XStorage.class, output.openStorageElement(temp, ElementModes.WRITE… in openOutputRepository()
|
/aoo42x/main/svtools/source/filter/ |
H A D | sgvspln.cxx | 375 double temp; // fabs(double); in ZyklTriDiagGS() local 387 temp = 1.0 / diag[0]; /* betragsmaessig kleiner */ in ZyklTriDiagGS() 394 temp = 1.0 / diag[i]; in ZyklTriDiagGS() 395 upper[i] *= temp; in ZyklTriDiagGS() 396 ricol[i] = -lower[i] * ricol[i-1] * temp; in ZyklTriDiagGS() 408 for (temp = 0.0, i = 0; i < n-2; i++) in ZyklTriDiagGS() 409 temp -= lowrow[i] * ricol[i]; in ZyklTriDiagGS() 410 diag[n-1] += temp - lower[n-1] * upper[n-2]; in ZyklTriDiagGS() 419 for (temp = 0.0, i = 0; i < n-2; i++) in ZyklTriDiagGS() 420 temp -= lowrow[i] * b[i]; in ZyklTriDiagGS() [all …]
|
/aoo42x/main/basegfx/source/workbench/ |
H A D | gauss.hxx | 51 BaseType temp; in eliminate() local 70 temp = matrix[ i*cols + k ]; in eliminate() 72 matrix[ max*cols + k ] = temp; in eliminate() 113 BaseType temp; in substitute() local 119 temp = 0.0; in substitute() 121 temp += matrix[ j*cols + k ] * result[k]; in substitute() 126 result[j] = (matrix[ j*cols + cols-1 ] - temp) / matrix[ j*cols + j ]; in substitute()
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 347 std::_tstring temp = rString; in trim() local 349 while ( temp.length() && temp[0] == ' ' || temp[0] == '\t' ) in trim() 350 temp.erase( 0, 1 ); in trim() 352 std::_tstring::size_type len = temp.length(); in trim() 354 while ( len && temp[len-1] == ' ' || temp[len-1] == '\t' ) in trim() 356 temp.erase( len - 1, 1 ); in trim() 357 len = temp.length(); in trim() 360 return temp; in trim()
|
/aoo42x/main/basegfx/test/ |
H A D | basegfx2d.cxx | 739 B2DHomMatrix temp; in TEST_F() local 741 temp = maAffine; in TEST_F() 742 temp*=maAffine; in TEST_F() 743 ASSERT_TRUE(temp == affineAffineProd) << "multiply: both compact"; in TEST_F() 745 temp = maPerspective; in TEST_F() 746 temp*=maAffine; in TEST_F() 747 ASSERT_TRUE(temp == affinePerspectiveProd) << "multiply: first compact"; in TEST_F() 749 temp = maAffine; in TEST_F() 750 temp*=maPerspective; in TEST_F() 753 temp = maPerspective; in TEST_F() [all …]
|
/aoo42x/main/framework/source/fwe/xml/ |
H A D | eventsdocumenthandler.cxx | 136 ::rtl::OUString temp( aNamespaceEvent ); in OReadEventsDocumentHandler() 137 temp += aSeparator; in OReadEventsDocumentHandler() 138 temp += ::rtl::OUString::createFromAscii( EventEntries[i].aEntryName ); in OReadEventsDocumentHandler() 139 m_aEventsMap.insert( EventsHashMap::value_type( temp, (Events_XML_Entry)i ) ); in OReadEventsDocumentHandler() 143 ::rtl::OUString temp( aNamespaceXLink ); in OReadEventsDocumentHandler() 144 temp += aSeparator; in OReadEventsDocumentHandler() 145 temp += ::rtl::OUString::createFromAscii( EventEntries[i].aEntryName ); in OReadEventsDocumentHandler() 146 m_aEventsMap.insert( EventsHashMap::value_type( temp, (Events_XML_Entry)i ) ); in OReadEventsDocumentHandler()
|