Lines Matching refs:pSupportedURLs

1250 		const URL* pSupportedURLs = aSupportedURLs.getConstArray();  in disposing()  local
1251 for ( sal_uInt16 i=0; i < ( aSupportedURLs.getLength() ) && !bKnownSender; ++i, ++pSupportedURLs ) in disposing()
1255 …tatusListener( static_cast< ::com::sun::star::frame::XStatusListener* >( this ), *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()
2830 …atchers[i]->removeStatusListener((::com::sun::star::frame::XStatusListener*)this, *pSupportedURLs); in UpdateDispatches()
2833 …ispatchers[i]->addStatusListener((::com::sun::star::frame::XStatusListener*)this, *pSupportedURLs); 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
2895 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in DisConnectFromDispatcher()
2898 …atchers[i]->removeStatusListener((::com::sun::star::frame::XStatusListener*)this, *pSupportedURLs); in DisConnectFromDispatcher()