Home
last modified time | relevance | path

Searched refs:aStrPath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dhldoctp.cxx133 String aStrPath ( maCbbPath.GetText() ); in GetCurrentURL() local
137 if ( aStrPath != aEmptyStr ) in GetCurrentURL()
139 INetURLObject aURL( aStrPath ); in GetCurrentURL()
141 … aStrURL = aStrPath; // hyperlink, then we can use this path directly in GetCurrentURL()
143 utl::LocalFileHelper::ConvertSystemPathToURL( aStrPath, aBaseURL, aStrURL ); in GetCurrentURL()
147 aStrURL = aStrPath; in GetCurrentURL()
366 SvxHyperlinkDocTp::EPathType SvxHyperlinkDocTp::GetPathType ( String& aStrPath ) in GetPathType() argument
368 INetURLObject aURL( aStrPath, INET_PROT_FILE ); in GetPathType()
H A Dhldocntp.cxx430 String aStrPath = aStrURL; in IMPL_LINK() local
431 sal_Bool bZeroPath = ( aStrPath.Len() == 0 ); in IMPL_LINK()
436 aStrPath = SvtPathOptions().GetWorkPath(); in IMPL_LINK()
440 xFolderPicker->setDisplayDirectory( aStrPath ); in IMPL_LINK()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx165 OUString aStrPath ( rURLBox.GetText() ); in GetURL() local
166 if( aStrPath.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "http://" ) ) ) || in GetURL()
167 aStrPath.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "shttp://" ) ) ) || in GetURL()
168 aStrPath.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "ftp://" ) ) ) ) in GetURL()
170 return aStrPath; in GetURL()
175 osl::FileBase::getFileURLFromSystemPath( aStrPath, aURL ); in GetURL()
/trunk/main/cui/source/inc/
H A Dhldoctp.hxx66 EPathType GetPathType ( String& aStrPath );

Completed in 27 milliseconds