Searched refs:GetCellStyleBottom (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 547 const Style& Array::GetCellStyleBottom( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleBottom() function in svx::frame::Array 1046 … GetCellStyleRight( _nLastCol, _nLastRow ), GetCellStyleBottom( _nLastCol, _nLastRow ), in DrawRange() 1047 … GetCellStyleLeft( _nFirstCol, _nLastRow ), GetCellStyleBottom( _nFirstCol, _nLastRow ), in DrawRange() 1153 const Style* pEndBFromL = &GetCellStyleBottom( nCol - 1, nFirstRow ); in DrawRange() 1155 const Style* pEndBFromR = &GetCellStyleBottom( nCol, nFirstRow ); in DrawRange() 1172 const Style& rBFromL = GetCellStyleBottom( nCol - 1, nRow ); in DrawRange() 1174 const Style& rBFromR = GetCellStyleBottom( nCol, nRow ); in DrawRange()
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 259 const Style& GetCellStyleBottom( size_t nCol, size_t nRow, bool bSimple = false ) const;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 1584 aBottomLine = rArray.GetCellStyleBottom( nCol, nRow ); in DrawRotatedFrame() 1629 … if ( rArray.GetCellStyleBottom( nCol, nRow ).Prim() && eRotMode != SVX_ROTATE_MODE_BOTTOM ) in DrawRotatedFrame()
|
Completed in 25 milliseconds