ScrollHelper.hxx (9ee13d13) ScrollHelper.hxx (fb0b81f5)
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

--- 157 unchanged lines hidden (view full) ---

166 sal_Int32 getMaxMarkerWidth(sal_Bool _bWithEnd) const;
167
168 /** checks if the keycode is known by the child windows
169 @param _rCode the keycode
170 @return <TRUE/> if the keycode is handled otherwise <FALSE/>
171 */
172 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
173
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

--- 157 unchanged lines hidden (view full) ---

166 sal_Int32 getMaxMarkerWidth(sal_Bool _bWithEnd) const;
167
168 /** checks if the keycode is known by the child windows
169 @param _rCode the keycode
170 @return <TRUE/> if the keycode is handled otherwise <FALSE/>
171 */
172 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
173
174 /** the the section as marked or not marked
174 /** the section as marked or not marked
175 @param _pSectionView the section where to set the marked flag
176 @param _bMark the marked flag
177 */
178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
179 void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
180 void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
181
182 // IMarkedSection

--- 43 unchanged lines hidden ---
175 @param _pSectionView the section where to set the marked flag
176 @param _bMark the marked flag
177 */
178 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
179 void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
180 void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
181
182 // IMarkedSection

--- 43 unchanged lines hidden ---