Home
last modified time | relevance | path

Searched refs:nEdge (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/table/
H A Dsvdotable.cxx242 void DragEdge( bool mbHorizontal, int nEdge, sal_Int32 nOffset );
472 void SdrTableObjImpl::DragEdge( bool mbHorizontal, int nEdge, sal_Int32 nOffset ) in DragEdge() argument
474 if( (nEdge > 0) && mxTable.is()) try in DragEdge()
477 nEdge--; in DragEdge()
480 if( (nEdge >= 0) && (nEdge < getRowCount()) ) in DragEdge()
482 sal_Int32 nHeigth = mpLayouter->getRowHeight( nEdge ); in DragEdge()
485 Reference< XPropertySet > xRowSet( xRows->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
491 if( (nEdge >= 0) && (nEdge < getColumnCount()) ) in DragEdge()
493 sal_Int32 nWidth = mpLayouter->getColumnWidth( nEdge ); in DragEdge()
497 Reference< XPropertySet > xColSet( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
[all …]
H A Dtablehandles.cxx77 void TableEdgeHdl::SetEdge( sal_Int32 nEdge, sal_Int32 nStart, sal_Int32 nEnd, TableEdgeState eStat… in SetEdge() argument
79 if( (nEdge >= 0) && (nEdge <= sal::static_int_cast<sal_Int32>(maEdges.size())) ) in SetEdge()
81 maEdges[nEdge].mnStart = nStart; in SetEdge()
82 maEdges[nEdge].mnEnd = nEnd; in SetEdge()
83 maEdges[nEdge].meState = eState; in SetEdge()
H A Dtablehandles.hxx57 void SetEdge( sal_Int32 nEdge, sal_Int32 nStart, sal_Int32 nEnd, TableEdgeState nState );
/AOO42X/main/tools/source/generic/
H A Dpoly.cxx1449 ImplEdgePointFilter( int nEdge, long nLow, long nHigh, in ImplEdgePointFilter() argument
1454 mnEdge( nEdge ), in ImplEdgePointFilter()
1459 Point EdgeSection( const Point& rPoint, int nEdge ) const;
1482 Point ImplEdgePointFilter::EdgeSection( const Point& rPoint, int nEdge ) const in EdgeSection()
1491 if ( nEdge & EDGE_VERT ) in EdgeSection()
1493 nNewY = (nEdge == EDGE_TOP) ? mnLow : mnHigh; in EdgeSection()
1519 nNewX = (nEdge == EDGE_LEFT) ? mnLow : mnHigh; in EdgeSection()