Searched refs:nEdgeY (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svx/source/table/ |
| H A D | tablelayouter.cxx | 199 bool TableLayouter::isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const in isEdgeVisible() argument 204 (nEdgeY >= 0) && (nEdgeY < sal::static_int_cast<sal_Int32>(rMap[nEdgeX].size())) ) in isEdgeVisible() 206 return rMap[nEdgeX][nEdgeY] != 0; in isEdgeVisible() 219 SvxBorderLine* TableLayouter::getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )… in getBorderLine() argument 226 (nEdgeY >= 0) && (nEdgeY < sal::static_int_cast<sal_Int32>(rMap[nEdgeX].size())) ) in getBorderLine() 228 pLine = rMap[nEdgeX][nEdgeY]; in getBorderLine() 242 sal_Int32 TableLayouter::getHorizontalEdge( int nEdgeY, sal_Int32* pnMin /*= 0*/, sal_Int32* pnMax … in getHorizontalEdge() argument 245 if( (nEdgeY >= 0) && (nEdgeY <= getRowCount() ) ) in getHorizontalEdge() 246 nRet = maRows[std::min((sal_Int32)nEdgeY,getRowCount()-1)].mnPos; in getHorizontalEdge() 248 if( nEdgeY == getRowCount() ) in getHorizontalEdge() [all …]
|
| H A D | tablelayouter.hxx | 112 bool isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const; 115 SvxBorderLine* getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )const; 119 sal_Int32 getHorizontalEdge( int nEdgeY, sal_Int32* pnMin = 0, sal_Int32* pnMax = 0 );
|