Lines Matching refs:CellPos

61 struct CellPos  struct
66 CellPos() : mnCol( 0 ), mnRow( 0 ) {} in CellPos() argument
67 CellPos( sal_Int32 nCol, sal_Int32 nRow ) { mnCol = nCol; mnRow = nRow; } in CellPos() function
69 bool operator==( const CellPos& r ) const { return (r.mnCol == mnCol) && (r.mnRow == mnRow); } in operator ==() argument
70 bool operator!=( const CellPos& r ) const { return (r.mnCol != mnCol) || (r.mnRow != mnRow); } in operator !=() argument
113 void CropTableModelToSelection(const CellPos& rStart, const CellPos& rEnd);
121 bool isValid( const sdr::table::CellPos& rPos ) const;
122 static CellPos getFirstCell();
123 CellPos getLastCell() const;
124 CellPos getLeftCell( const CellPos& rPos, bool bEdgeTravel ) const;
125 CellPos getRightCell( const CellPos& rPos, bool bEdgeTravel ) const;
126 CellPos getUpCell( const CellPos& rPos, bool bEdgeTravel ) const;
127 CellPos getDownCell( const CellPos& rPos, bool bEdgeTravel ) const;
128 CellPos getPreviousCell( const CellPos& rPos, bool bEdgeTravel ) const;
129 CellPos getNextCell( const CellPos& rPos, bool bEdgeTravel ) const;
130 CellPos getPreviousRow( const CellPos& rPos, bool bEdgeTravel ) const;
131 CellPos getNextRow( const CellPos& rPos, bool bEdgeTravel ) const;
146 void setActiveCell( const sdr::table::CellPos& rPos );
147 void getActiveCellPos( sdr::table::CellPos& rPos ) const;
154 void getCellBounds( const sdr::table::CellPos& rPos, ::tools::Rectangle& rCellRect );
182 bool IsTextEditActive( const sdr::table::CellPos& rPos );
190 …void TakeTextRect( const sdr::table::CellPos& rPos, SdrOutliner& rOutliner, ::tools::Rectangle& rT…
192 … void TakeTextAnchorRect(const sdr::table::CellPos& rPos, ::tools::Rectangle& rAnchorRect ) const;
240 …void TakeTextEditArea(const sdr::table::CellPos& rPos, Size* pPaperMin, Size* pPaperMax, tools::Re…