Lines Matching refs:frame

60                     DIRECT_INTERFACE(css::frame::XDispatchInformationProvider))  in DEFINE_XINTERFACE_1()
64 … const css::uno::Reference< css::frame::XFrame >& xFrame) in DEFINE_XINTERFACE_1()
80 …css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > > lProvider = … in getSupportedCommandGroups()
89 css::uno::Reference< css::frame::XDispatchInformationProvider > xProvider = lProvider[i1]; in getSupportedCommandGroups()
109 css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL DispatchInformationProvider::getConf… in getConfigurableDispatchInformation()
112 …css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > > lProvider = … in getConfigurableDispatchInformation()
116 BaseHash< css::frame::DispatchInformation > lInfos; in getConfigurableDispatchInformation()
123 … css::uno::Reference< css::frame::XDispatchInformationProvider > xProvider = lProvider[i1]; in getConfigurableDispatchInformation()
127 …const css::uno::Sequence< css::frame::DispatchInformation > lProviderInfos = xProvider->getConfigu… in getConfigurableDispatchInformation()
132 … const css::frame::DispatchInformation& rInfo = lProviderInfos[i2]; in getConfigurableDispatchInformation()
133 … BaseHash< css::frame::DispatchInformation >::const_iterator pInfo = lInfos.find(rInfo.Command); in getConfigurableDispatchInformation()
147 css::uno::Sequence< css::frame::DispatchInformation > lReturn(c1); in getConfigurableDispatchInformation()
148 BaseHash< css::frame::DispatchInformation >::const_iterator pStepp ; in getConfigurableDispatchInformation()
159 css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > > DispatchInfor… in implts_getAllSubProvider()
164 …css::uno::Reference< css::frame::XFrame > xFrame(m_xFrame.get(), css::uno::UNO_QUERY); in implts_getAllSubProvider()
169 … return css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > >(); in implts_getAllSubProvider()
172 …css::uno::Reference< css::uno::XInterface > xCloser(static_cast< css::frame::XDispatch* >(pCloser)… in implts_getAllSubProvider()
174 …css::uno::Reference< css::frame::XDispatchInformationProvider > xCloseDispatch(xCloser … in implts_getAllSubProvider()
175 …css::uno::Reference< css::frame::XDispatchInformationProvider > xController (xFrame->getControll… in implts_getAllSubProvider()
176 …css::uno::Reference< css::frame::XDispatchInformationProvider > xAppDispatcher(xSMGR->createInstan… in implts_getAllSubProvider()
178 …css::uno::Sequence< css::uno::Reference< css::frame::XDispatchInformationProvider > > lProvider(3); in implts_getAllSubProvider()