Home
last modified time | relevance | path

Searched refs:rURL (Results 126 – 150 of 391) sorted by relevance

12345678910>>...16

/trunk/main/sw/source/core/text/
H A Dnoteurl.cxx43 void SwNoteURL::InsertURLNote( const XubString& rURL, const XubString& rTarget, in SV_IMPL_PTRARR()
53 SwURLNote *pNew = new SwURLNote( rURL, rTarget, rRect ); in SV_IMPL_PTRARR()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_manager.cxx48 uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const ::rtl::OUString& rURL ) in createPlayer() argument
53 INetURLObject aURL( rURL ); in createPlayer()
/trunk/main/avmedia/source/win/
H A Dmanager.cxx52 uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const ::rtl::OUString& rURL ) in createPlayer() argument
57 const INetURLObject aURL( rURL ); in createPlayer()
H A Dframegrabber.hxx49 bool create( const ::rtl::OUString& rURL );
64 IMediaDet* implCreateMediaDet( const ::rtl::OUString& rURL ) const;
H A Dplayer.cxx162 bool Player::create( const ::rtl::OUString& rURL ) in create() argument
180 if( SUCCEEDED( hR = mpGB->RenderFile( reinterpret_cast<LPCWSTR>(rURL.getStr()), NULL ) ) && in create()
201 maURL = rURL; in create()
/trunk/main/cui/source/dialogs/
H A Dcuiimapwnd.cxx62 URLDlg::URLDlg( Window* pWindow, const String& rURL, const String& rAlternativeText, const String& … in URLDlg() argument
81 maEdtURL.SetText( rURL ); in URLDlg()
/trunk/main/sw/source/ui/inc/
H A Dmailmergewizard.hxx78 void SetReloadDocument(const String& rURL){sDocumentURL = rURL;} in SetReloadDocument() argument
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx1266 sal_Bool CSS1Expression::GetURL( String& rURL ) const in GetURL()
1281 rURL = aValue.Copy( 4, aValue.Len()-5 ); in GetURL()
1282 rURL.EraseTrailingChars(); in GetURL()
1283 rURL.EraseLeadingChars(); in GetURL()
/trunk/main/sdext/source/pdfimport/test/
H A Doutputwrap.hxx45 explicit OutputWrap( const rtl::OUString& rURL ) : OutputWrapBase(m_aMutex), maFile(rURL) in OutputWrap() argument
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontentidentifier.hxx61 const rtl::OUString& rURL );
62 ContentIdentifier( const rtl::OUString& rURL );
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx391 void InsertURL( const String& rName, const String& rURL, const String& rTarget,
393 void InsertURLButton( const String& rName, const String& rURL, const String& rTarget,
395 void InsertURLField( const String& rName, const String& rURL, const String& rTarget );
/trunk/main/svx/source/dialog/
H A Dhyprdlg.hxx123 void OpenDoc( const String& rURL, SfxViewFrame* pViewFrame );
126 void AddToHistory(const String& rName, const String& rURL);
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltercommon.hxx42 extern bool isFileURL( const ::rtl::OUString & rURL );
47 bool createDirectory( ::rtl::OUString& rURL );
H A Dxmlfiltertestdialog.hxx60 void import( const rtl::OUString& rURL );
61 void displayXMLFile( const rtl::OUString& rURL );
/trunk/main/avmedia/source/framework/
H A Dmediaplayer.cxx130 void MediaFloater::setURL( const ::rtl::OUString& rURL, bool bPlayImmediately ) in setURL() argument
134 mpMediaWindow->setURL( rURL ); in setURL()
/trunk/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.hxx60 …star::uno::Reference< ::com::sun::star::media::XPlayer > createPlayer( const ::rtl::OUString& rURL,
65 void setURL( const ::rtl::OUString& rURL );
/trunk/main/svl/inc/svl/
H A Dhttpcook.hxx138 const String& rURL, in CntHTTPCookieRequest()
141 : m_rURL (rURL), in CntHTTPCookieRequest()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx122 const rtl::OUString& rURL ) in HierarchyEntry() argument
127 HierarchyUri aUri( rURL ); in HierarchyEntry()
143 sal_Int32 nPos = rURL.lastIndexOf( '/' ); in HierarchyEntry()
145 m_aName = rURL.copy( nPos + 1 ); in HierarchyEntry()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1663 const SwFmtURL &rURL = pFly->GetFmt()->GetURL(); in IsURLGrfAtPos() local
1664 if( rURL.GetURL().Len() || rURL.GetMap() ) in IsURLGrfAtPos()
1668 if ( rURL.GetMap() ) in IsURLGrfAtPos()
1692 *pURL = rURL.GetURL(); in IsURLGrfAtPos()
1693 if( rURL.IsServerMap() ) in IsURLGrfAtPos()
1708 *pTargetFrameName = rURL.GetTargetFrameName(); in IsURLGrfAtPos()
/trunk/main/unotools/inc/unotools/
H A Ducbhelper.hxx55 … static ::com::sun::star::uno::Any GetProperty( const String& rURL, const ::rtl::OUString& rName );
59 … static ::com::sun::star::uno::Sequence< ::rtl::OUString > GetResultSet( const String& rURL );
/trunk/main/svx/inc/svx/
H A Dgallery.hxx105 static sal_Bool InsertURL( const String& rThemeName, const String& rURL );
106 static sal_Bool InsertURL( sal_uIntPtr nThemeId, const String& rURL );
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmediaobj.cxx168 const rtl::OUString& rURL(GetSdrMediaObj().getURL()); in createViewIndependentPrimitive2DSequence() local
172 aTransform, rURL, aBackgroundColor, nPixelBorder)); in createViewIndependentPrimitive2DSequence()
/trunk/main/xmloff/source/style/
H A DXMLBackgroundImageExport.cxx52 void XMLBackgroundImageExport::exportXML( const Any& rURL, in exportXML() argument
64 rURL >>= sURL; in exportXML()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmediaprimitive2d.cxx109 const rtl::OUString& rURL, in MediaPrimitive2D() argument
114 maURL(rURL), in MediaPrimitive2D()
/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.hxx89 const ::rtl::OUString & rURL,
104 const ::rtl::OUString & rURL,

Completed in 85 milliseconds

12345678910>>...16