Searched refs:aURL2 (Results 1 – 5 of 5) sorted by relevance
49 …UString aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : Pos(pos), URL(aURL), Pos2(pos2), URL2(a… in ReleaseNote()
2544 SwFmtURL aURL2( (SwFmtURL&)aSet.Get( RES_URL ) ); in _PasteAsHyperlink() local2545 aURL2.SetURL( sFile, sal_False ); in _PasteAsHyperlink()2546 if( !aURL2.GetName().Len() ) in _PasteAsHyperlink()2547 aURL2.SetName( sFile ); in _PasteAsHyperlink()2548 aSet.Put( aURL2 ); in _PasteAsHyperlink()2642 SwFmtURL aURL2( (SwFmtURL&)aSet.Get( RES_URL ) ); in _PasteFileName() local2643 aURL2.SetURL( sFile, sal_False ); in _PasteFileName()2644 if( !aURL2.GetName().Len() ) in _PasteFileName()2645 aURL2.SetName( sFile ); in _PasteFileName()2646 aSet.Put( aURL2 ); in _PasteFileName()
123 INetURLObject aURL2( aContentURL ); in isCaseSensitiveParentFolder() local125 aURL2.SetExtension( sExtension2 ); in isCaseSensitiveParentFolder()126 …if ( aURL2.GetMainURL(INetURLObject::NO_DECODE) == aContentURL.GetMainURL(INetURLObject::NO_DECODE… in isCaseSensitiveParentFolder()134 …aContent2 = ::ucbhelper::Content( aURL2.GetMainURL( INetURLObject::NO_DECODE ), Reference< XComman… in isCaseSensitiveParentFolder()
183 rtl::OUString aURL2( Id2->getContentIdentifier() ); in compareContentIds() local185 return aURL1.compareTo( aURL2 );; in compareContentIds()
85 inline sal_Bool operator==( const UNOURL& aURL1, const UNOURL& aURL2 ) in operator ==() argument87 return aURL1.Complete == aURL2.Complete; in operator ==()
Completed in 55 milliseconds