Searched refs:ArrayImpl (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svx/source/dialog/ |
| H A D | framelinkarray.cxx | 121 ArrayImpl::ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ) : in ArrayImpl() function in svx::frame::ArrayImpl 140 const Cell& ArrayImpl::GetCell( size_t nCol, size_t nRow ) const in GetCell() 145 Cell& ArrayImpl::GetCellAcc( size_t nCol, size_t nRow ) in GetCellAcc() 151 size_t ArrayImpl::GetMergedFirstCol( size_t nCol, size_t nRow ) const in GetMergedFirstCol() 158 size_t ArrayImpl::GetMergedFirstRow( size_t nCol, size_t nRow ) const in GetMergedFirstRow() 165 size_t ArrayImpl::GetMergedLastCol( size_t nCol, size_t nRow ) const in GetMergedLastCol() 172 size_t ArrayImpl::GetMergedLastRow( size_t nCol, size_t nRow ) const in GetMergedLastRow() 179 const Cell& ArrayImpl::GetMergedOriginCell( size_t nCol, size_t nRow ) const in GetMergedOriginCell() 184 Cell& ArrayImpl::GetMergedOriginCellAcc( size_t nCol, size_t nRow ) in GetMergedOriginCellAcc() 189 bool ArrayImpl::IsMergedOverlappedLeft( size_t nCol, size_t nRow ) const in IsMergedOverlappedLeft() [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | framelinkarray.hxx | 68 struct ArrayImpl struct 85 explicit ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ); 522 typedef std::auto_ptr< ArrayImpl > ArrayImplPtr;
|