Home
last modified time | relevance | path

Searched refs:aURL2 (Results 1 – 5 of 5) sorted by path

/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx123 INetURLObject aURL2( aContentURL ); in isCaseSensitiveParentFolder() local
125 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()
/trunk/main/extensions/source/update/check/
H A Dupdateinfo.hxx49 …UString aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : Pos(pos), URL(aURL), Pos2(pos2), URL2(a… in ReleaseNote()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx85 inline sal_Bool operator==( const UNOURL& aURL1, const UNOURL& aURL2 ) in operator ==() argument
87 return aURL1.Complete == aURL2.Complete; in operator ==()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2544 SwFmtURL aURL2( (SwFmtURL&)aSet.Get( RES_URL ) ); in _PasteAsHyperlink() local
2545 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() local
2643 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()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx183 rtl::OUString aURL2( Id2->getContentIdentifier() ); in compareContentIds() local
185 return aURL1.compareTo( aURL2 );; in compareContentIds()

Completed in 50 milliseconds