svdpagv.hxx (3334a7e6) | svdpagv.hxx (a56bd57b) |
---|---|
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 --- 105 unchanged lines hidden (view full) --- 114 /** finds the page window whose PaintWindow belongs to the given output device 115 116 In opposite to FindPageWindow, this method also cares possibly patched PaintWindow instances. 117 That is, a SdrPageWindow might have an original, and a patched SdrPaintWindow instance - if 118 this is the case, then the original SdrPaintWindow is examined before the patched one. 119 */ 120 const SdrPageWindow* FindPatchedPageWindow( const OutputDevice& rOutDev ) const; 121 | 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 --- 105 unchanged lines hidden (view full) --- 114 /** finds the page window whose PaintWindow belongs to the given output device 115 116 In opposite to FindPageWindow, this method also cares possibly patched PaintWindow instances. 117 That is, a SdrPageWindow might have an original, and a patched SdrPaintWindow instance - if 118 this is the case, then the original SdrPaintWindow is examined before the patched one. 119 */ 120 const SdrPageWindow* FindPatchedPageWindow( const OutputDevice& rOutDev ) const; 121 |
122 void PaintOutlinerView(OutputDevice* pOut, const Rectangle& rRect) const; | |
123private: 124 SVX_DLLPRIVATE SdrPageWindow& CreateNewPageWindowEntry(SdrPaintWindow& rPaintWindow); 125 126protected: 127 void ImpInvalidateHelpLineArea(sal_uInt16 nNum) const; 128 129protected: 130 void SetLayer(const String& rName, SetOfByte& rBS, sal_Bool bJa); --- 163 unchanged lines hidden --- | 122private: 123 SVX_DLLPRIVATE SdrPageWindow& CreateNewPageWindowEntry(SdrPaintWindow& rPaintWindow); 124 125protected: 126 void ImpInvalidateHelpLineArea(sal_uInt16 nNum) const; 127 128protected: 129 void SetLayer(const String& rName, SetOfByte& rBS, sal_Bool bJa); --- 163 unchanged lines hidden --- |