Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx505 const Style& Array::GetCellStyleRight( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleRight() function in svx::frame::Array
1046GetCellStyleRight( _nLastCol, _nLastRow ), GetCellStyleBottom( _nLastCol, _nLastRow ), in DrawRange()
1048GetCellStyleRight( _nLastCol, _nFirstRow ), GetCellStyleTop( _nLastCol, _nFirstRow ), in DrawRange()
1074 const Style* pEndRFromT = &GetCellStyleRight( nFirstCol, nRow - 1 ); in DrawRange()
1076 const Style* pEndRFromB = &GetCellStyleRight( nFirstCol, nRow ); in DrawRange()
1093 const Style& rRFromT = GetCellStyleRight( nCol, nRow - 1 ); in DrawRange()
1095 const Style& rRFromB = GetCellStyleRight( nCol, nRow ); in DrawRange()
/aoo41x/main/svx/inc/svx/
H A Dframelinkarray.hxx241 const Style& GetCellStyleRight( size_t nCol, size_t nRow, bool bSimple = false ) const;
/aoo41x/main/sc/source/ui/view/
H A Doutput.cxx1586 aRightLine = rArray.GetCellStyleRight( nCol, nRow ); in DrawRotatedFrame()

Completed in 35 milliseconds