Searched refs:CellPos (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | svdotable.hxx | 68 struct CellPos struct 121 SdrTableObj* CloneRange( const CellPos& rStartPos, const CellPos& rEndPos ); 129 CellPos getLastCell() const; 130 CellPos getLeftCell( const CellPos& rPos, bool bEdgeTravel ) const; 131 CellPos getRightCell( const CellPos& rPos, bool bEdgeTravel ) const; 132 CellPos getUpCell( const CellPos& rPos, bool bEdgeTravel ) const; 133 CellPos getDownCell( const CellPos& rPos, bool bEdgeTravel ) const; 134 CellPos getPreviousCell( const CellPos& rPos, bool bEdgeTravel ) const; 135 CellPos getNextCell( const CellPos& rPos, bool bEdgeTravel ) const; 136 CellPos getPreviousRow( const CellPos& rPos, bool bEdgeTravel ) const; [all …]
|
/aoo41x/main/svx/inc/svx/sdr/table/ |
H A D | tablecontroller.hxx | 98 void getSelectedCells( CellPos& rFirstPos, CellPos& rLastPos ); 99 void setSelectedCells( const CellPos& rFirstPos, const CellPos& rLastPos ); 115 void NotifySelection( const CellPos& firstPos, const CellPos& lastPos, const CellPos& newPos ); 131 SVX_DLLPRIVATE const CellPos& getSelectionStart(); 133 SVX_DLLPRIVATE const CellPos& getSelectionEnd(); 135 SVX_DLLPRIVATE void checkCell( CellPos& rPos ); 148 SVX_DLLPRIVATE void StartSelection( const CellPos& rPos ); 154 SVX_DLLPRIVATE void findMergeOrigin( CellPos& rPos ); 161 CellPos maCursorFirstPos; 162 CellPos maCursorLastPos; [all …]
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 333 CellPos aPos; in onMouseMove() 513 CellPos aStart, aEnd; in onInsert() 626 CellPos aStart, aEnd; in onDelete() 685 CellPos aStart, aEnd; in onSelect() 972 CellPos aStart, aEnd; in SetVertical() 1008 CellPos aStart, aEnd; in MergeMarkedCells() 1025 CellPos aStart, aEnd; in SplitMarkedCells() 1091 CellPos aStart, aEnd; in DistributeColumns() 1112 CellPos aStart, aEnd; in DistributeRows() 1690 CellPos aPos( rPos ); in EditCell() [all …]
|
H A D | svdotable.cxx | 219 CellPos maEditPos; 378 CellPos aPos; in ApplyCellStyles() 792 return CellPos( 0,0 ); in getFirstCell() 799 CellPos aPos; in getLastCell() 874 CellPos aPos( rPos ); in getPreviousCell() 902 CellPos aPos( rPos ); in getNextCell() 945 CellPos aPos( rPos ); in getPreviousRow() 975 CellPos aPos( rPos ); in getNextRow() 1316 CellPos aPos; in CheckTextHit() 1570 CellPos aPos; in getActiveCell() [all …]
|
H A D | tablelayouter.hxx | 87 basegfx::B2ITuple getCellSize( const CellPos& rPos ) const; 89 bool getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const; 129 CellRef getCell( const CellPos& rPos ) const; 136 …inline bool isValid( const CellPos& rPos ) const { return isValidColumn( rPos.mnCol ) && isValidRo… in isValid()
|
H A D | tablelayouter.cxx | 82 basegfx::B2ITuple TableLayouter::getCellSize( const CellPos& rPos ) const in getCellSize() 92 CellPos aPos( rPos ); in getCellSize() 127 bool TableLayouter::getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const in getCellArea() 568 CellRef xCell( getCell( CellPos( nCol, nRow ) ) ); in LayoutTableWidth() 718 CellRef xCell( getCell( CellPos( nCol, nRow ) ) ); in LayoutTableHeight() 878 CellPos aPos; in updateCells() 903 CellRef TableLayouter::getCell( const CellPos& rPos ) const in getCell() 1043 CellPos aPos; in UpdateBorderLayout()
|
H A D | cellcursor.hxx | 36 struct CellPos; 69 bool GetMergedSelection( CellPos& rStart, CellPos& rEnd );
|
H A D | accessibletableshape.cxx | 709 CellPos aFirstPos, aLastPos; in isAccessibleSelected() 755 CellPos aPos; in selectAccessibleChild() 762 CellPos aFirstPos( aPos ), aLastPos( aPos ); in selectAccessibleChild() 781 CellPos aPos; in isAccessibleChildSelected() 820 CellPos aFirstPos, aLastPos; in getSelectedAccessibleChildCount() 880 CellPos aPos; in deselectAccessibleChild() 887 CellPos aFirstPos, aLastPos; in deselectAccessibleChild()
|
H A D | cellcursor.cxx | 176 bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd ) in GetMergedSelection() 257 CellPos aStart, aEnd; in merge() 563 CellPos aStart, aEnd; in isMergeable()
|
H A D | viewcontactoftableobj.cxx | 559 sdr::table::CellPos aCellPos; in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 1363 CellPos aStart, aEnd; in ShouldToggleOn() 1438 CellPos aStart, aEnd; in ChangeMarkedObjectsBulletsNumbering()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 607 struct CellPos struct 609 CellPos():m_nRow(-1), m_nCol(-1), m_nArea(0) {}; in CellPos() function 610 …CellPos( sal_Int32 nRow, sal_Int32 nCol, sal_Int32 nArea ):m_nRow(nRow), m_nCol(nCol), m_nArea( nA… in CellPos() argument 617 typedef ::std::vector< CellPos > vCellPos; argument 673 m_CellPositions.push_back( CellPos( i,j,nVBAIndex ) ); in populateArea() 692 CellPos aPos = *(m_it)++; in nextElement()
|
Completed in 435 milliseconds