Lines Matching refs:aSupportedURLs
1249 const Sequence< URL>& aSupportedURLs = getSupportedURLs(); in disposing() local
1250 const URL* pSupportedURLs = aSupportedURLs.getConstArray(); in disposing()
1251 for ( sal_uInt16 i=0; i < ( aSupportedURLs.getLength() ) && !bKnownSender; ++i, ++pSupportedURLs ) in disposing()
2821 const Sequence< ::com::sun::star::util::URL>& aSupportedURLs = getSupportedURLs(); in UpdateDispatches() local
2822 const ::com::sun::star::util::URL* pSupportedURLs = aSupportedURLs.getConstArray(); in UpdateDispatches()
2824 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in UpdateDispatches()
2858 const Sequence< ::com::sun::star::util::URL>& aSupportedURLs = getSupportedURLs(); in ConnectToDispatcher() local
2861 m_pStateCache = new sal_Bool[aSupportedURLs.getLength()]; in ConnectToDispatcher()
2862 m_pDispatchers = new Reference< ::com::sun::star::frame::XDispatch > [aSupportedURLs.getLength()]; in ConnectToDispatcher()
2865 const ::com::sun::star::util::URL* pSupportedURLs = aSupportedURLs.getConstArray(); in ConnectToDispatcher()
2866 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in ConnectToDispatcher()
2893 const Sequence< ::com::sun::star::util::URL>& aSupportedURLs = getSupportedURLs(); in DisConnectFromDispatcher() local
2894 const ::com::sun::star::util::URL* pSupportedURLs = aSupportedURLs.getConstArray(); in DisConnectFromDispatcher()
2895 for (sal_uInt16 i=0; i<aSupportedURLs.getLength(); ++i, ++pSupportedURLs) in DisConnectFromDispatcher()