Home
last modified time | relevance | path

Searched refs:ApplyStyleArea (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/inc/
H A Dattarray.hxx124 void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, ScStyleSheet* pStyle );
H A Dcolumn.hxx325 void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle );
H A Dtable.hxx569 …void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScStyl…
H A Ddocument.hxx1264 void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow,
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx497 void ScColumn::ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle ) in ApplyStyleArea() function in ScColumn
499 pAttrArray->ApplyStyleArea(nStartRow, nEndRow, (ScStyleSheet*)&rStyle); in ApplyStyleArea()
512 pAttrArray->ApplyStyleArea(nTop, nBottom, (ScStyleSheet*)&rStyle); in ApplySelectionStyle()
H A Ddocument.cxx4019 void ScDocument::ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, in ApplyStyleArea() function in ScDocument
4027 pTab[i]->ApplyStyleArea( nStartCol, nStartRow, nEndCol, nEndRow, rStyle ); in ApplyStyleArea()
4036 pTab[nTab]->ApplyStyleArea( nStartCol, nStartRow, nEndCol, nEndRow, rStyle ); in ApplyStyleAreaTab()
4047 ApplyStyleArea( aRange.aStart.Col(), aRange.aStart.Row(), in ApplySelectionStyle()
H A Dtable2.cxx1963 void ScTable::ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const… in ApplyStyleArea() function in ScTable
1970 aCol[i].ApplyStyleArea(nStartRow, nEndRow, rStyle); in ApplyStyleArea()
H A Dtable4.cxx629 aCol[nCol].ApplyStyleArea( nY1, nY2, *pStyleSheet ); in FillAuto()
H A Dattarray.cxx502 void ScAttrArray::ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, ScStyleSheet* pStyle ) in ApplyStyleArea() function in ScAttrArray

Completed in 128 milliseconds