Searched refs:xViewPane (Results 1 – 3 of 3) sorted by relevance
474 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in ActivePane() local475 return new ScVbaPane( this, mxContext, m_xModel, xViewPane ); in ActivePane()607 uno::Reference< sheet::XViewPane > xViewPane( getController(), uno::UNO_QUERY_THROW ); in setFreezePanes() local608 uno::Reference< sheet::XViewSplitable > xViewSplitable( xViewPane, uno::UNO_QUERY_THROW ); in setFreezePanes()609 uno::Reference< sheet::XViewFreezable > xViewFreezable( xViewPane, uno::UNO_QUERY_THROW ); in setFreezePanes()622 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);
Completed in 19 milliseconds