Home
last modified time | relevance | path

Searched refs:isEdgeVisible (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/table/
H A Dsvdotable.cxx1132 if( bVrtHit && mpImpl->mpLayouter->isEdgeVisible( rnX, rnY, false ) ) in CheckTableHit()
1135 if( bHrzHit && mpImpl->mpLayouter->isEdgeVisible( rnX, rnY, true ) ) in CheckTableHit()
2411 if( rLayouter.isEdgeVisible( nCol, nRow, false ) ) in AddToHdlList()
2417 if( rLayouter.isEdgeVisible( nCol, nRow, true ) ) in AddToHdlList()
H A Dtablelayouter.hxx112 bool isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const;
H A Dtablelayouter.cxx199 bool TableLayouter::isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const in isEdgeVisible() function in sdr::table::TableLayouter

Completed in 35 milliseconds