Searched refs:SetCellStyleRight (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 196 void SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle );
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 899 maArray.SetCellStyleRight( nCol, nRow, aStyle ); in CalcLineMap()
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 418 void Array::SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleRight() function in svx::frame::Array 467 SetCellStyleRight( nCol, nRow, rStyle ); in SetColumnStyleRight()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 966 maArray.SetCellStyleRight( nCol, nRow, aStyle ); in CalcLineMap()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 1642 rArray.SetCellStyleRight( nCol - 1, nRow, svx::frame::Style() ); in DrawRotatedFrame() 1646 rArray.SetCellStyleRight( nCol, nRow, svx::frame::Style() ); in DrawRotatedFrame()
|
/aoo41x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 1037 …rArray.SetCellStyleRight( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetRight(), nScaleX ) ); in FillInfo()
|
Completed in 58 milliseconds