Searched refs:GetCellStyleLeft (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 484 const Style& Array::GetCellStyleLeft( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleLeft() function in svx::frame::Array 1045 … GetCellStyleLeft( _nFirstCol, _nFirstRow ), GetCellStyleTop( _nFirstCol, _nFirstRow ), in DrawRange() 1047 … GetCellStyleLeft( _nFirstCol, _nLastRow ), GetCellStyleBottom( _nFirstCol, _nLastRow ), in DrawRange() 1067 const Style* pStartLFromT = &GetCellStyleLeft( nFirstCol, nRow - 1 ); in DrawRange() 1069 const Style* pStartLFromB = &GetCellStyleLeft( nFirstCol, nRow ); in DrawRange() 1144 const Style* pStart = &GetCellStyleLeft( nCol, nFirstRow ); in DrawRange() 1147 const Style* pStartTFromT = &GetCellStyleLeft( nCol, nFirstRow - 1 ); in DrawRange() 1154 const Style* pEndBFromB = &GetCellStyleLeft( nCol, nFirstRow + 1 ); in DrawRange() 1173 const Style& rBFromB = GetCellStyleLeft( nCol, nRow + 1 ); in DrawRange()
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 232 const Style& GetCellStyleLeft( size_t nCol, size_t nRow, bool bSimple = false ) const;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 1585 aLeftLine = rArray.GetCellStyleLeft( nCol, nRow ); in DrawRotatedFrame()
|
Completed in 46 milliseconds