Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx547 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()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx259 const Style& GetCellStyleBottom( size_t nCol, size_t nRow, bool bSimple = false ) const;
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1584 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