Lines Matching defs:const
123 bool ColumnModel::isMergeable( const ColumnModel& rModel ) const in isMergeable()
158 bool RowModel::isMergeable( const RowModel& rModel ) const in isMergeable()
476 Reference< XCell > WorksheetGlobals::getCell( const CellAddress& rAddress ) const in getCell()
489 Reference< XCellRange > WorksheetGlobals::getCellRange( const CellRangeAddress& rRange ) const in getCellRange()
502 Reference< XSheetCellRanges > WorksheetGlobals::getCellRangeList( const ApiCellRangeList& rRanges )… in getCellRangeList()
517 Reference< XCellRange > WorksheetGlobals::getColumn( sal_Int32 nCol ) const in getColumn()
532 Reference< XCellRange > WorksheetGlobals::getRow( sal_Int32 nRow ) const in getRow()
547 Reference< XTableColumns > WorksheetGlobals::getColumns( const ValueRange& rColRange ) const in getColumns()
560 Reference< XTableRows > WorksheetGlobals::getRows( const ValueRange& rRowRange ) const in getRows()
592 Point WorksheetGlobals::getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const in getCellPosition()
600 Size WorksheetGlobals::getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const in getCellSize()
677 CellAddress WorksheetGlobals::getCellAddressFromPosition( const Point& rPosition ) const in getCellAddressFromPosition()
713 CellRangeAddress WorksheetGlobals::getCellRangeFromRectangle( const Rectangle& rRect ) const in getCellRangeFromRectangle()
864 void WorksheetGlobals::convertColumnFormat( sal_Int32 nFirstCol, sal_Int32 nLastCol, sal_Int32 nXfI… in convertColumnFormat()
983 OUString WorksheetGlobals::getHyperlinkUrl( const HyperlinkModel& rHyperlink ) const in getHyperlinkUrl()
1011 void WorksheetGlobals::insertHyperlink( const CellAddress& rAddress, const OUString& rUrl ) const in insertHyperlink()
1411 Reference< XCell > WorksheetHelper::getCell( const CellAddress& rAddress ) const in getCell()
1416 Reference< XCellRange > WorksheetHelper::getCellRange( const CellRangeAddress& rRange ) const in getCellRange()
1421 Reference< XSheetCellRanges > WorksheetHelper::getCellRangeList( const ApiCellRangeList& rRanges ) … in getCellRangeList()
1446 Reference< XCellRange > WorksheetHelper::getColumn( sal_Int32 nCol ) const in getColumn()
1451 Reference< XCellRange > WorksheetHelper::getRow( sal_Int32 nRow ) const in getRow()
1456 Reference< XTableColumns > WorksheetHelper::getColumns( const ValueRange& rColRange ) const in getColumns()
1461 Reference< XTableRows > WorksheetHelper::getRows( const ValueRange& rRowRange ) const in getRows()
1471 Point WorksheetHelper::getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const in getCellPosition()
1476 Size WorksheetHelper::getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const in getCellSize()
1668 void WorksheetHelper::putValue( const CellAddress& rAddress, double fValue ) const in putValue()
1675 void WorksheetHelper::putString( const CellAddress& rAddress, const OUString& rText ) const in putString()
1682 void WorksheetHelper::putRichString( const CellAddress& rAddress, const RichString& rString, const … in putRichString()
1692 void WorksheetHelper::putFormulaTokens( const CellAddress& rAddress, const ApiTokenSequence& rToken… in putFormulaTokens()