Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/vba/
H A Dvbawindows.cxx60 class WindowComponentEnumImpl : public EnumerationHelper_BASE class
68WindowComponentEnumImpl( const uno::Reference< uno::XComponentContext >& xContext, const Component… in WindowComponentEnumImpl() function in WindowComponentEnumImpl
73WindowComponentEnumImpl( const uno::Reference< uno::XComponentContext >& xContext ) throw ( uno::R… in WindowComponentEnumImpl() function in WindowComponentEnumImpl
105 class WindowEnumImpl : public WindowComponentEnumImpl
109 …xt, const Components& components, const uno::Any& aApplication ):WindowComponentEnumImpl( xContext… in WindowEnumImpl()
110 …:XComponentContext >& xContext, const uno::Any& aApplication ): WindowComponentEnumImpl( xContext… in WindowEnumImpl()
113 return ComponentToWindow( WindowComponentEnumImpl::nextElement(), m_xContext, m_aApplication ); in nextElement()
130 uno::Reference< container::XEnumeration > xEnum = new WindowComponentEnumImpl( m_xContext ); in WindowsAccessImpl()
154 return new WindowComponentEnumImpl( m_xContext, m_windows ); in createEnumeration()

Completed in 11 milliseconds