Searched refs:IsRowInClipRange (Results 1 – 2 of 2) sorted by relevance
216 bool ArrayImpl::IsRowInClipRange( size_t nRow ) const in IsRowInClipRange() function in svx::frame::ArrayImpl223 return IsColInClipRange( nCol ) && IsRowInClipRange( nRow ); in IsInClipRange()490 if( !mxImpl->IsRowInClipRange( nRow ) || mxImpl->IsMergedOverlappedLeft( nCol, nRow ) ) in GetCellStyleLeft()511 if( !mxImpl->IsRowInClipRange( nRow ) || mxImpl->IsMergedOverlappedRight( nCol, nRow ) ) in GetCellStyleRight()541 if( !mxImpl->IsRowInClipRange( nRow ) ) in GetCellStyleTop()562 if( !mxImpl->IsRowInClipRange( nRow ) ) in GetCellStyleBottom()
110 bool IsRowInClipRange( size_t nRow ) const;
Completed in 31 milliseconds