Home
last modified time | relevance | path

Searched refs:CellPos (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A Dsvdotable.hxx68 struct CellPos struct
73 CellPos() : mnCol( 0 ), mnRow( 0 ) {} in CellPos() argument
74 CellPos( sal_Int32 nCol, sal_Int32 nRow ) { mnCol = nCol; mnRow = nRow; } in CellPos() argument
76 bool operator==( const CellPos& r ) const { return (r.mnCol == mnCol) && (r.mnRow == mnRow); } in operator ==() argument
77 bool operator!=( const CellPos& r ) const { return (r.mnCol != mnCol) || (r.mnRow != mnRow); } in operator !=() argument
121 SdrTableObj* CloneRange( const CellPos& rStartPos, const CellPos& rEndPos );
127 bool isValid( const sdr::table::CellPos& rPos ) const;
128 CellPos getFirstCell() const;
129 CellPos getLastCell() const;
130 CellPos getLeftCell( const CellPos& rPos, bool bEdgeTravel ) const;
[all …]
/AOO41X/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx98 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();
132 SVX_DLLPRIVATE void setSelectionStart( const CellPos& rPos );
133 SVX_DLLPRIVATE const CellPos& getSelectionEnd();
135 SVX_DLLPRIVATE void checkCell( CellPos& rPos );
139 …SVX_DLLPRIVATE void EditCell( const CellPos& rPos, ::Window* pWindow, const ::com::sun::star::awt:…
146 …SVX_DLLPRIVATE void gotoCell( const CellPos& rCell, bool bSelect, Window* pWindow, sal_uInt16 nAct…
148 SVX_DLLPRIVATE void StartSelection( const CellPos& rPos );
[all …]
/AOO41X/main/svx/source/table/
H A Dtablecontroller.cxx333 CellPos aPos; in onMouseMove()
458 CellPos aStart, aEnd; in GetState()
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()
[all …]
H A Dsvdotable.cxx219 CellPos maEditPos;
227 CellRef getCell( const CellPos& rPos ) const;
244 const SfxPoolItem* GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const;
378 CellPos aPos; in ApplyCellStyles()
619 CellRef SdrTableObjImpl::getCell( const CellPos& rPos ) const in getCell()
697 const SfxPoolItem* SdrTableObjImpl::GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const in GetCellItem()
783 bool SdrTableObj::isValid( const CellPos& rPos ) const in isValid()
790 CellPos SdrTableObj::getFirstCell() const in getFirstCell()
792 return CellPos( 0,0 ); in getFirstCell()
797 CellPos SdrTableObj::getLastCell() const in getLastCell()
[all …]
H A Dtablelayouter.hxx87 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 Dtablelayouter.cxx82 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 Dcellcursor.hxx36 struct CellPos;
69 bool GetMergedSelection( CellPos& rStart, CellPos& rEnd );
H A Daccessibletableshape.cxx709 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 Dcellcursor.cxx176 bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd ) in GetMergedSelection()
257 CellPos aStart, aEnd; in merge()
563 CellPos aStart, aEnd; in isMergeable()
H A Dviewcontactoftableobj.cxx559 sdr::table::CellPos aCellPos; in createViewIndependentPrimitive2DSequence()
/AOO41X/main/sd/source/ui/view/
H A Dsdview.cxx1363 CellPos aStart, aEnd; in ShouldToggleOn()
1438 CellPos aStart, aEnd; in ChangeMarkedObjectsBulletsNumbering()
/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.cxx607 struct CellPos struct
609 CellPos():m_nRow(-1), m_nCol(-1), m_nArea(0) {}; in CellPos() argument
610CellPos( sal_Int32 nRow, sal_Int32 nCol, sal_Int32 nArea ):m_nRow(nRow), m_nCol(nCol), m_nArea( nA… in CellPos() function
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()