Searched refs:GetCellStyleTop (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 526 const Style& Array::GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleTop() function in svx::frame::Array 1045 … GetCellStyleLeft( _nFirstCol, _nFirstRow ), GetCellStyleTop( _nFirstCol, _nFirstRow ), in DrawRange() 1048 … GetCellStyleRight( _nLastCol, _nFirstRow ), GetCellStyleTop( _nLastCol, _nFirstRow ), in DrawRange() 1065 const Style* pStart = &GetCellStyleTop( nFirstCol, nRow ); in DrawRange() 1068 const Style* pStartLFromL = &GetCellStyleTop( nFirstCol - 1, nRow ); in DrawRange() 1075 const Style* pEndRFromR = &GetCellStyleTop( nFirstCol + 1, nRow ); in DrawRange() 1094 const Style& rRFromR = GetCellStyleTop( nCol + 1, nRow ); in DrawRange() 1146 const Style* pStartTFromL = &GetCellStyleTop( nCol - 1, nFirstRow ); in DrawRange() 1148 const Style* pStartTFromR = &GetCellStyleTop( nCol, nFirstRow ); in DrawRange()
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 250 const Style& GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple = false ) const;
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output.cxx | 1583 aTopLine = rArray.GetCellStyleTop( nCol, nRow ); in DrawRotatedFrame() 1622 … if ( rArray.GetCellStyleTop( nCol, nRow ).Prim() && eRotMode != SVX_ROTATE_MODE_TOP ) in DrawRotatedFrame()
|
Completed in 31 milliseconds