Searched refs:xViewPane (Results 1 – 3 of 3) sorted by relevance
473 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in ActivePane() local474 return new ScVbaPane( this, mxContext, m_xModel, xViewPane ); in ActivePane()606 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in setFreezePanes() local607 uno::Reference< sheet::XViewSplitable > xViewSplitable( xViewPane, uno::UNO_QUERY_THROW ); in setFreezePanes()608 uno::Reference< sheet::XViewFreezable > xViewFreezable( xViewPane, uno::UNO_QUERY_THROW ); in setFreezePanes()621 table::CellRangeAddress aCellRangeAddress = xViewPane->getVisibleRange(); in setFreezePanes()
37 const uno::Reference< sheet::XViewPane > xViewPane ) throw (uno::RuntimeException) : in ScVbaPane()40 m_xViewPane( xViewPane, uno::UNO_SET_THROW ) in ScVbaPane()
40 … const css::uno::Reference< css::sheet::XViewPane > xViewPane ) throw (css::uno::RuntimeException);