Home
last modified time | relevance | path

Searched refs:sNewPath (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DStringHelper.java44 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()
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx244 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 …]
/trunk/main/test/source/java/org/openoffice/test/
H A DFileHelper.java43 String sNewPath = _sPath; in appendPath() local
49 if (! (sNewPath.endsWith("/") || sNewPath.endsWith("\\") ) ) in appendPath()
51 sNewPath += fs; in appendPath()
53 sNewPath += _sRelativePathToAdd; in appendPath()
54 return sNewPath; in appendPath()
/trunk/main/vcl/qa/complex/memCheck/
H A DFileHelper.java36 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()
/trunk/main/testgraphical/source/
H A DConvwatchHelper.pm117 my $sNewPath = appendPath(getToolsPrefix(), "qadev");
118 $sNewPath = appendPath($sNewPath, "scripts");
119 $sNewPath = appendPath($sNewPath, "gfxcmp_ui");
120 return $sNewPath;
H A DCallExternals.pm464 my $sNewPath = shift;
465 $sToolsPath = $sNewPath;
/trunk/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx182 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DFileHelper.java575 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()
/trunk/main/sw/source/ui/vba/
H A Dvbaoptions.cxx98 rtl::OUString sNewPath; in setValueEvent() local
99 value >>= sNewPath; in setValueEvent()
101 ::osl::File::getFileURLFromSystemPath( sNewPath, sNewPathUrl ); in setValueEvent()
/trunk/main/cui/source/options/
H A Doptpath.cxx596 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()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java657 String sNewPath; in addPath() local
666 sNewPath = _sPath + _sPath2; in addPath()
667 return sNewPath; in addPath()

Completed in 46 milliseconds