vbawindow.hxx (38d50f7b) | vbawindow.hxx (a9ad1b25) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 35 unchanged lines hidden (view full) --- 44 css::uno::Reference< ov::excel::XPane > m_xPane; 45 46 void init(); 47 css::uno::Reference< css::beans::XPropertySet > getControllerProps() throw (css::uno::RuntimeException); 48 css::uno::Reference< css::beans::XPropertySet > getFrameProps() throw (css::uno::RuntimeException); 49 css::uno::Reference< css::awt::XDevice > getDevice() throw (css::uno::RuntimeException); 50 51protected: | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 35 unchanged lines hidden (view full) --- 44 css::uno::Reference< ov::excel::XPane > m_xPane; 45 46 void init(); 47 css::uno::Reference< css::beans::XPropertySet > getControllerProps() throw (css::uno::RuntimeException); 48 css::uno::Reference< css::beans::XPropertySet > getFrameProps() throw (css::uno::RuntimeException); 49 css::uno::Reference< css::awt::XDevice > getDevice() throw (css::uno::RuntimeException); 50 51protected: |
52 void SplitAtDefinedPosition(sal_Bool _bUnFreezePane); | 52 void SplitAtDefinedPosition( sal_Int32 nColumns, sal_Int32 nRows ); |
53 54public: 55 void Scroll( const css::uno::Any& Down, const css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft, bool bLargeScroll = false ) throw (css::uno::RuntimeException); 56 57public: 58 ScVbaWindow( 59 const css::uno::Reference< ov::XHelperInterface >& xParent, 60 const css::uno::Reference< css::uno::XComponentContext >& xContext, --- 69 unchanged lines hidden --- | 53 54public: 55 void Scroll( const css::uno::Any& Down, const css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft, bool bLargeScroll = false ) throw (css::uno::RuntimeException); 56 57public: 58 ScVbaWindow( 59 const css::uno::Reference< ov::XHelperInterface >& xParent, 60 const css::uno::Reference< css::uno::XComponentContext >& xContext, --- 69 unchanged lines hidden --- |