Home
last modified time | relevance | path

Searched refs:temp (Results 51 – 75 of 192) sorted by relevance

12345678

/trunk/test/testuno/source/testlib/uno/
H A DSDUtil.java66 Object[] temp = new Object[count]; in getShapesOfPageByType() local
75 temp[shapeNum] = shape; in getShapesOfPageByType()
81 System.arraycopy(temp, 0, shapes, 0, shapeNum); in getShapesOfPageByType()
H A DGraphicUtil.java115 Object[] temp = new Object[count]; in getGraphicsOfPage() local
124 temp[graphicNum] = shape; in getGraphicsOfPage()
130 System.arraycopy(temp, 0, graphics, 0, graphicNum); in getGraphicsOfPage()
/trunk/main/udkapi/com/sun/star/io/
H A DXTempFile.idl43 /** This interface offers access to temp files.
70 /** This attribute specifies the URL of the temp file.
75 /** This attribute specifies the temp file name.
/trunk/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx496 IAccSelectionList::iterator temp = oldSelection.find(index); in UpdateAccSelection() local
497 if ( temp != oldSelection.end() ) in UpdateAccSelection()
600 XIdToAccObjHash::iterator temp = XIdAccList.find(pXAcc); in DeleteAccObj() local
601 if( temp != XIdAccList.end() ) in DeleteAccObj()
603 ResIdGen.SetSub( temp->second.GetResID() ); in DeleteAccObj()
610 AccObject& accObj = temp->second; in DeleteAccObj()
/trunk/main/extensions/source/oooimprovement/
H A Derrormail.cxx182 OStringBuffer temp; in getXml() local
183 temp.append(config.getReportCount()); in getXml()
184 feedback = temp.makeStringAndClear(); in getXml()
/trunk/test/testgui/source/svt/gui/
H A DTestSample.java120 File temp = new File(getPath("temp")); in setUp() local
121 temp.mkdirs(); in setUp()
123 file = new File(temp + "/origin", "sample." + FileUtil.getFileExtName(originalFile.getName()) /* in setUp()
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls308 Dim temp As Integer
309 temp = UBound(o2, 2)
1921 Dim temp As Integer
1951 temp = chartseries.ChartType
1952 If temp <> ctype Then
2230 Dim temp
2237 temp = Mid(Values(I), 1, c1 - 1)
2239 temp = Mid(Values(I), 1, c1 - 1)
2241 If temp <> sh Then
/trunk/main/pyuno/source/module/
H A Dpyuno_callable.cxx122 PyRef temp = runtime.any2PyObject (ret_value); in PyUNO_callable_call() local
126 PyTuple_SetItem (return_list.get(), 0, temp.getAcquired()); in PyUNO_callable_call()
145 ret = temp; in PyUNO_callable_call()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx225 rtl::OUString temp; in helpRequested() local
230 temp = xFPListener->helpRequested(aEvent); in helpRequested()
231 if (temp.getLength()) in helpRequested()
232 aHelpText = temp; in helpRequested()
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java50 File temp = null; field in DocumentTest
59 temp = new File(getPath("temp")); in setUp()
60 temp.mkdirs(); in setUp()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx283 … double temp= m_GlyphsList[i].getPrevGlyphsSpace()-m_GlyphsList[i+1].getPrevGlyphsSpace(); in processGlyphLine() local
285 if(temp!=0.0) in processGlyphLine()
287 if( temp< 0.0) in processGlyphLine()
288 temp= temp* -1.0; in processGlyphLine()
290 fAvarageDiffCharSpaceValue+=temp; in processGlyphLine()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx247 sal_uLong temp = *buffer_sz; in getTable() local
249 … const void * const tbl_buf = static_cast<FreetypeServerFont &>(mrFont).GetTable(tag_name, &temp); in getTable()
250 *buffer_sz = temp; in getTable()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java488 final Object temp[] = new Object[1]; in testRowSetEvents() local
489 temp[0] = bookmark; in testRowSetEvents()
492 testCursorMove(m_rowLocate, cloc.getMethod("moveToBookmark", ctemp), pRow, moves, temp); in testRowSetEvents()
520 temp[0] = bookmarks; in testRowSetEvents()
521 testCursorMove(delRows, cdelRows.getMethod("deleteRows", ctemp), pRow, moves, temp); in testRowSetEvents()
/trunk/main/scripting/source/provider/
H A DMasterScriptProvider.cxx512 ::rtl::OUString temp = location; in parseLocationName()
513 INetURLObject aURLObj( temp ); in parseLocationName()
515temp = aURLObj.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET ); in parseLocationName()
516 return temp; in parseLocationName()
/trunk/main/filter/source/config/tools/split/
H A Dmakefile.mk83 @$(MKDIR) c:\temp\fragments
84 …680/src.m7/officecfg/registry/data/org/openoffice/Office/TypeDetection.xcu outdir=c:/temp/fragments
/trunk/main/sd/workben/testdll/
H A Dmakefile118 @gawk -f s:\util\exp.awk temp.def >>$@
119 del temp.def
/trunk/main/solenv/gbuild/platform/
H A Dsolaris.mk66 -temp=/tmp \
74 -temp=/tmp \
97 -temp=/tmp \
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx431 char * temp = getenv("TAGLOGGERTMP"); in dump() local
433 if (temp != NULL) in dump()
434 fileName += temp; in dump()
/trunk/main/o3tl/inc/o3tl/
H A Dheap_ptr.hxx279 T * temp = io_other.pHeapObject; in swap() local
281 pHeapObject = temp; in swap()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx423 sal_uInt32 temp = ((sal_Int32)nUpper)<<16; in getFixed() local
424 temp |= nLower; in getFixed()
426 return temp; in getFixed()
/trunk/main/expat/
H A Dexpat-2.5.0.patch295 + XML_Char *temp = NULL;
303 - XML_Char *temp = (XML_Char *)REALLOC(
304 + temp = (XML_Char *)REALLOC(
306 if (temp == NULL)
365 DEFAULT_ATTRIBUTE *temp;
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBuildInBullet.java90 File temp = new File(Testspace.getPath("temp")); in setUpBeforeClass() local
91 temp.mkdirs(); in setUpBeforeClass()
/trunk/main/fpicker/source/aqua/
H A DSalAquaPicker.cxx179 NSString *temp = [NSString stringWithOUString:m_sDisplayDirectory]; in run() local
180 NSURL *url = [NSURL URLWithString:temp]; in run()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx225 sal_uInt16 temp; in SwRTFParser() local
226 temp = RES_TXTATR_CHARFMT; AddPlainAttr( temp ); in SwRTFParser()
227 temp = RES_PAGEDESC; AddPardAttr( temp ); in SwRTFParser()
228 temp = RES_BREAK; AddPardAttr( temp ); in SwRTFParser()
229 temp = RES_PARATR_NUMRULE; AddPardAttr( temp ); in SwRTFParser()
230 temp = FN_PARAM_NUM_LEVEL; AddPardAttr( temp ); in SwRTFParser()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java195 String temp = name.toLowerCase(); in trimDocumentName() local
197 if (temp.endsWith(FILE_EXTENSION)) { in trimDocumentName()

Completed in 125 milliseconds

12345678