Home
last modified time | relevance | path

Searched refs:pSupportedURLs (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1250 const URL* pSupportedURLs = aSupportedURLs.getConstArray(); in disposing() local
1251 for ( sal_uInt16 i=0; i < ( aSupportedURLs.getLength() ) && !bKnownSender; ++i, ++pSupportedURLs ) in disposing()
2822 const ::com::sun::star::util::URL* pSupportedURLs = aSupportedURLs.getConstArray(); in UpdateDispatches() local
2824 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in UpdateDispatches()
2826 xNewDispatch = queryDispatch(*pSupportedURLs, rtl::OUString(), 0); in UpdateDispatches()
2865 const ::com::sun::star::util::URL* pSupportedURLs = aSupportedURLs.getConstArray(); in ConnectToDispatcher() local
2866 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in ConnectToDispatcher()
2869 m_pDispatchers[i] = queryDispatch(*pSupportedURLs, rtl::OUString(), 0); in ConnectToDispatcher()
2872 …ispatchers[i]->addStatusListener((::com::sun::star::frame::XStatusListener*)this, *pSupportedURLs); in ConnectToDispatcher()
2894 const ::com::sun::star::util::URL* pSupportedURLs = aSupportedURLs.getConstArray(); in DisConnectFromDispatcher() local
[all …]

Completed in 30 milliseconds