output.hxx (38d50f7b) | output.hxx (d8ed516e) |
---|---|
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 --- 231 unchanged lines hidden (view full) --- 240 void PostPrintDrawingLayer(const Point& rMMOffset); // #i74768# need offset for FormLayer 241 void PrintDrawingLayer(const sal_uInt16 nLayer, const Point& rMMOffset); 242 243 // nur Bildschirm: 244 void DrawingSingle(const sal_uInt16 nLayer); 245 void DrawSelectiveObjects(const sal_uInt16 nLayer); 246 247 sal_Bool SetChangedClip(); // sal_False = nix | 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 --- 231 unchanged lines hidden (view full) --- 240 void PostPrintDrawingLayer(const Point& rMMOffset); // #i74768# need offset for FormLayer 241 void PrintDrawingLayer(const sal_uInt16 nLayer, const Point& rMMOffset); 242 243 // nur Bildschirm: 244 void DrawingSingle(const sal_uInt16 nLayer); 245 void DrawSelectiveObjects(const sal_uInt16 nLayer); 246 247 sal_Bool SetChangedClip(); // sal_False = nix |
248 PolyPolygon GetChangedArea(); | 248 Region GetChangedAreaRegion(); |
249 250 void FindChanged(); 251 void SetPagebreakMode( ScPageBreakData* pPageData ); 252#ifdef OLD_SELECTION_PAINT 253 void DrawMark( Window* pWin ); 254#endif 255 void DrawRefMark( SCCOL nRefStartX, SCROW nRefStartY, 256 SCCOL nRefEndX, SCROW nRefEndY, --- 15 unchanged lines hidden --- | 249 250 void FindChanged(); 251 void SetPagebreakMode( ScPageBreakData* pPageData ); 252#ifdef OLD_SELECTION_PAINT 253 void DrawMark( Window* pWin ); 254#endif 255 void DrawRefMark( SCCOL nRefStartX, SCROW nRefStartY, 256 SCCOL nRefEndX, SCROW nRefEndY, --- 15 unchanged lines hidden --- |