/aoo4110/main/svx/source/gallery2/ |
H A D | galexpl.cxx | 124 sal_Bool GalleryExplorer::InsertURL( const String& rThemeName, const String& rURL ) in InsertURL() function in GalleryExplorer 138 bRet = pTheme->InsertURL( aURL ); in InsertURL() 148 sal_Bool GalleryExplorer::InsertURL( sal_uIntPtr nThemeId, const String& rURL ) in InsertURL() function in GalleryExplorer 151 return( pGal ? InsertURL( pGal->GetThemeName( nThemeId ), rURL ) : sal_False ); in InsertURL()
|
H A D | galtheme.cxx | 1188 sal_Bool GalleryTheme::InsertURL( const INetURLObject& rURL, sal_uIntPtr nInsertPos ) in InsertURL() function in GalleryTheme 1262 bRet = bRet || InsertURL( *aIter++, nInsertPos ); in InsertFileOrDirURL()
|
/aoo4110/main/svx/inc/svx/ |
H A D | gallery.hxx | 105 static sal_Bool InsertURL( const String& rThemeName, const String& rURL ); 106 static sal_Bool InsertURL( sal_uIntPtr nThemeId, const String& rURL );
|
H A D | galtheme.hxx | 215 …SVX_DLLPUBLIC sal_Bool InsertURL( const INetURLObject& rURL, sal_uIntPtr nInsertPos = LIST_AP…
|
/aoo4110/main/cui/source/dialogs/ |
H A D | cuigaldlg.cxx | 328 pThm->InsertURL( aURL ); in run() 1158 pData->pTheme->InsertURL( INetURLObject( aDlg.GetPath() ) ); in IMPL_LINK()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwshe.cxx | 139 void ScTabViewShell::InsertURL( const String& rName, const String& rURL, const String& rTarget, in InsertURL() function in ScTabViewShell
|
H A D | editsh.cxx | 592 InsertURL( rName, rURL, rTarget, (sal_uInt16) eMode ); in Execute()
|
H A D | cellsh1.cxx | 1998 pTabViewShell->InsertURL( rName, rURL, rTarget, nType ); in ExecuteEdit()
|
/aoo4110/main/svx/source/unogallery/ |
H A D | unogaltheme.cxx | 265 if( ( aURL.GetProtocol() != INET_PROT_NOT_VALID ) && mpTheme->InsertURL( aURL, nIndex ) ) in insertURLByIndex()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 499 InsertURL( aFmt, rBkmk.GetDescription() ); in NavigatorPaste()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1332 rSh.InsertURL( aFmt, aBkmk.GetDescription() ); in PasteData() 1462 rSh.InsertURL( aFmt, sDesc ); in PasteData() 2555 rSh.InsertURL( SwFmtINetFmt( sFile, aEmptyStr ), in _PasteAsHyperlink() 2653 rSh.InsertURL( SwFmtINetFmt( sFile, aEmptyStr ), in _PasteFileName()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 390 void InsertURL( const String& rName, const String& rURL, const String& rTarget,
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 293 GalleryExplorer::InsertURL( sThemeName, sTmp ); in Execute()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | drawsh5.cxx | 252 InsertURL( rName, rURL, rTarget, (sal_uInt16) eMode ); in ExecuteHLink()
|
/aoo4110/main/sw/inc/ |
H A D | editsh.hxx | 780 sal_Bool InsertURL( const SwFmtINetFmt& rFmt, const String& rStr,
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 824 rSh.InsertURL( aINetFmt, rName, sal_True ); in InsertHyperlink()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | editsh.cxx | 745 sal_Bool SwEditShell::InsertURL( const SwFmtINetFmt& rFmt, const String& rStr, sal_Bool bKeepSelect… in InsertURL() function in SwEditShell
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | SlideTransitionPane.cxx | 979 if( GalleryExplorer::InsertURL( GALLERY_THEME_USERSOUNDS, aFile ) ) in openSoundFileDialog()
|
H A D | CustomAnimationDialog.cxx | 1806 if( GalleryExplorer::InsertURL( GALLERY_THEME_USERSOUNDS, aFile ) ) in openSoundFileDialog()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 1082 return pCurShell->InsertURL( aFmt, rData.sPar2 ); in InsertFld()
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 1996 …GalleryExplorer::InsertURL( GALLERY_THEME_USERSOUNDS, aGalleryUserSound.GetMainURL( INetURLObject:… in ReadSound()
|