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() 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() 184 Cell& ArrayImpl::GetMergedOriginCellAcc( size_t nCol, size_t nRow ) in GetMergedOriginCellAcc() 211 bool ArrayImpl::IsColInClipRange( size_t nCol ) const in IsColInClipRange() 216 bool ArrayImpl::IsRowInClipRange( size_t nRow ) const in IsRowInClipRange() 221 bool ArrayImpl::IsInClipRange( size_t nCol, size_t nRow ) const in IsInClipRange() 226 long ArrayImpl::GetColPosition( size_t nCol ) const in GetColPosition() [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;
|
Completed in 26 milliseconds