Home
last modified time | relevance | path

Searched refs:aTargetURL (Results 26 – 50 of 58) sorted by relevance

123

/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx332 URL aTargetURL; in FromTemplate() local
333 aTargetURL.Complete = OUString( RTL_CONSTASCII_USTRINGPARAM( "slot:5500" ) ); in FromTemplate()
335 xTrans->parseStrict( aTargetURL ); in FromTemplate()
341 if ( aTargetURL.Protocol.compareToAscii("slot:") == COMPARE_EQUAL ) in FromTemplate()
342 xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in FromTemplate()
344 … xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString::createFromAscii("_blank"), 0 ); in FromTemplate()
356 … xNotifyer->dispatchWithNotification( aTargetURL, aArgs, new SfxNotificationListener_Impl() ); in FromTemplate()
359 xDisp->dispatch( aTargetURL, aArgs ); in FromTemplate()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx1986 OUString aTargetURL; in addTemplate() local
1991 aValue >>= aTargetURL; in addTemplate()
1993 if ( !aTargetURL.getLength() ) in addTemplate()
1995 aTargetURL = CreateNewGroupFsys( rGroupName, aGroup ); in addTemplate()
1997 if ( !aTargetURL.getLength() ) in addTemplate()
2018 INetURLObject aTargetObj( aTargetURL ); in addTemplate()
2138 OUString aTargetURL; in removeTemplate() local
2143 aValue >>= aTargetURL; in removeTemplate()
2146 if ( aTargetURL.getLength() ) in removeTemplate()
2152 removeContent( aTargetURL ); in removeTemplate()
[all …]
H A Diframe.cxx170 util::URL aTargetURL; in load() local
171aTargetURL.Complete = ::rtl::OUString( maFrmDescr.GetURL().GetMainURL( INetURLObject::NO_DECODE ) … in load()
173 xTrans->parseStrict( aTargetURL ); in load()
180 …uno::Reference < frame::XDispatch > xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString::cre… in load()
182 xDisp->dispatch( aTargetURL, aProps ); in load()
H A Ddoctempl.cxx1125 INetURLObject aTargetURL( rName ); in CopyTo() local
1127 OUString aTitle( aTargetURL.getName( INetURLObject::LAST_SEGMENT, true, in CopyTo()
1129 aTargetURL.removeSegment(); in CopyTo()
1131 OUString aParentURL = aTargetURL.GetMainURL( INetURLObject::NO_DECODE ); in CopyTo()
1902 String aTargetURL = GetTargetURL(); in CreateObjectShell() local
1904 mxObjShell = pSfxApp->DocAlreadyLoaded( aTargetURL, sal_True, bDum ); in CreateObjectShell()
1910 aTargetURL,(STREAM_STD_READWRITE | STREAM_SHARE_DENYALL), sal_False, 0 ); in CreateObjectShell()
1919 aTargetURL ); in CreateObjectShell()
1924 lErr = pSfxApp->LoadTemplate( mxObjShell,aTargetURL); in CreateObjectShell()
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx264 OUString aTargetURL = xRow->getString( ROW_TARGET_URL ); in enumerateFolderContent() local
265 sal_Bool bHasTargetURL = !xRow->wasNull() && aTargetURL.getLength() > 0; in enumerateFolderContent()
267 OUString sRealURL = bHasTargetURL ? aTargetURL : aContentURL; in enumerateFolderContent()
294 ::ucbhelper::Content aCnt( aTargetURL, xEnvironment ); in enumerateFolderContent()
H A Dtemplwin.cxx881 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, Sequence < PropertyValue >() ); in IMPL_STATIC_LINK_NOINSTANCE()
1917 com::sun::star::util::URL aTargetURL; in IMPL_LINK() local
1918 aTargetURL.Complete = ASCII_STR("slot:5540"); in IMPL_LINK()
1921 xTrans->parseStrict( aTargetURL ); in IMPL_LINK()
1925 xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in IMPL_LINK()
1933 xDisp->dispatch( aTargetURL, aArgs ); in IMPL_LINK()
/trunk/main/framework/source/uielement/
H A Dobjectmenucontroller.cxx152 …impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::star::util::URL& aTargetURL) in impl_select() argument
156 …ring::createFromAscii("ObjectMenuController")).log(m_xServiceManager, m_xFrame, aTargetURL, aArgs); in impl_select()
159 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
H A Dheadermenucontroller.cxx245 …impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::star::util::URL& aTargetURL) in impl_select() argument
249 …terMenuController" : "HeaderMenuController"))).log(m_xServiceManager, m_xFrame, aTargetURL, aArgs); in impl_select()
252 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx89 util::URL aTargetURL; in SfxStatusBarControllerFactory() local
90 aTargetURL.Complete = aCommandURL; in SfxStatusBarControllerFactory()
93 xTrans->parseStrict( aTargetURL ); in SfxStatusBarControllerFactory()
126 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxStatusBarControllerFactory()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx435 com::sun::star::util::URL aTargetURL; in PopupModeEnd() local
439 aTargetURL.Complete = maCommand; in PopupModeEnd()
440 xTrans->parseStrict( aTargetURL ); in PopupModeEnd()
441 …Reference< XDispatch > xDispatch = xDispatchProvider->queryDispatch( aTargetURL, rtl::OUString(), … in PopupModeEnd()
450 xDispatch->dispatch( aTargetURL, aArgs ); in PopupModeEnd()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx811 INetURLObject aTargetURL; in AnchorStart() local
813 aRootURL.GetNewAbsURL( aRef, &aTargetURL ); in AnchorStart()
814 aURL = aTargetURL.GetMainURL( INetURLObject::DECODE_TO_IURI ); in AnchorStart()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx1210 void LibPage::implExportLib( const String& aLibName, const String& aTargetURL, in implExportLib() argument
1219 xModLibContainerExport->exportLibrary( aOULibName, aTargetURL, Handler ); in implExportLib()
1222 xDlgLibContainerExport->exportLibrary( aOULibName, aTargetURL, Handler ); in implExportLib()
1432 String aTargetURL = xFolderPicker->getDirectory(); in ExportAsBasic() local
1433 IDE_DLL()->GetExtraData()->SetAddLibPath( aTargetURL ); in ExportAsBasic()
1436 implExportLib( aLibName, aTargetURL, xDummyHandler ); in ExportAsBasic()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx652 util::URL aTargetURL; member
670 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()
803 pExecuteInfo->aTargetURL = aURL; in ExecSpellPopup()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx1201 rtl::OUString aTargetURL = aTitle; in operator *() local
1205 aTargetURL += rtl::OUString::createFromAscii( "/TargetURL" ); in operator *()
1212 m_pImpl->dir->getByHierarchicalName( aTargetURL ) >>= aValue; in operator *()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2815 rtl::OUString aTargetURL = xIdentifier->getContentIdentifier(); in transfer() local
2816 if ( ( aTargetURL.lastIndexOf( '/' ) + 1 ) in transfer()
2817 != aTargetURL.getLength() ) in transfer()
2818 aTargetURL += rtl::OUString::createFromAscii( "/" ); in transfer()
2820 aTargetURL += aTitle; in transfer()
2823 = new ::ucbhelper::ContentIdentifier( xSMgr, aTargetURL ); in transfer()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx594 …const ::rtl::OUString& aTargetURL, const Reference< XSimpleFileAccess > xToUseSFI, const ::com::su… in implStorePasswordLibrary()
596 bool bExport = aTargetURL.getLength(); in implStorePasswordLibrary()
738 INetURLObject aInetObj( aTargetURL ); in implStorePasswordLibrary()
H A Dnamecont.cxx1389 const ::rtl::OUString& aTargetURL, Reference< XSimpleFileAccess > xToUseSFI, in implStoreLibrary()
1463 bool bExport = aTargetURL.getLength(); in implStoreLibrary()
1473 INetURLObject aInetObj( aTargetURL ); in implStoreLibrary()
1551 const ::rtl::OUString& aTargetURL, Reference< XSimpleFileAccess > xToUseSFI ) in implStoreLibraryIndexFile()
1604 bool bExport = aTargetURL.getLength(); in implStoreLibraryIndexFile()
1612 INetURLObject aInetObj( aTargetURL ); in implStoreLibraryIndexFile()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx553 ::com::sun::star::util::URL aTargetURL; in Execute()
554 aTargetURL.Complete = aUnoUrl; in Execute()
596 ReportError( GEN_RES_STR1( S_UNO_URL_EXECUTE_FAILED_NO_FRAME, aTargetURL.Complete ) ); in Execute()
600 xTrans->parseStrict( aTargetURL ); in Execute()
606 xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in Execute()
617 xDisp->addStatusListener( xListener, aTargetURL ); in Execute()
625 xDisp->dispatch( aTargetURL, aArgs ); in Execute()
630 … ReportError( GEN_RES_STR1( S_UNO_URL_EXECUTE_FAILED_DISABLED, aTargetURL.Complete ) ); in Execute()
631 xDisp->removeStatusListener( xListener, aTargetURL ); in Execute()
634 … ReportError( GEN_RES_STR1( S_UNO_URL_EXECUTE_FAILED_NO_DISPATCHER, aTargetURL.Complete ) ); in Execute()
/trunk/main/basic/source/inc/
H A Dnamecont.hxx265 const ::rtl::OUString& aTargetURL,
275 const ::rtl::OUString& aTargetURL,
315 const ::rtl::OUString& aTargetURL,
/trunk/main/sfx2/inc/
H A Dinettbc.hxx56 ::com::sun::star::util::URL aTargetURL;
/trunk/main/framework/inc/uielement/
H A Dmacrosmenucontroller.hxx54 ::com::sun::star::util::URL aTargetURL;
H A Drecentfilesmenucontroller.hxx34 ::com::sun::star::util::URL aTargetURL;
H A Dnewmenucontroller.hxx66 ::com::sun::star::util::URL aTargetURL;
H A Dcomplextoolbarcontroller.hxx46 ::com::sun::star::util::URL aTargetURL;
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx3393 ::com::sun::star::util::URL aTargetURL; in ChildWindowExecute()
3394aTargetURL.Complete = ::rtl::OUString::createFromAscii(".component:DB/DataSourceBrowser"); in ChildWindowExecute()
3396 xTrans->parseStrict( aTargetURL ); in ChildWindowExecute()
3401 … xDisp = xProv->queryDispatch( aTargetURL, ::rtl::OUString::createFromAscii("_beamer"), 31 ); in ChildWindowExecute()
3408 xDisp->dispatch( aTargetURL, aArgs ); in ChildWindowExecute()

Completed in 274 milliseconds

123