Lines Matching refs:CellPos

333 	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()
1127 CellPos aStart, aEnd; in DeleteMarked()
1158 CellPos aStart, aEnd; in GetStyleSheet()
1194 CellPos aStart, aEnd; in SetStyleSheet()
1446 CellPos aPos( pTableObj->getFirstCell().mnCol, getSelectionEnd().mnRow ); in executeAction()
1453 CellPos aPos( pTableObj->getLastCell().mnCol, getSelectionEnd().mnRow ); in executeAction()
1460 CellPos aPos( getSelectionEnd().mnCol, pTableObj->getFirstCell().mnRow ); in executeAction()
1479 CellPos aPos( getSelectionEnd().mnCol, pTableObj->getLastCell().mnRow ); in executeAction()
1506 CellPos aSelectionEnd( getSelectionEnd() ); in executeAction()
1507 CellPos aNextCell( pTableObj->getNextCell( aSelectionEnd, true ) ); in executeAction()
1524 void SvxTableController::gotoCell( const CellPos& rPos, bool bSelect, Window* pWindow, sal_uInt16 n… in gotoCell()
1553 const CellPos& SvxTableController::getSelectionStart() in getSelectionStart()
1561 void SvxTableController::setSelectionStart( const CellPos& rPos ) in setSelectionStart()
1568 const CellPos& SvxTableController::getSelectionEnd() in getSelectionEnd()
1584 CellPos aStart, aEnd; in getSelectionCursor()
1627 void SvxTableController::checkCell( CellPos& rPos ) in checkCell()
1646 void SvxTableController::findMergeOrigin( CellPos& rPos ) in findMergeOrigin()
1665 void SvxTableController::EditCell( const CellPos& rPos, ::Window* pWindow, const awt::MouseEvent* p… in EditCell()
1690 CellPos aPos( rPos ); in EditCell()
1782 void SvxTableController::getSelectedCells( CellPos& rFirst, CellPos& rLast ) in getSelectedCells()
1808 CellPos aPos( nCol, nRow ); in getSelectedCells()
1866 void SvxTableController::StartSelection( const CellPos& rPos ) in StartSelection()
1876 void SvxTableController::setSelectedCells( const CellPos& rStart, const CellPos& rEnd ) in setSelectedCells()
1886 void SvxTableController::UpdateSelection( const CellPos& rPos ) in UpdateSelection()
1905 CellPos aPos1, aPos2( mxTable->getColumnCount()-1, mxTable->getRowCount()-1 ); in selectAll()
1944 CellPos aStart,aEnd; in updateSelectionOverlay()
2003 CellPos aStart, aEnd; in MergeAttrFromSelectedCells()
2246 CellPos aStart, aEnd; in ApplyBorderAttr()
2323 CellPos aStart, aEnd; in SetAttrToSelectedCells()
2414 CellPos aStart, aEnd; in GetMarkedObjModel()
2471 CellPos aStart, aEnd; in PasteObject()
2530 CellPos aStart, aEnd; in ApplyFormatPaintBrush()
2601 CellPos aStart( maCursorFirstPos ); in IMPL_LINK()
2602 CellPos aEnd( maCursorLastPos ); in IMPL_LINK()
2619 CellPos aStart( 0, row ), aEnd( mxTable->getColumnCount() - 1, row ); in selectRow()
2628 CellPos aStart( column, 0 ), aEnd( column, mxTable->getRowCount() - 1 ); in selectColumn()
2637 CellPos aStart( 0, row ), aEnd( mxTable->getColumnCount() - 1, row ); in deselectRow()
2646 CellPos aStart( column, 0 ), aEnd( column, mxTable->getRowCount() - 1 ); in deselectColumn()
2655 CellPos aFirstPos, aLastPos; in isRowSelected()
2666 CellPos aFirstPos, aLastPos; in isColumnSelected()