Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/dialog/
H A Dframelinkarray.cxx221 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()
/aoo4110/main/svx/inc/svx/
H A Dframelinkarray.hxx108 bool IsInClipRange( size_t nCol, size_t nRow ) const;
386 bool IsInClipRange( size_t nCol, size_t nRow ) const;

Completed in 34 milliseconds