| /aoo42x/main/avmedia/source/framework/ | 
| H A D | mediaitem.cxx | 37 	::rtl::OUString			maURL;66 	maURL( rItem.maURL ),  in MediaItem()
 90 			maURL == static_cast< const MediaItem& >( rItem ).maURL &&  in operator ==()
 125 	aSeq[ 0 ] <<= maURL;  in QueryValue()
 151 		aSeq[ 0 ] >>= maURL;  in PutValue()
 209 	maURL = rURL;  in setURL()
 217 	return maURL;  in getURL()
 
 | 
| /aoo42x/main/svtools/source/edit/ | 
| H A D | txtattr.cxx | 114 	: TextAttrib( TEXTATTR_HYPERLINK ), maURL( rURL )  in TextAttribHyperLink()120 	: TextAttrib( TEXTATTR_HYPERLINK ), maURL( rURL ), maDescription( rDescription )  in TextAttribHyperLink()
 126 	: TextAttrib( rAttr ), maURL( rAttr.maURL ), maDescription( rAttr.maDescription )  in TextAttribHyperLink()
 149 				( maURL == ((const TextAttribHyperLink&)rAttr).maURL ) &&  in operator ==()
 
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | gfxlink.cxx | 403 		maURL = aTempFile.GetURL();  in ImpSwap()404 		if( maURL.getLength() )  in ImpSwap()
 406 …SvStream* pOStm = ::utl::UcbStreamHelper::CreateStream( maURL, STREAM_READWRITE | STREAM_SHARE_DEN…  in ImpSwap()
 415 					osl_removeFile( maURL.pData );  in ImpSwap()
 416 					maURL = String();  in ImpSwap()
 428 		osl_removeFile( maURL.pData );  in ~ImpSwap()
 439 		SvStream* pIStm = ::utl::UcbStreamHelper::CreateStream( maURL, STREAM_READWRITE );  in GetData()
 
 | 
| /aoo42x/main/filter/source/placeware/ | 
| H A D | tempfile.cxx | 133 :osl::File( rTempFileURL ), maURL( rTempFileURL )  in TempFile()141 	if( maURL.getLength() )  in ~TempFile()
 142 		osl::File::remove( maURL );  in ~TempFile()
 184 	return maURL;  in getFileURL()
 
 | 
| H A D | exporter.cxx | 87 	rtl::OUString maURL;  member in PageEntry104 	void setURL( const rtl::OUString& rURL ) { maURL = rURL; }  in setURL()
 105 	const rtl::OUString& getURL() const { return maURL; }  in getURL()
 
 | 
| /aoo42x/main/forms/source/component/ | 
| H A D | imgprod.cxx | 250 	maURL = rPath;  in SetImage()255     if ( ::svt::GraphicAccess::isSupportedURL( maURL ) )  in SetImage()
 257 …   mpStm = ::svt::GraphicAccess::getImageStream( ::comphelper::getProcessServiceFactory(), maURL );  in SetImage()
 259     else if( maURL.getLength() )  in SetImage()
 261 		SvStream* pIStm = ::utl::UcbStreamHelper::CreateStream( maURL, STREAM_STD_READ );  in SetImage()
 272 	maURL = ::rtl::OUString();  in SetImage()
 284 	maURL = ::rtl::OUString();  in setImage()
 
 | 
| /aoo42x/main/avmedia/source/win/ | 
| H A D | framegrabber.cxx | 108         maURL = rURL;  in create()113         maURL = ::rtl::OUString();  in create()
 115     return !maURL.isEmpty();  in create()
 124     IMediaDet*                          pDet = implCreateMediaDet( maURL );  in grabFrame()
 
 | 
| H A D | player.cxx | 201         maURL = rURL;  in create()203         maURL = ::rtl::OUString();  in create()
 555     if( !maURL.isEmpty() )  in createFrameGrabber()
 561         if( !pGrabber->create( maURL ) )  in createFrameGrabber()
 
 | 
| /aoo42x/main/sfx2/source/doc/ | 
| H A D | plugin.cxx | 126             uno::Reference< awt::XWindowPeer >( pWin->GetComponentInterface() ), maURL );  in load()148                         aValue >>= maURL;  in load()
 206         aAny >>= maURL;  in setPropertyValue()
 229         aAny <<= maURL;  in getPropertyValue()
 
 | 
| /aoo42x/main/cui/source/customize/ | 
| H A D | macropg.cxx | 911 	maURL = ::rtl::OUString();  in IMPL_LINK()914 		maURL = aVndSunStarUNO;  in IMPL_LINK()
 915 		maURL += aMethodName;  in IMPL_LINK()
 928 	, maURL( rURL )  in AssignComponentDialog()
 934 	if( maURL.getLength() )  in AssignComponentDialog()
 936 		sal_Int32 nIndex = maURL.indexOf( aVndSunStarUNO );  in AssignComponentDialog()
 940 			aMethodName = maURL.copy( nBegin );  in AssignComponentDialog()
 
 | 
| H A D | macropg_impl.hxx | 57 	::rtl::OUString maURL;66 		{ return maURL; }  in getURL()
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | txtattr.hxx | 107 	XubString	maURL;  member in TextAttribHyperLink117 	void					SetURL( const XubString& rURL )				{ maURL = rURL; }  in SetURL()
 118 	const XubString&			GetURL() const 								{ return maURL; }  in GetURL()
 
 | 
| H A D | fileview.hxx | 218 	UniString	maURL;  member221 		mbIsFolder( bIsFolder ), maURL( rURL ) {}  in SvtContentEntry()
 
 | 
| H A D | toolboxcontroller.hxx | 146             const ::com::sun::star::util::URL maURL;  member153                 , maURL( rURL )  in DispatchInfo()
 
 | 
| /aoo42x/main/avmedia/source/java/ | 
| H A D | Player.java | 45     private String maURL;  field in Player57         maURL = aURL;  in Player()
 267         return( (com.sun.star.media.XFrameGrabber) new FrameGrabber( maFactory, maURL ) );  in createFrameGrabber()
 
 | 
| /aoo42x/main/svtools/source/uno/ | 
| H A D | unoimap.cxx | 129     ::rtl::OUString maURL;216 	maURL = rMapObject.GetURL();  in SvUnoImageMapObject()
 274 	const String aURL( maURL );  in createIMapObject()
 456 			bOk = *pValues >>= maURL;  in _setPropertyValues()
 506 			*pValues <<= maURL;  in _getPropertyValues()
 
 | 
| H A D | popupmenucontrollerbase.cxx | 74 	const URL maURL;  member78 		: mxDispatch( xDispatch ), maURL( rURL ), maArgs( rArgs ) {}  in PopupMenuControllerBaseDispatchInfo()
 196 	pDispatchInfo->mxDispatch->dispatch( pDispatchInfo->maURL, pDispatchInfo->maArgs );  in IMPL_STATIC_LINK_NOINSTANCE()
 
 | 
| /aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ | 
| H A D | mediaprimitive2d.hxx | 54 			rtl::OUString								maURL;  member in drawinglayer::primitive2d::MediaPrimitive2D76 			const rtl::OUString& getURL() const { return maURL; }  in getURL()
 
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | gfxlink.hxx | 58 	rtl::OUString	maURL;  member67 	sal_Bool			IsSwapped() const { return maURL.getLength() > 0; }  in IsSwapped()
 
 | 
| /aoo42x/main/svtools/source/contnr/ | 
| H A D | fileview.cxx | 895                     pEntry->GetUserData() )->maURL );  in CreateContextMenu()1001             aURL = ( (SvtContentEntry*)pCurEntry->GetUserData() )->maURL;  in DeleteEntries()
 1067         aURL = OUString( pData->maURL );  in EditedEntry()
 1103             pData->maURL = aURL;  in EditedEntry()
 1193                 aText.SearchAndReplace( sVar2, pData->maURL );  in GetAccessibleObjectDescription()
 1363         aURL = ( (SvtContentEntry*)pEntry->GetUserData() )->maURL;  in GetURL()
 1374         aURL = ( (SvtContentEntry*)pEntry->GetUserData() )->maURL;  in GetCurrentURL()
 2469         aEntryURL = ( (SvtContentEntry*)pEntry->GetUserData() )->maURL;  in Resort_Impl()
 
 | 
| /aoo42x/main/svx/source/unodraw/ | 
| H A D | UnoGraphicExporter.cxx | 112 		URL maURL;  member518 			if( !( pValues->Value >>= rSettings.maURL ) )  in ParseSettings()
 520 				pValues->Value >>= rSettings.maURL.Complete;  in ParseSettings()
 1118                 INetURLObject aURLObject( aSettings.maURL.Complete );  in filter()
 
 | 
| /aoo42x/main/sc/source/filter/excel/ | 
| H A D | xicontent.cxx | 893     maURL = rStrm.ReadUniString();  in ReadWqstring()938     if( maURL.Len() && (meMode != xlWQUnknown) && rDoc.GetDocumentShell() )  in Apply()
 941             maURL, rFilterName, EMPTY_STRING, maTables, maDestRange, mnRefresh * 60UL );  in Apply()
 943             maURL, &rFilterName, &maTables );  in Apply()
 
 | 
| /aoo42x/main/sfx2/source/sidebar/ | 
| H A D | SidebarToolBox.cxx | 263         aDescriptor.maURL = sfx2::sidebar::Tools::GetURL(sCommandName);  in CreateController()292     aDescriptor.maURL = sfx2::sidebar::Tools::GetURL(rsCommandName);  in SetController()
 
 | 
| /aoo42x/main/sfx2/source/inc/ | 
| H A D | tplcomp.hxx | 84 	::rtl::OUString						maURL;106 			{ return maURL; }  in getURL()
 
 | 
| /aoo42x/main/fpicker/source/office/ | 
| H A D | iodlg.cxx | 1609 		INetURLObject aObj( pUserData->maURL );  in IMPL_LINK()1619 				_aPath = pUserData->maURL;  in IMPL_LINK()
 1623 				_pImp->_pEdFileName->SetText( pUserData->maURL );  in IMPL_LINK()
 1624 				_pImp->_pEdFileName->SetSelection( Selection( 0, pUserData->maURL.Len() ) );  in IMPL_LINK()
 1625 				_aPath = pUserData->maURL;  in IMPL_LINK()
 1637 				_aPath = pUserData->maURL;  in IMPL_LINK()
 
 |