Home
last modified time | relevance | path

Searched refs:temp (Results 76 – 100 of 192) sorted by relevance

12345678

/trunk/main/framework/source/fwe/dispatch/
H A Dinteraction.cxx124 ::rtl::OUString temp; in RequestFilterSelect_Impl()
126 css::document::NoSuchFilterRequest aFilterRequest( temp , in RequestFilterSelect_Impl()
/trunk/test/testuno/source/fvt/uno/sd/character/
H A DCheckCharacterStyle.java82 File temp = new File(Testspace.getPath("temp")); in setUpConnection() local
83 temp.mkdirs(); in setUpConnection()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java124 String temp = name.toLowerCase(); in trimDocumentName() local
127 if (temp.endsWith(ext)) { in trimDocumentName()
/trunk/main/registry/inc/registry/
H A Dreader.hxx117 Reader temp(other); in operator =() local
118 std::swap(this->m_handle, temp.m_handle); in operator =()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx579 std::string temp = module; in link() local
580 std::transform (temp.begin(), temp.end(), temp.begin(), tolower); in link()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx512 …const Sequence< OUString >& temp = bodyCascade[_numCascade]->transliterateRange(inStrs[j], inStrs[… in getRange() local
514 for ( sal_Int32 k = 0; k < temp.getLength(); k++) { in getRange()
516 ostr[j_tmp++] = temp[k]; in getRange()
/trunk/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl50 (for example: "file:///c:/temp" or "file:///usr/install"). This is mandatory to support an
73 <dt>$(temp)</dt>
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java829 Object temp = null;
832 temp = o1[i].Value;
834 o2[i].Value = temp;
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java224 final String temp = where; in lower() local
227 where = temp; in lower()
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx206 NSString *temp = m_aMapListLabels[pControl]; in getLabel() local
207 if (temp != nil) in getLabel()
208 retVal = [temp OUString]; in getLabel()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb153 Dim temp As TestElement = io_testElements(0)
155 io_testElements(1) = temp
H A Dcli_cs_testobj.cs174 TestElement temp = io_testElements[ 0 ]; in setValues2()
176 io_testElements[ 1 ] = temp; in setValues2()
H A Dcli_vb_bridgetest.vb630 Dim temp As TestElement = aRet.Sequence( 0 )
632 aRet.Sequence( 1 ) = temp
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2311 ::rtl::OUString temp; in RequestFilterOptions()
2313 ::com::sun::star::document::FilterOptionsRequest aOptionsRequest( temp, in RequestFilterOptions()
2359 ::rtl::OUString temp; in RequestPackageReparation_Impl()
2361 ::com::sun::star::document::BrokenPackageRequest aBrokenPackageRequest( temp, in RequestPackageReparation_Impl()
2428 ::rtl::OUString temp; in NotifyBrokenPackage_Impl()
2430 ::com::sun::star::document::BrokenPackageRequest aBrokenPackageRequest( temp, in NotifyBrokenPackage_Impl()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1299 rtl::OUString temp = rtl::OUString( pData, nSize, RTL_TEXTENCODING_UTF8 ); in setActiveText() local
1300 replaceName( temp ); in setActiveText()
1301 tmp = rtl::OString( temp.getStr(), in setActiveText()
1302 temp.getLength(), in setActiveText()
/trunk/main/udkapi/com/sun/star/io/
H A DTempFile.idl35 /** This service allows to get access to temp files.
/trunk/main/solenv/inc/
H A Dunxsoli4.mk48 CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp
H A Dunxsolu4.mk52 CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp
H A Dunxsols4.mk49 CFLAGS=$(PREENVCFLAGS) -c -temp=/tmp
/trunk/main/cui/source/customize/
H A Deventdlg.hrc26 ////DF temp to figure out what's needed from these
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java145 String temp = name.toLowerCase(); in trimDocumentName() local
148 if (temp.endsWith(ext)) { in trimDocumentName()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java125 int temp = dataArray[startIndex + (int)len + 2]; // probe end of table in isValid() local
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas34 Dim temp As Single variable
/trunk/main/l10ntools/source/filter/merge/
H A DFCFGMerge.cfg94 # (which are temp. created by the make process)
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx401 PyRef temp( reinterpret_cast< PyObject * >(r.impl) ); in operator =() local
402 Py_XINCREF( temp.get() ); in operator =()

Completed in 102 milliseconds

12345678