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
148 throw RuntimeException( temp.concat( e.Message ), in resolve()
214 OUString temp = OUSTR( "ScriptNameResolverImpl::resolve: " ); in resolve() local
215 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve()
246 OUString temp = OUSTR( "ScriptNameResolverImpl::resolve: " ); in resolve() local
247 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve()
299 OUString temp = OUSTR( in resolve() local
301 throw RuntimeException( temp.concat( e.Message ), in resolve()
306 OUString temp = OUSTR( in resolve() local
308 throw RuntimeException( temp.concat( e.Message ), in resolve()
[all …]
H A DScriptRuntimeManager.cxx111 OUString temp = OUSTR( "ScriptRuntimeManager::GetScriptRuntime: " ); in getScriptRuntime() local
112 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptRuntime()
140 OUString temp = OUSTR( "ScriptRuntimeManager::GetScriptNameResolver: " ); in getScriptNameResolver() local
141 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptNameResolver()
225 OUString temp = OUSTR( "ScriptRuntimeManager::invoke IllegalArgumentException: " ); in invoke() local
226 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke()
232 OUString temp = OUSTR( "ScriptRuntimeManager::invoke CannotConvertException: " ); in invoke() local
233 throw script::CannotConvertException( temp.concat( cce.Message ), in invoke()
240 OUString temp = OUSTR( "ScriptRuntimeManager::invoke InvocationTargetException: " ); in invoke() local
241 throw reflection::InvocationTargetException( temp.concat( ite.Message ), in invoke()
[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
75 Reference< storage::XScriptStorageManager > xScriptStorageManager( temp, UNO_QUERY_THROW ); in initStorage()
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()
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java83 double temp = ps.getAttribute(ParaStyle.MARGIN_LEFT) * 1.6 / 100; in WsePara() local
84 leftIndent = (byte) temp; in WsePara()
85 if ((temp - leftIndent) > 0.5) leftIndent++; in WsePara()
89 double temp = ps.getAttribute(ParaStyle.MARGIN_RIGHT) * 1.6 / 100; in WsePara() local
90 rightIndent = (byte) temp; in WsePara()
91 if ((temp - rightIndent) > 0.5) rightIndent++; in WsePara()
95 double temp = ps.getAttribute(ParaStyle.TEXT_INDENT) * 1.6 / 100; in WsePara() local
96 firstIndent = (byte) temp; in WsePara()
97 if ((temp - firstIndent) > 0.5) firstIndent++; in WsePara()
101 double temp = ps.getAttribute(ParaStyle.MARGIN_TOP) * 1.6 / 100; in WsePara() local
[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"];
44 [temp setObject:@"OpenOffice.org 1.0 Spreadsheet" forKey:@"org.openoffice.spreadsheet"];
45 [temp setObject:@"OpenDocument Spreadsheet" forKey:@"org.oasis.opendocument.spreadsheet"];
46 [temp setObject:@"OpenOffice.org 1.0 Presentation" forKey:@"org.openoffice.presentation"];
47 [temp setObject:@"OpenDocument Presentation" forKey:@"org.oasis.opendocument.presentation"];
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"];
[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"];
42 singleValueXMLElements = [[NSSet setWithSet:temp] retain];
45 [temp removeAllObjects];
46 [temp addObject:@"dc:subject"];
47 [temp addObject:@"meta:keyword"];
48 [temp addObject:@"meta:initial-creator"];
49 [temp addObject:@"dc:creator"];
[all …]
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx466 sal_Int32 temp = 0; in InitExportParameters() local
467 pParams->Value >>= temp; in InitExportParameters()
468 meMode = (HtmlPublishMode)temp; in InitExportParameters()
477 sal_Int32 temp = 0; in InitExportParameters() local
478 pParams->Value >>= temp; in InitExportParameters()
479 meFormat = (PublishingFormat)temp; in InitExportParameters()
495 sal_Int32 temp = 0; in InitExportParameters() local
496 pParams->Value >>= temp; in InitExportParameters()
497 mnWidthPixel = (sal_uInt16)temp; in InitExportParameters()
501 sal_Int32 temp = 0; in InitExportParameters() local
[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
150 for( pos = 0; (pos = temp.find( '&', pos )) != string::npos; pos += 4 ) 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.cxx326 sal_Int32 temp = sProgressFrameColor.getToken( 0, ',', idx ).toInt32(); in loadConfig() local
329 nRed = static_cast< sal_uInt8 >( temp ); in loadConfig()
330 temp = sProgressFrameColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
334 nGreen = static_cast< sal_uInt8 >( temp ); in loadConfig()
351 sal_Int32 temp = sProgressBarColor.getToken( 0, ',', idx ).toInt32(); in loadConfig() local
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()
[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()
171 rtl_uString_newConcat(&name, temp, strPipeName); 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
[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"/>
128 + <property name="classes-j.dir" value="${temp.dir}/j/classes"/>
129 + <property name="classes-n.dir" value="${temp.dir}/n/classes"/>
130 + <property name="jar-n.dir" value="${temp.dir}/n/jar"/>
131 + <property name="dll-n.dir" value="${temp.dir}/n/dll"/>
208 + <delete dir="${temp.dir}"/>
232 + <copy todir="${temp-src-j.dir}">
[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()
848 temp->wx = fi->gfi->charwidth; in parseCharMetrics()
863 temp = &(fi->cmi[ count - 1 ]); in parseCharMetrics()
869 temp++; in parseCharMetrics()
871 sscanf(keyword,"<%x>", &temp->code); in parseCharMetrics()
873 temp->wx = fi->gfi->charwidth; in parseCharMetrics()
883 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()
388 upper[0] *= temp; /* MACH_EPS, so ex. keine */ in ZyklTriDiagGS()
389 ricol[0] *= temp; /* Zerlegung. */ 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()
[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()
751 ASSERT_TRUE(temp == perspectiveAffineProd) << "multiply: second compact"; 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()

12345678