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

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

251 ::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const;
252
253 /** checks if the keycode is known by the child windows
254 @param _rCode the keycode
255 @return <TRUE/> if the keycode is handled otherwise <FALSE/>
256 */
257 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
258
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

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

251 ::boost::shared_ptr<OSectionWindow> getSectionWindow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const;
252
253 /** checks if the keycode is known by the child windows
254 @param _rCode the keycode
255 @return <TRUE/> if the keycode is handled otherwise <FALSE/>
256 */
257 sal_Bool handleKeyEvent(const KeyEvent& _rEvent);
258
259 /** the the section as marked or not marked
259 /** the section as marked or not marked
260 @param _pSectionView the section where to set the marked flag
261 @param _bMark the marked flag
262 */
263 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
264 void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
265 void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
266
267 // IMarkedSection

--- 90 unchanged lines hidden ---
260 @param _pSectionView the section where to set the marked flag
261 @param _bMark the marked flag
262 */
263 void setMarked(OSectionView* _pSectionView,sal_Bool _bMark);
264 void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
265 void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape,sal_Bool _bMark);
266
267 // IMarkedSection

--- 90 unchanged lines hidden ---