Home
last modified time | relevance | path

Searched defs:rURL (Results 76 – 100 of 222) sorted by relevance

123456789

/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.hxx87 void setTargetURL( const rtl::OUString & rURL ) in setTargetURL()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.cxx91 rtl::OString SalGtkPicker::unicodetouri(const rtl::OUString &rURL) in unicodetouri()
/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx124 sal_Bool GalleryExplorer::InsertURL( const String& rThemeName, const String& rURL ) in InsertURL()
148 sal_Bool GalleryExplorer::InsertURL( sal_uIntPtr nThemeId, const String& rURL ) in InsertURL()
H A Dgaltheme.cxx252 const GalleryObject* GalleryTheme::ImplGetGalleryObject( const INetURLObject& rURL ) in ImplGetGalleryObject()
751 GalleryThemeEntry* GalleryTheme::CreateThemeEntry( const INetURLObject& rURL, sal_Bool bReadOnly ) in CreateThemeEntry()
1172 sal_Bool GalleryTheme::GetURL( sal_uIntPtr nPos, INetURLObject& rURL, sal_Bool ) in GetURL()
1188 sal_Bool GalleryTheme::InsertURL( const INetURLObject& rURL, sal_uIntPtr nInsertPos ) in InsertURL()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx350 void setHierarchyURL( const OUString& rURL ) { maHierarchyURL = rURL; } in setHierarchyURL()
351 void setTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in setTargetURL()
373 void setHierarchyURL( const OUString& rURL ) { maHierarchyURL = rURL; } in setHierarchyURL()
374 void setTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in setTargetURL()
638 sal_Bool SfxDocTplService_Impl::setTitleForURL( const OUString& rURL, const OUString& aTitle ) in setTitleForURL()
661 sal_Bool SfxDocTplService_Impl::getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& … in getTitleFromURL()
2899 void SfxURLRelocator_Impl::makeRelocatableURL( rtl::OUString & rURL ) in makeRelocatableURL()
2910 void SfxURLRelocator_Impl::makeAbsoluteURL( rtl::OUString & rURL ) in makeAbsoluteURL()
H A Ddoctempl.cxx159 void SetTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in SetTargetURL()
160 void SetHierarchyURL( const OUString& rURL) { maOwnURL = rURL; } in SetHierarchyURL()
193 void SetTargetURL( const OUString& rURL ) { maTargetURL = rURL; } in SetTargetURL()
194 void SetHierarchyURL( const OUString& rURL) { maOwnURL = rURL; } in SetHierarchyURL()
2635 sal_Bool SfxDocTemplate_Impl::GetTitleFromURL( const OUString& rURL, in GetTitleFromURL()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx208 void SetRealURL_Impl( const String& rURL ) { m_aRealURL = rURL; } in SetRealURL_Impl()
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx239 SvxHyperlinkItem::SvxHyperlinkItem( sal_uInt16 _nWhich, String& rName, String& rURL, in SvxHyperlinkItem()
/trunk/main/svtools/inc/svtools/
H A Dtxtattr.hxx117 void SetURL( const XubString& rURL ) { maURL = rURL; } in SetURL()
/trunk/main/avmedia/source/framework/
H A Dmediaitem.cxx207 void MediaItem::setURL( const ::rtl::OUString& rURL ) in setURL()
/trunk/main/dbaccess/source/ui/browser/
H A Ddbloader.cxx182 void SAL_CALL DBContentLoader::load(const Reference< XFrame > & rFrame, const ::rtl::OUString& rURL, in load()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx268 inline HashedEntry::HashedEntry( const INetURLObject& rURL ): in HashedEntry()
1493 const String& rURL, in Initialize()
1524 const String& rURL, in Initialize()
2596 void SvtFileView_Impl::EntryRemoved( const OUString& rURL ) in EntryRemoved()
2613 void SvtFileView_Impl::EntryRenamed( OUString& rURL, in EntryRenamed()
2643 String SvtFileView_Impl::FolderInserted( const OUString& rURL, const OUString& rTitle ) in FolderInserted()
2687 sal_uLong SvtFileView_Impl::GetEntryPos( const OUString& rURL ) in GetEntryPos()
/trunk/main/framework/source/dispatch/
H A Dpopupmenudispatcher.cxx194 const css::util::URL& rURL , in queryDispatch()
/trunk/main/uui/source/
H A Diahndl-filter.cxx54 rtl::OUString const & rURL , in executeFilterDialog()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx1516 void DrawViewShell::InsertURLField(const String& rURL, const String& rText, in InsertURLField()
1580 void DrawViewShell::InsertURLButton(const String& rURL, const String& rText, in InsertURLButton()
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx67 ButtonsImpl::ButtonsImpl( const OUString& rURL ) in ButtonsImpl()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx109 void DirectoryTree::display( const OUString& rURL ) in display()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx129 bool Player::create( const ::rtl::OUString& rURL ) in create()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx746 void SvxHyperlinkDlg::AddToHistory(const String& rName, const String& rURL) in AddToHistory()
961 void SvxHyperlinkDlg::OpenDoc( const String& rURL, SfxViewFrame* pViewFrame ) in OpenDoc()
/trunk/main/svl/source/misc/
H A Dinettype.cxx994 rURL) in GetContentTypeFromURL()
1098 bool INetContentTypes::GetExtensionFromURL(UniString const & rURL, in GetExtensionFromURL()
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx968 const SwFmtURL &rURL = pFlyFrm->GetFmt()->GetURL(); in HasMacro() local
975 const SwFmtURL &rURL = pFlyFrm->GetFmt()->GetURL(); in CheckMacroHit() local
/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx501 const OUString & rURL, in fireStatusEventForURLImpl()
704 const OUString & rURL, in fireStatusEvent()
H A DChartController.cxx1062 ::queryDispatch( const util::URL& rURL in queryDispatch()
1093 ::dispatch( const util::URL& rURL in dispatch()
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx150 const SwFmtURL& rURL = *(SwFmtURL*)pURLItem; in SwReadOnlyPopup() local
/trunk/main/fpicker/source/office/
H A Diodlg.hxx284 …sal_Bool ContentIsFolder( const rtl::OUString& rURL ) { return m_aContent.isFolder( rURL ) && … in ContentIsFolder()

Completed in 144 milliseconds

123456789