document.hxx (557cb412) | document.hxx (3ce8cab8) |
---|---|
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 --- 1284 unchanged lines hidden (view full) --- 1293 SCCOL nVCol, SCROW nVRow, SCTAB nVTab, 1294 const String& sValStr, double& nX); 1295 1296 void ApplySelectionPattern( const ScPatternAttr& rAttr, const ScMarkData& rMark ); 1297 void DeleteSelection( sal_uInt16 nDelFlag, const ScMarkData& rMark ); 1298 void DeleteSelectionTab( SCTAB nTab, sal_uInt16 nDelFlag, const ScMarkData& rMark ); 1299 1300 SC_DLLPUBLIC void SetColWidth( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ); | 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 --- 1284 unchanged lines hidden (view full) --- 1293 SCCOL nVCol, SCROW nVRow, SCTAB nVTab, 1294 const String& sValStr, double& nX); 1295 1296 void ApplySelectionPattern( const ScPatternAttr& rAttr, const ScMarkData& rMark ); 1297 void DeleteSelection( sal_uInt16 nDelFlag, const ScMarkData& rMark ); 1298 void DeleteSelectionTab( SCTAB nTab, sal_uInt16 nDelFlag, const ScMarkData& rMark ); 1299 1300 SC_DLLPUBLIC void SetColWidth( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ); |
1301 SC_DLLPUBLIC void SetColWidthOnly( SCCOL nCol, SCTAB nTab, sal_uInt16 nNewWidth ); |
|
1301 SC_DLLPUBLIC void SetRowHeight( SCROW nRow, SCTAB nTab, sal_uInt16 nNewHeight ); 1302 SC_DLLPUBLIC void SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, 1303 sal_uInt16 nNewHeight ); 1304 1305 SC_DLLPUBLIC void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, 1306 sal_uInt16 nNewHeight ); 1307 void SetManualHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_Bool bManual ); 1308 --- 593 unchanged lines hidden --- | 1302 SC_DLLPUBLIC void SetRowHeight( SCROW nRow, SCTAB nTab, sal_uInt16 nNewHeight ); 1303 SC_DLLPUBLIC void SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, 1304 sal_uInt16 nNewHeight ); 1305 1306 SC_DLLPUBLIC void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, 1307 sal_uInt16 nNewHeight ); 1308 void SetManualHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_Bool bManual ); 1309 --- 593 unchanged lines hidden --- |