Home
last modified time | relevance | path

Searched refs:GetCellStyleTop (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx526 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()
/aoo41x/main/svx/inc/svx/
H A Dframelinkarray.hxx250 const Style& GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple = false ) const;
/aoo41x/main/sc/source/ui/view/
H A Doutput.cxx1583 aTopLine = rArray.GetCellStyleTop( nCol, nRow ); in DrawRotatedFrame()
1622 … if ( rArray.GetCellStyleTop( nCol, nRow ).Prim() && eRotMode != SVX_ROTATE_MODE_TOP ) in DrawRotatedFrame()

Completed in 25 milliseconds