document.hxx (237246f4) document.hxx (3a02adb1)
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

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

1223 SC_DLLPUBLIC void ApplyPattern( SCCOL nCol, SCROW nRow, SCTAB nTab,
1224 const ScPatternAttr& rAttr );
1225 SC_DLLPUBLIC void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow,
1226 SCCOL nEndCol, SCROW nEndRow,
1227 const ScMarkData& rMark, const ScPatternAttr& rAttr );
1228 SC_DLLPUBLIC void ApplyPatternAreaTab( SCCOL nStartCol, SCROW nStartRow,
1229 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
1230 const ScPatternAttr& rAttr );
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

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

1223 SC_DLLPUBLIC void ApplyPattern( SCCOL nCol, SCROW nRow, SCTAB nTab,
1224 const ScPatternAttr& rAttr );
1225 SC_DLLPUBLIC void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow,
1226 SCCOL nEndCol, SCROW nEndRow,
1227 const ScMarkData& rMark, const ScPatternAttr& rAttr );
1228 SC_DLLPUBLIC void ApplyPatternAreaTab( SCCOL nStartCol, SCROW nStartRow,
1229 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
1230 const ScPatternAttr& rAttr );
1231 SC_DLLPUBLIC void ApplyPooledPatternAreaTab( SCCOL nStartCol, SCROW nStartRow,
1232 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab,
1233 const ScPatternAttr& rPooledAttr, const ScPatternAttr& rAttr );
1231 SC_DLLPUBLIC void ApplyPatternIfNumberformatIncompatible(
1232 const ScRange& rRange, const ScMarkData& rMark,
1233 const ScPatternAttr& rPattern, short nNewType );
1234
1235 void ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab,
1236 const ScStyleSheet& rStyle);
1237 void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow,
1238 SCCOL nEndCol, SCROW nEndRow,

--- 656 unchanged lines hidden ---
1234 SC_DLLPUBLIC void ApplyPatternIfNumberformatIncompatible(
1235 const ScRange& rRange, const ScMarkData& rMark,
1236 const ScPatternAttr& rPattern, short nNewType );
1237
1238 void ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab,
1239 const ScStyleSheet& rStyle);
1240 void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow,
1241 SCCOL nEndCol, SCROW nEndRow,

--- 656 unchanged lines hidden ---