Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx211 bool ArrayImpl::IsColInClipRange( size_t nCol ) const in IsColInClipRange() function in svx::frame::ArrayImpl
223 return IsColInClipRange( nCol ) && IsRowInClipRange( nRow ); in IsInClipRange()
499 if( !mxImpl->IsColInClipRange( nCol ) ) in GetCellStyleLeft()
520 if( !mxImpl->IsColInClipRange( nCol ) ) in GetCellStyleRight()
532 if( !mxImpl->IsColInClipRange( nCol ) || mxImpl->IsMergedOverlappedTop( nCol, nRow ) ) in GetCellStyleTop()
553 if( !mxImpl->IsColInClipRange( nCol ) || mxImpl->IsMergedOverlappedBottom( nCol, nRow ) ) in GetCellStyleBottom()
/aoo41x/main/svx/inc/svx/
H A Dframelinkarray.hxx109 bool IsColInClipRange( size_t nCol ) const;

Completed in 17 milliseconds