Lines Matching refs:m_aURL
101 ::rtl::OUString m_aURL;
113 : m_aURL( aURL ) in FSStorage_Impl()
120 OSL_ENSURE( m_aURL.getLength(), "The URL must not be empty" ); in FSStorage_Impl()
124 : m_aURL( aContent.getURL() ) in FSStorage_Impl()
131 OSL_ENSURE( m_aURL.getLength(), "The URL must not be empty" ); in FSStorage_Impl()
208 m_pImpl->m_pContent = new ::ucbhelper::Content( m_pImpl->m_aURL, xDummyEnv ); in GetContent()
467 INetURLObject aFileURL( m_pImpl->m_aURL ); in openStreamElement()
596 INetURLObject aFolderURL( m_pImpl->m_aURL ); in openStorageElement()
687 INetURLObject aFileURL( m_pImpl->m_aURL ); in cloneStreamElement()
806 INetURLObject aURL( m_pImpl->m_aURL ); in isStreamElement()
827 INetURLObject aURL( m_pImpl->m_aURL ); in isStorageElement()
850 INetURLObject aURL( m_pImpl->m_aURL ); in removeElement()
878 INetURLObject aOldURL( m_pImpl->m_aURL ); in renameElement()
881 INetURLObject aNewURL( m_pImpl->m_aURL ); in renameElement()
963 INetURLObject aOwnURL( m_pImpl->m_aURL ); in copyElementTo()
1040 INetURLObject aOwnURL( m_pImpl->m_aURL ); in moveElementTo()
1067 INetURLObject aURL( m_pImpl->m_aURL ); in getByName()
1205 INetURLObject aURL( m_pImpl->m_aURL ); in hasByName()
1356 return uno::makeAny( m_pImpl->m_aURL ); in getPropertyValue()
1454 INetURLObject aBaseURL( m_pImpl->m_aURL ); in openStreamElementByHierarchicalName()
1590 INetURLObject aBaseURL( m_pImpl->m_aURL ); in removeStreamElementByHierarchicalName()