Searched refs:pSupportedURLs (Results 1 – 1 of 1) sorted by relevance
1250 const URL* pSupportedURLs = aSupportedURLs.getConstArray(); in disposing() local1251 … 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() local2824 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() local2866 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in ConnectToDispatcher()[all …]