Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx146 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 DScriptRuntimeManager.cxx111 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 DStorageBridge.cxx61 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 …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java84 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 …]
/trunk/main/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m41 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 DOOoMetaDataParser.m38 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 …]
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx466 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 …]
/trunk/main/crashrep/source/unx/
H A Dmain.cxx126 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, "&lt;" ); in xml_encode()
[all …]
/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx78 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()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx329 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 …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java177 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()
/trunk/main/sal/osl/w32/
H A Dpipe.c129 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 …]
/trunk/main/scripting/source/provider/
H A DScriptImpl.cxx77 ::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 DProviderCache.cxx124 … ::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()
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch122 + <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 …]
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx817 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 …]
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DPDBUtil.java56 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()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPdbUtil.java60 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()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java105 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()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java205 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()
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx375 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 …]
/trunk/main/basegfx/source/workbench/
H A Dgauss.hxx51 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()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx347 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()
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx739 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 …]
/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx136 ::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()

Completed in 130 milliseconds

12345678