Lines Matching refs:FormViewPageWindowAdapter

172 DBG_NAME(FormViewPageWindowAdapter)  in DBG_NAME()  argument
174 FormViewPageWindowAdapter::FormViewPageWindowAdapter( const ::comphelper::ComponentContext& _rConte… in DBG_NAME()
180 DBG_CTOR(FormViewPageWindowAdapter,NULL); in DBG_NAME()
205 FormViewPageWindowAdapter::~FormViewPageWindowAdapter() in ~FormViewPageWindowAdapter()
207 DBG_DTOR(FormViewPageWindowAdapter,NULL); in ~FormViewPageWindowAdapter()
211 void FormViewPageWindowAdapter::dispose() in dispose()
246 sal_Bool SAL_CALL FormViewPageWindowAdapter::hasElements(void) throw( RuntimeException ) in hasElements()
252 Type SAL_CALL FormViewPageWindowAdapter::getElementType(void) throw( RuntimeException ) in getElementType()
259 Reference< XEnumeration > SAL_CALL FormViewPageWindowAdapter::createEnumeration(void) throw( Runti… in createEnumeration()
266 sal_Int32 SAL_CALL FormViewPageWindowAdapter::getCount(void) throw( RuntimeException ) in getCount()
272 Any SAL_CALL FormViewPageWindowAdapter::getByIndex(sal_Int32 nIndex) throw( IndexOutOfBoundsExcepti… in getByIndex()
284 void SAL_CALL FormViewPageWindowAdapter::makeVisible( const Reference< XControl >& _Control ) throw… in makeVisible()
323 Reference< XFormController > FormViewPageWindowAdapter::getController( const Reference< XForm > & … in getController()
341 void FormViewPageWindowAdapter::setController(const Reference< XForm > & xForm, const Reference< XF… in setController()
401 void FormViewPageWindowAdapter::updateTabOrder( const Reference< XForm >& _rxForm ) in updateTabOrder()
595 … PFormViewPageWindowAdapter pAdapter = new FormViewPageWindowAdapter( m_aContext, rWindow, this ); in addWindow()