Searched refs:nEdgeX (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 203 if( (nEdgeX >= 0) && (nEdgeX < sal::static_int_cast<sal_Int32>(rMap.size())) && in isEdgeVisible() 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 225 if( (nEdgeX >= 0) && (nEdgeX < sal::static_int_cast<sal_Int32>(rMap.size())) && in getBorderLine() 226 (nEdgeY >= 0) && (nEdgeY < sal::static_int_cast<sal_Int32>(rMap[nEdgeX].size())) ) in getBorderLine() 228 pLine = rMap[nEdgeX][nEdgeY]; in getBorderLine() 272 sal_Int32 TableLayouter::getVerticalEdge( int nEdgeX, sal_Int32* pnMin /*= 0*/, sal_Int32* pnMax /*… in getVerticalEdge() argument 277 if( (nEdgeX >= 0) && (nEdgeX <= nColCount ) ) in getVerticalEdge() [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; 120 sal_Int32 getVerticalEdge( int nEdgeX , sal_Int32* pnMin = 0, sal_Int32* pnMax = 0);
|