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

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

179 void showProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xReportComponent);
180
181 /** checks if the keycode is known by the child windows
182 @param _rCode the keycode
183 @return <TRUE/> if the keycode is handled otherwise <FALSE/>
184 */
185 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
186
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

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

179 void showProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xReportComponent);
180
181 /** checks if the keycode is known by the child windows
182 @param _rCode the keycode
183 @return <TRUE/> if the keycode is handled otherwise <FALSE/>
184 */
185 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
186
187 /** the the section as marked or not marked
187 /** the section as marked or not marked
188 @param _pSectionView the section where to set the marked flag
189 @param _bMark the marked flag
190 */
191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
192 void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
193 void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
194
195 // IMarkedSection

--- 46 unchanged lines hidden ---
188 @param _pSectionView the section where to set the marked flag
189 @param _bMark the marked flag
190 */
191 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
192 void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
193 void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
194
195 // IMarkedSection

--- 46 unchanged lines hidden ---