Searched refs:IsInClipRange (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 221 bool ArrayImpl::IsInClipRange( size_t nCol, size_t nRow ) const in IsInClipRange() function in svx::frame::ArrayImpl 571 (mxImpl->IsInClipRange( nCol, nRow ) ? ORIGCELL( nCol, nRow ).maTLBR : OBJ_STYLE_NONE); in GetCellStyleTLBR() 577 (mxImpl->IsInClipRange( nCol, nRow ) ? ORIGCELL( nCol, nRow ).maBLTR : OBJ_STYLE_NONE); in GetCellStyleBLTR() 583 if( !mxImpl->IsInClipRange( nCol, nRow ) ) in GetCellStyleTL() 595 if( !mxImpl->IsInClipRange( nCol, nRow ) ) in GetCellStyleBR() 607 if( !mxImpl->IsInClipRange( nCol, nRow ) ) in GetCellStyleBL() 619 if( !mxImpl->IsInClipRange( nCol, nRow ) ) in GetCellStyleTR() 773 bool Array::IsInClipRange( size_t nCol, size_t nRow ) const in IsInClipRange() function in svx::frame::Array 776 return mxImpl->IsInClipRange( nCol, nRow ); in IsInClipRange()
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 108 bool IsInClipRange( size_t nCol, size_t nRow ) const; 386 bool IsInClipRange( size_t nCol, size_t nRow ) const;
|
Completed in 31 milliseconds