Searched refs:sNewPath (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | StringHelper.java | 44 String sNewPath = _sPath; in removeSurroundQuoteIfExists() local 52 sNewPath = sNewPath.substring(1); in removeSurroundQuoteIfExists() 55 sNewPath = sNewPath.substring(0, sNewPath.length() - 1); in removeSurroundQuoteIfExists() 57 return sNewPath; in removeSurroundQuoteIfExists() 62 String sNewPath = _sPath; in removeQuoteIfExists() local 68 sNewPath = sNewPath.substring(1); in removeQuoteIfExists() 75 sNewPath = sNewPath.substring(0, sNewPath.length() - 1); in removeQuoteIfExists() 77 return sNewPath; in removeQuoteIfExists()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | multipat.cxx | 244 String sNewPath; in GetPath() local 257 if ( sNewPath.Len() > 0 ) in GetPath() 258 sNewPath += cDelim; in GetPath() 259 sNewPath += *(String*)pEntry->GetUserData(); in GetPath() 262 if ( sNewPath.Len() > 0 ) in GetPath() 263 sNewPath += cDelim; in GetPath() 264 sNewPath += sWritable; in GetPath() 270 if ( sNewPath.Len() > 0 ) in GetPath() 271 sNewPath += cDelim; in GetPath() 272 sNewPath += *(String*)aPathLB.GetEntryData(i); in GetPath() [all …]
|
/aoo4110/main/vcl/qa/complex/memCheck/ |
H A D | FileHelper.java | 36 String sNewPath = _sPath; in appendPath() local 42 if (! (sNewPath.endsWith("/") || sNewPath.endsWith("\\") ) ) in appendPath() 44 sNewPath += fs; in appendPath() 46 sNewPath += _sRelativePathToAdd; in appendPath() 47 return sNewPath; in appendPath()
|
/aoo4110/main/testgraphical/source/ |
H A D | ConvwatchHelper.pm | 117 my $sNewPath = appendPath(getToolsPrefix(), "qadev"); 118 $sNewPath = appendPath($sNewPath, "scripts"); 119 $sNewPath = appendPath($sNewPath, "gfxcmp_ui"); 120 return $sNewPath;
|
H A D | CallExternals.pm | 464 my $sNewPath = shift; 465 $sToolsPath = $sNewPath;
|
/aoo4110/main/cli_ure/source/native/ |
H A D | native_bootstrap.cxx | 182 WCHAR * sNewPath = new WCHAR[lstrlen(sEnvPath) + lstrlen(szUreBinPath) + 2]; in extendPath() local 183 sNewPath[0] = L'\0'; in extendPath() 184 lstrcat(sNewPath, szUreBinPath); in extendPath() 187 lstrcat(sNewPath, L";"); in extendPath() 188 lstrcat(sNewPath, sEnvPath); in extendPath() 190 BOOL bSet = SetEnvironmentVariable(L"PATH", sNewPath); in extendPath() 193 delete[] sNewPath; in extendPath()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | FileHelper.java | 575 String sNewPath = _sPath; in appendPath() local 581 if (! (sNewPath.endsWith("/") || sNewPath.endsWith("\\") ) ) in appendPath() 583 sNewPath += fs; in appendPath() 585 sNewPath += _sRelativePathToAdd; in appendPath() 586 return sNewPath; in appendPath()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaoptions.cxx | 98 rtl::OUString sNewPath; in setValueEvent() local 99 value >>= sNewPath; in setValueEvent() 101 ::osl::File::getFileURLFromSystemPath( sNewPath, sNewPathUrl ); in setValueEvent()
|
/aoo4110/main/cui/source/options/ |
H A D | optpath.cxx | 596 String sNewPath = pMultiDlg->GetPath(); in IMPL_LINK() local 598 sal_uInt16 nCount = sNewPath.GetTokenCount( cDelim ); in IMPL_LINK() 606 sUser += sNewPath.GetToken( i, cDelim ); in IMPL_LINK() 611 sWritable += sNewPath.GetToken( i, cDelim ); in IMPL_LINK()
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | FileAccess.java | 653 String sNewPath; in addPath() local 662 sNewPath = _sPath + _sPath2; in addPath() 663 return sNewPath; in addPath()
|
Completed in 34 milliseconds