Searched refs:sFilePath (Results 1 – 7 of 7) sorted by relevance
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 869 OUString sFilePath; in getJREInfoByPath() local 920 sFilePath = resolveFilePath(sFullPath); in getJREInfoByPath() 922 if (sFilePath.getLength() == 0) in getJREInfoByPath() 931 cit_path ifile = find(vecBadPaths.begin(), vecBadPaths.end(), sFilePath); in getJREInfoByPath() 935 MapIt entry = mapJREs.find(sFilePath); in getJREInfoByPath() 939 + OUSTR("JRE found again (detected before): ") + sFilePath in getJREInfoByPath() 946 if (getJavaProps(sFilePath, props, & bProcessRun) == false) in getJREInfoByPath() 950 vecBadPaths.push_back(sFilePath); in getJREInfoByPath() 1044 vecBadPaths.push_back(sFilePath); in getJREInfoByPath() 1052 mapJREs.insert(MAPJRE::value_type(sFilePath, ret)); in getJREInfoByPath()
|
/trunk/main/autodoc/source/display/toolkit/ |
H A D | htmlfile.cxx | 39 : sFilePath(), in DocuFile_Html() 56 sFilePath = sPath().c_str(); in SetLocation() 99 csv::File aFile(sFilePath, csv::CFM_CREATE); in CreateFile() 102 Cerr() << "Can't create file " << sFilePath << "." << Endl(); in CreateFile()
|
/trunk/main/autodoc/source/display/html/ |
H A D | outfile.cxx | 223 : sFilePath(), in HtmlDocuFile() 241 sFilePath = sPath_.c_str(); in SetLocation() 279 csv::File aFile(sFilePath, csv::CFM_CREATE); in CreateFile() 282 Cerr() << "Can't create file " << sFilePath << "." << Endl(); in CreateFile()
|
H A D | outfile.hxx | 69 String sFilePath; member in HtmlDocuFile
|
/trunk/main/setup_native/source/win32/customactions/rebase/ |
H A D | rebase.cxx | 110 static BOOL rebaseImage( MSIHANDLE /*handle*/, const std::string& sFilePath, LPVOID address ) in rebaseImage() argument 113 mystr = "Full file: " + sFilePath; in rebaseImage() 115 BOOL bResult = rebaseImage( sFilePath, address ); in rebaseImage()
|
/trunk/main/wizards/com/sun/star/wizards/form/ |
H A D | StyleApplier.java | 397 String sFilePath = getStylePath() + "/" + _filename; in getStyleColors() local 399 String[] sData = FileAccess.getDataFromTextFile(xMSF, sFilePath); in getStyleColors()
|
/trunk/main/autodoc/source/display/inc/toolkit/ |
H A D | htmlfile.hxx | 67 String sFilePath; member in DocuFile_Html
|
Completed in 41 milliseconds