transobj.hxx (38d50f7b) | transobj.hxx (474a1d93) |
---|---|
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 --- 48 unchanged lines hidden (view full) --- 57 SCROW nDragHandleY; 58 SCTAB nVisibleTab; 59 sal_uInt16 nDragSourceFlags; 60 sal_Bool bDragWasInternal; 61 sal_Bool bUsedForLink; 62 bool bHasFiltered; // if has filtered rows 63 bool bUseInApi; // to recognize clipboard content copied from API 64 | 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 --- 48 unchanged lines hidden (view full) --- 57 SCROW nDragHandleY; 58 SCTAB nVisibleTab; 59 sal_uInt16 nDragSourceFlags; 60 sal_Bool bDragWasInternal; 61 sal_Bool bUsedForLink; 62 bool bHasFiltered; // if has filtered rows 63 bool bUseInApi; // to recognize clipboard content copied from API 64 |
65 void InitDocShell(); | 65 // #123405# added parameter to allow size calculation without limitation 66 // to PageSize, e.g. used for Metafile creation for clipboard. 67 void InitDocShell(bool bLimitToPageSize); |
66 static void StripRefs( ScDocument* pDoc, SCCOL nStartX, SCROW nStartY, 67 SCCOL nEndX, SCROW nEndY, 68 ScDocument* pDestDoc=0, 69 SCCOL nSubX=0, SCROW nSubY=0 ); 70 static void PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPrintFactor, 71 const ScRange& rBlock, sal_Bool bMetaFile ); 72 static void GetAreaSize( ScDocument* pDoc, SCTAB nTab1, SCTAB nTab2, SCROW& nRow, SCCOL& nCol ); 73 --- 41 unchanged lines hidden --- | 68 static void StripRefs( ScDocument* pDoc, SCCOL nStartX, SCROW nStartY, 69 SCCOL nEndX, SCROW nEndY, 70 ScDocument* pDestDoc=0, 71 SCCOL nSubX=0, SCROW nSubY=0 ); 72 static void PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPrintFactor, 73 const ScRange& rBlock, sal_Bool bMetaFile ); 74 static void GetAreaSize( ScDocument* pDoc, SCTAB nTab1, SCTAB nTab2, SCROW& nRow, SCCOL& nCol ); 75 --- 41 unchanged lines hidden --- |