Home
last modified time | relevance | path

Searched refs:m_aPath (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/ucb/source/ucp/package/
H A Dpkguri.cxx75 if ( m_aUri.getLength() && !m_aPath.getLength() ) in init()
85 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
100 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
143 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
154 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
175 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
191 m_aPath = aPureUri.copy( nEnd + 1 ); in init()
205 m_aPath = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ); in init()
217 ::ucb_impl::urihelper::encodeURI( m_aPath ) ); in init()
221 m_aPath = ::ucb_impl::urihelper::decodeSegment( m_aPath ); in init()
[all …]
H A Dpkguri.hxx44 mutable ::rtl::OUString m_aPath;
65 { m_aPath = ::rtl::OUString(); m_aUri = rPackageUri; m_bValid = false; } in setUri()
74 { init(); return m_aPath; } in getPath()
91 return ( ( m_aPath.getLength() == 1 ) && in isRootFolder()
92 ( m_aPath.getStr()[ 0 ] == sal_Unicode( '/' ) ) ); in isRootFolder()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx180 rtl::OUString aTitlePath = m_aPath; in getData()
205 rtl::OUString aTargetURLPath = m_aPath; in getData()
225 rtl::OUString aTypePath = m_aPath; in getData()
294 sal_Int32 nPos = m_aPath.lastIndexOf( '/' ); in setData()
303 aParentPath += m_aPath.copy( 0, nPos ); in setData()
522 if ( aNewPath == m_aPath ) in move()
528 - get update access for m_aPath in move()
571 aOldParentPath += m_aPath.copy( 0, nPos ); in move()
879 aParentPath += m_aPath.copy( 0, nPos ); in remove()
989 if ( m_aPath.getLength() > 0 ) in first()
[all …]
H A Dhierarchyuri.cxx56 if ( m_aUri.getLength() && !m_aPath.getLength() ) in init()
65 m_aPath = rtl::OUString::createFromAscii( "/" ); in init()
137 m_aPath = rtl::OUString::createFromAscii( "/" ); in init()
147 m_aPath = rtl::OUString::createFromAscii( "/" ); in init()
157 m_aPath = rtl::OUString::createFromAscii( "/" ); in init()
184 m_aPath = m_aUri.copy( nPos ); in init()
201 m_aPath = rtl::OUString::createFromAscii( "/" ); in init()
H A Dhierarchyuri.hxx43 mutable ::rtl::OUString m_aPath;
62 { m_aPath = ::rtl::OUString(); m_aUri = rUri; m_bValid = false; } in setUri()
71 { init(); return m_aPath; } in getPath()
82 return ( ( m_aPath.getLength() == 1 ) && in isRootFolder()
83 ( m_aPath.getStr()[ 0 ] == sal_Unicode( '/' ) ) ); in isRootFolder()
H A Dhierarchydata.hxx85 ::rtl::OUString m_aPath;
/trunk/main/tools/source/fsys/
H A Durlobj.cxx603 m_aPath.clear(); in setInvalid()
1816 m_aPath.getLength()); in convertRelToAbs()
2226 nBegin = m_aPath.getBegin(); in getAuthorityBegin()
2282 m_aPath += nDelta; in setUser()
2309 m_aPath += nDelta; in clearPassword()
2356 m_aPath += nDelta; in setPassword()
2923 m_aPath += nDelta; in setHost()
3858 = m_aAbsURIRef.getStr() + m_aPath.getBegin() + m_aPath.getLength(); in getAbbreviated()
4331 m_aPath += nDelta; in makeAuthCanonic()
4385 m_aPath += nDelta; in SetPort()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_uri.hxx44 mutable ::rtl::OUString m_aPath;
77 { init(); return m_aPath; } in getPath()
102 m_aParentUri = m_aDocId = m_aInternalPath = m_aPath = m_aName in setUri()
109 return ( m_aPath.getLength() == 1 ); in isRoot()
116 && ( m_aPath.copy( m_aDocId.getLength() + 1 ).getLength() < 2 ) ); in isDocument()
122 return ( m_aPath.lastIndexOf( '/' ) == m_aPath.getLength() - 1 ); in isFolder()
H A Dtdoc_uri.cxx89 m_aPath = m_aUri.copy( TDOC_URL_SCHEME_LENGTH + 1 ); in init()
113 sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); in init()
115 m_aDocId = m_aPath.copy( 1 ); in init()
117 m_aDocId = m_aPath.copy( 1, nSlash - 1 ); in init()
122 sal_Int32 nSlash = m_aPath.indexOf( '/', 1 ); in init()
124 m_aInternalPath = m_aPath.copy( nSlash ); in init()
/trunk/main/svl/inc/svl/
H A Dhttpcook.hxx58 String m_aPath; member
72 (m_aPath == rOther.m_aPath ) && in replaces()
81 (m_aPath == rOther.m_aPath ) && in operator ==()
92 SfxPoolItem::writeUnicodeString(rStrm, m_aPath); in write()
106 SfxPoolItem::readUnicodeString(rStrm, m_aPath, bUnicode); in read()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforroot.cxx50 m_aPath = m_pDatabases->getModuleList( m_aURLParameter.get_language() ); in ResultSetForRoot()
51 m_aItems.resize( m_aPath.size() ); in ResultSetForRoot()
52 m_aIdents.resize( m_aPath.size() ); in ResultSetForRoot()
58 for( sal_uInt32 i = 0; i < m_aPath.size(); ++i ) in ResultSetForRoot()
60 m_aPath[i] = in ResultSetForRoot()
62 m_aPath[i] + in ResultSetForRoot()
H A Dresultsetforquery.cxx418 m_aPath.push_back( aResultStr ); in ResultSetForQuery()
421 m_aItems.resize( m_aPath.size() ); in ResultSetForQuery()
422 m_aIdents.resize( m_aPath.size() ); in ResultSetForQuery()
428 for( m_nRow = 0; sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aPath.size(); ++m_nRow ) in ResultSetForQuery()
430 m_aPath[m_nRow] = in ResultSetForQuery()
431 m_aPath[m_nRow] + in ResultSetForQuery()
H A Durlparameter.cxx248 return m_aPath; in get_the_path()
327 m_aPath = converter.getFile(); in readHelpDataFile()
H A Durlparameter.hxx200 rtl::OUString m_aPath; member in chelp::URLParameter
/trunk/main/store/workben/
H A Dt_store.cxx137 OUString m_aPath; member in DirectoryTraveller
166 m_aPath (rPath), in DirectoryTraveller()
171 m_aPath += rName; in DirectoryTraveller()
172 m_aPath += OUString::createFromAscii("/"); in DirectoryTraveller()
205 m_aFile, m_aPath, aName, store_AccessReadOnly); in visit()
212 m_aFile, m_aPath, aName, m_nOptions, m_nLevel + 1); in visit()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx153 m_aPath( rOther.m_aPath ), in DAVResourceAccess()
166 m_aPath = rOther.m_aPath; in operator =()
1050 m_aPath = rtl::OUString(); // Next initialize() will create new session. in setURL()
1059 if ( m_aPath.getLength() == 0 ) in initialize()
1088 m_aPath = aPath; in initialize()
1105 return m_aPath; in getRequestURI()
H A DDAVResourceAccess.hxx52 rtl::OUString m_aPath; member in http_dav_ucp::DAVResourceAccess
/trunk/main/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx55 m_aPath.push_back(dirvec[i].m_aURL); in ResultSetI()
59 m_aItems.resize( m_aPath.size() ); in ResultSetI()
60 m_aIdents.resize( m_aPath.size() ); in ResultSetI()
/trunk/main/uui/source/
H A Dloginerr.hxx48 String m_aPath; member in LoginErrorInfo
68 const String& GetPath() const { return m_aPath; } in GetPath()
97 { m_aPath = aPath; } in SetPath()
H A Dcookiedg.cxx98 aCookie.SearchAndReplaceAscii( "${PATH}", pCookie->m_aPath ); in CookiesDialog()
H A Diahndl-cookies.cxx92 xCookie->m_aPath = UniString(rRequest.Cookies[i].Path); in handleCookiesRequest_()
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx483 sal_Bool bPathChanged = m_aPath != aNewPath; in UpdateGlosPath()
486 m_aPath = aNewPath; in UpdateGlosPath()
496 sal_uInt16 nTokenCount = m_aPath.GetTokenCount(SVT_SEARCHPATH_DELIMITER); in UpdateGlosPath()
500 String sPth(m_aPath.GetToken(i, SVT_SEARCHPATH_DELIMITER)); in UpdateGlosPath()
/trunk/main/sd/source/ui/dlg/
H A Ddlgassim.hxx62 String m_aPath; member in TemplateCacheDirEntry
/trunk/main/tools/inc/tools/
H A Durlobj.hxx667 inline bool HasURLPath() const { return !m_aPath.isEmpty(); } in HasURLPath()
672 { return decode(m_aPath, getEscapePrefix(), eMechanism, eCharset); } in GetURLPath()
1344 SubString m_aPath; member in INetURLObject
/trunk/main/sw/source/ui/inc/
H A Dglosdoc.hxx61 String m_aPath; member in SwGlossaries

Completed in 124 milliseconds

12