Lines Matching refs:sal_Int32

48 …eOrigin( const TableModelRef& xTable, sal_Int32 nMergedCol, sal_Int32 nMergedRow, sal_Int32& rOrig…
91 ::sal_Int32 getRowCount() const { return static_cast< ::sal_Int32 >( maRows.size() ); } in getRowCount()
92 ::sal_Int32 getColumnCount() const { return static_cast< ::sal_Int32 >( maColumns.size() ); } in getColumnCount()
94 sal_Int32 getRowHeight( sal_Int32 nRow );
97 void setRowHeight( sal_Int32 nRow, sal_Int32 nHeight );
99 sal_Int32 getColumnWidth( sal_Int32 nColumn );
102 void setColumnWidth( sal_Int32 nColumn, sal_Int32 nWidth );
104 sal_Int32 getMinimumColumnWidth( sal_Int32 nColumn );
106 sal_Int32 getColumnStart( sal_Int32 nColumn ) const;
107 sal_Int32 getRowStart( sal_Int32 nRow ) const;
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 );
120 sal_Int32 getVerticalEdge( int nEdgeX , sal_Int32* pnMin = 0, sal_Int32* pnMax = 0);
122 void DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol );
123 void DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow );
134 …inline bool isValidColumn( sal_Int32 nColumn ) const { return (nColumn >= 0) && (nColumn < static_… in isValidColumn()
135 …inline bool isValidRow( sal_Int32 nRow ) const { return (nRow >= 0) && (nRow < static_cast<sal_Int… in isValidRow()
143 void SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine );
149 sal_Int32 mnPos;
150 sal_Int32 mnSize;
151 sal_Int32 mnMinSize;
158 sal_Int32 distribute( LayoutVector& rLayouts, sal_Int32 nDistribute );