Home
last modified time | relevance | path

Searched refs:IsRowInClipRange (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx216 bool ArrayImpl::IsRowInClipRange( size_t nRow ) const in IsRowInClipRange() function in svx::frame::ArrayImpl
223 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()
/aoo41x/main/svx/inc/svx/
H A Dframelinkarray.hxx110 bool IsRowInClipRange( size_t nRow ) const;

Completed in 26 milliseconds