| /AOO42X/main/ucb/source/ucp/webdav/ |
| H A D | DAVResourceAccess.cxx | 78 m_aURL, inHostName, inRealm, inoutUserName, in authenticate() 144 : m_aURL( rURL ), in DAVResourceAccess() 152 : m_aURL( rOther.m_aURL ), in DAVResourceAccess() 165 m_aURL = rOther.m_aURL; in operator =() 205 new DAVAuthListener_Impl( xEnv, m_aURL ), in PROPFIND() 246 new DAVAuthListener_Impl( xEnv, m_aURL ), in PROPFIND() 285 new DAVAuthListener_Impl( xEnv, m_aURL ), in PROPPATCH() 326 new DAVAuthListener_Impl( xEnv, m_aURL ), in HEAD() 365 xEnv, m_aURL ), in GET() 406 new DAVAuthListener_Impl( xEnv, m_aURL ), in GET() [all …]
|
| H A D | DAVAuthListenerImpl.hxx | 52 : m_xEnv( xEnv ), m_aURL( inURL ) in DAVAuthListener_Impl() 66 const rtl::OUString m_aURL; member in http_dav_ucp::DAVAuthListener_Impl
|
| H A D | DAVResourceAccess.hxx | 51 rtl::OUString m_aURL; member in http_dav_ucp::DAVResourceAccess 75 const rtl::OUString & getURL() const { return m_aURL; } in getURL()
|
| /AOO42X/main/cui/source/options/ |
| H A D | doclinkdialog.cxx | 54 ,m_aURL (this, CUI_RES(CMB_URL)) in ODocumentLinkDialog() 70 m_aURL.SetFilter(sTemp); in ODocumentLinkDialog() 73 m_aURL.SetModifyHdl( LINK(this, ODocumentLinkDialog, OnTextModified) ); in ODocumentLinkDialog() 77 m_aURL.SetDropDownLineCount(10); in ODocumentLinkDialog() 82 m_aURL.SetDropDownLineCount( 5 ); in ODocumentLinkDialog() 89 m_aURL.SetText(_rURL); in set() 97 _rURL = m_aURL.GetText(); in get() 104 m_aOK.Enable( (0 != m_aName.GetText().Len()) && ( 0 != m_aURL.GetText().Len() ) ); in validate() 111 ::rtl::OUString sURL = m_aURL.GetText(); in IMPL_LINK() 130 sMsg.SearchAndReplaceAscii("$file$", m_aURL.GetText()); in IMPL_LINK() [all …]
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 93 String m_aURL; member in FileStreamWrapper_Impl 118 : m_aURL( rName ) in FileStreamWrapper_Impl() 135 if ( m_aURL.Len() ) in ~FileStreamWrapper_Impl() 136 ::utl::UCBContentHelper::Kill( m_aURL ); in ~FileStreamWrapper_Impl() 143 if ( !m_aURL.Len() ) in readBytes() 171 if ( !m_aURL.Len() ) in readSomeBytes() 194 if ( !m_aURL.Len() ) in skipBytes() 215 if ( !m_aURL.Len() ) in available() 237 if ( !m_aURL.Len() ) in closeInput() 246 ::utl::UCBContentHelper::Kill( m_aURL ); in closeInput() [all …]
|
| /AOO42X/main/svl/source/fsstor/ |
| H A D | fsstorage.cxx | 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() [all …]
|
| /AOO42X/main/svx/source/items/ |
| H A D | galleryitem.cxx | 48 , m_aURL( rItem.m_aURL ) in SvxGalleryItem() 78 aSeq[2].Value <<= m_aURL; in QueryValue() 80 aSeq[3].Value <<= m_aURL; in QueryValue() 149 m_aURL = aURL; in PutValue() 165 m_aURL == rItem.m_aURL && in operator ==()
|
| /AOO42X/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | resultsetforquery.cxx | 62 rtl::OUString m_aURL; member 67 : m_aURL( aURL ) in HitItem() 275 if( (it = aResultSet.find( rItem.m_aURL )) != aResultSet.end() ) in ResultSetForQuery() 287 … rtl::OString tmp(rtl::OUStringToOString( aItemCopy.m_aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() 299 if( rFindItem.m_aURL.equals( aItemCopy.m_aURL ) ) in ResultSetForQuery() 304 … rtl::OString tmp(rtl::OUStringToOString( aItemCopy.m_aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() 358 rtl::OString tmp(rtl::OUStringToOString(rItem.m_aURL, RTL_TEXTENCODING_UTF8)); in ResultSetForQuery() 394 aCompleteResultVector.push_back( rItem.m_aURL ); in ResultSetForQuery()
|
| H A D | urlparameter.hxx | 133 rtl::OUString get_url() { return m_aURL; } in get_url() 196 rtl::OUString m_aURL; member in chelp::URLParameter
|
| /AOO42X/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
| H A D | StatusListener.java | 78 private com.sun.star.util.URL m_aURL ; field in StatusListener 105 m_aURL = FunctionHelper.parseURL(sURL); in StatusListener() 350 aURL = m_aURL; in impl_frameAction() 412 m_aURL = null ; in disposing() 454 aURL = m_aURL; in shutdown() 455 m_aURL = null; in shutdown()
|
| /AOO42X/main/framework/source/loadenv/ |
| H A D | loadenv.cxx | 300 m_aURL.Complete = sURL; in initializeLoading() 302 xParser->parseStrict(m_aURL); in initializeLoading() 306 if (m_aURL.Mark.getLength()) in initializeLoading() 307 m_lMediaDescriptor[::comphelper::MediaDescriptor::PROP_JUMPMARK()] <<= m_aURL.Mark; in initializeLoading() 946 css::util::URL aURL = m_aURL; in impl_handleContent() 1180 ::rtl::OUString sURL = m_aURL.Complete; in impl_loadContent() 1347 (ProtocolCheck::isProtocol(m_aURL.Complete, ProtocolCheck::E_PRIVATE_STREAM )) || in impl_searchAlreadyLoaded() 1348 (ProtocolCheck::isProtocol(m_aURL.Complete, ProtocolCheck::E_PRIVATE_OBJECT )) in impl_searchAlreadyLoaded() 1403 if (!::utl::UCBContentHelper::EqualURLs( m_aURL.Main, sURL )) in impl_searchAlreadyLoaded() 1457 if (m_aURL.Mark.getLength()) in impl_searchAlreadyLoaded() [all …]
|
| /AOO42X/main/svtools/source/misc/ |
| H A D | templatefoldercache.cxx | 125 INetURLObject m_aURL; member 147 …inline String getURL( ) const { return m_aURL.GetMai… in getURL() 175 :m_aURL( _rURL ) in TemplateContent() 178 …DBG_ASSERT( INET_PROT_NOT_VALID != m_aURL.GetProtocol(), "TemplateContent::TemplateContent: invali… in TemplateContent() 179 m_sLocalName = m_aURL.getName(); in TemplateContent() 185 :m_aURL( _rURL ) in TemplateContent() 189 …DBG_ASSERT( INET_PROT_NOT_VALID != m_aURL.GetProtocol(), "TemplateContent::TemplateContent: invali… in TemplateContent() 190 m_sLocalName = m_aURL.getName(); in TemplateContent()
|
| H A D | acceleratorexecute.cxx | 120 css::util::URL m_aURL; member in svt::AsyncAccelExec 551 , m_aURL (aURL ) in AsyncAccelExec() 577 m_xDispatch->dispatch(m_aURL, css::uno::Sequence< css::beans::PropertyValue >());
|
| /AOO42X/main/svl/source/misc/ |
| H A D | documentlockfile.cxx | 118 ::ucbhelper::Content aTargetContent( m_aURL, xEnv ); in CreateOwnLockFile() 175 return xSimpleFileAccess->openFileRead( m_aURL ); in OpenStream() 185 ::ucbhelper::Content aTargetContent( m_aURL, xEnv ); in OverwriteOwnLockFile() 226 xSimpleFileAccess->kill( m_aURL ); in RemoveFile()
|
| H A D | sharecontrolfile.cxx | 87 if ( !m_xStream.is() && m_aURL.getLength() ) in OpenStream() 90 ::ucbhelper::Content aContent = ::ucbhelper::Content( m_aURL, xDummyEnv ); in OpenStream() 365 xSimpleFileAccess->kill( m_aURL ); in RemoveFile()
|
| /AOO42X/main/extensions/source/propctrlr/ |
| H A D | unourl.hxx | 41 ::com::sun::star::util::URL m_aURL; 49 inline operator const ::rtl::OUString& () const { return m_aURL.Complete; } in operator const::rtl::OUString&() 50 inline operator const ::com::sun::star::util::URL& () const { return m_aURL; } in operator const::com::sun::star::util::URL&()
|
| H A D | unourl.cxx | 43 m_aURL.Complete = _rCompleteURL; in UnoURL() 54 xTransform->parseStrict( m_aURL ); in UnoURL()
|
| /AOO42X/main/ucbhelper/source/client/ |
| H A D | content.cxx | 175 mutable rtl::OUString m_aURL; member in ucbhelper::Content_Impl 1765 m_aURL = rtl::OUString(); in disposing() 1785 if ( !m_aURL.getLength() && m_xContent.is() ) in getURL() 1789 if ( !m_aURL.getLength() && m_xContent.is() ) in getURL() 1793 m_aURL = xId->getContentIdentifier(); in getURL() 1797 return m_aURL; in getURL() 1803 if ( !m_xContent.is() && m_aURL.getLength() ) in getContent() 1807 if ( !m_xContent.is() && m_aURL.getLength() ) in getContent() 1827 = xIdFac->createContentIdentifier( m_aURL ); in getContent() 1940 m_aURL = ::rtl::OUString(); in inserted()
|
| /AOO42X/main/package/source/package/zippackage/ |
| H A D | ZipPackage.cxx | 629 m_aURL = aParamUrl.copy( 0, nParam ); in initialize() 657 m_aURL = aParamUrl; in initialize() 659 Content aContent ( m_aURL, uno::Reference < XCommandEnvironment >() ); in initialize() 1167 if ( m_eMode == e_IMode_URL && !m_pZipFile && isLocalFile_Impl( m_aURL ) ) in writeTempFile() 1346 Content aOriginalContent ( m_aURL, uno::Reference < XCommandEnvironment >() ); in openOriginalForOutput() 1477 if( isLocalFile_Impl( m_aURL ) ) in commitChanges() 1489 aOrigFileStream = xSimpleAccess->openFileWrite( m_aURL ); in commitChanges() 1527 …OUString sTargetFolder = m_aURL.copy ( 0, m_aURL.lastIndexOf ( static_cast < sal_Unicode > ( '/' )… in commitChanges() 1538 …aInfo.NewTitle = rtl::Uri::decode ( m_aURL.copy ( 1 + m_aURL.lastIndexOf ( static_cast < sal_Unico… in commitChanges()
|
| /AOO42X/main/framework/source/uielement/ |
| H A D | complextoolbarcontroller.cxx | 348 if ( m_aURL.Complete.getLength() == 0 ) in getInitializedURL() 350 m_aURL.Complete = m_aCommandURL; in getInitializedURL() 351 m_xURLTransformer->parseStrict( m_aURL ); in getInitializedURL() 353 return m_aURL; in getInitializedURL()
|
| /AOO42X/main/sd/source/filter/html/ |
| H A D | pubdlg.cxx | 104 String m_aURL; member in SdPublishingDesign 253 m_aURL == rDesign.m_aURL && in operator ==() 298 rIn.ReadByteString( rDesign.m_aURL, RTL_TEXTENCODING_UTF8 ); in operator >>() 344 rOut.WriteByteString( rDesign.m_aURL, RTL_TEXTENCODING_UTF8 ); in operator <<() 1486 pPage2_URL->SetText(pDesign->m_aURL); in SetDesign() 1599 pDesign->m_aURL = pPage2_URL->GetText(); in GetDesign()
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | galleryitem.hxx | 49 rtl::OUString m_aURL; member in SvxGalleryItem 64 const rtl::OUString GetURL() const { return m_aURL; } in GetURL()
|
| /AOO42X/main/package/source/xstor/ |
| H A D | selfterminatefilestream.cxx | 36 : m_aURL( aURL ) in OSelfTerminateFileStream() 71 m_xFileAccess->kill( m_aURL ); in CloseStreamDeleteFile()
|
| /AOO42X/main/ucb/source/ucp/ftp/ |
| H A D | ftpdirp.hxx | 92 rtl::OUString m_aURL; member 104 m_aURL = m_aName = rtl::OUString(); in clear()
|
| /AOO42X/main/comphelper/source/streaming/ |
| H A D | otransactedfilestream.cxx | 76 ::rtl::OUString m_aURL; 116 , m_aURL( aURL ) in TTFileStreamData_Impl() 216 ::rtl::OUString aURL = m_pStreamData->m_aURL; in CloseAll_Impl()
|