Searched refs:SetCellStyleTop (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 199 void SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle );
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 901 maArray.SetCellStyleTop( nCol, nRow, aStyle ); in CalcLineMap()
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 424 void Array::SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTop() function in svx::frame::Array 474 SetCellStyleTop( nCol, nRow, rStyle ); in SetRowStyleTop()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 968 maArray.SetCellStyleTop( nCol, nRow, aStyle ); in CalcLineMap()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 1625 rArray.SetCellStyleTop( nCol, nRow, aStyle ); in DrawRotatedFrame() 1634 rArray.SetCellStyleTop( nCol, nRow + 1, aStyle ); in DrawRotatedFrame()
|
/aoo41x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 1038 …rArray.SetCellStyleTop( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetTop(), nScaleY ) ); in FillInfo()
|
Completed in 105 milliseconds