Lines Matching refs:AddressConverter
232 AddressConverter::AddressConverter( const WorkbookHelper& rHelper ) : in AddressConverter() function in oox::xls::AddressConverter
275 bool AddressConverter::parseOoxAddress2d( in parseOoxAddress2d()
336 bool AddressConverter::parseOoxRange2d( in parseOoxRange2d()
380 BiffTargetType AddressConverter::parseBiffTargetUrl( in parseBiffTargetUrl()
552 bool AddressConverter::checkCol( sal_Int32 nCol, bool bTrackOverflow ) in checkCol()
560 bool AddressConverter::checkRow( sal_Int32 nRow, bool bTrackOverflow ) in checkRow()
568 bool AddressConverter::checkTab( sal_Int16 nSheet, bool bTrackOverflow ) in checkTab()
578 bool AddressConverter::checkCellAddress( const CellAddress& rAddress, bool bTrackOverflow ) in checkCellAddress()
586 bool AddressConverter::convertToCellAddressUnchecked( CellAddress& orAddress, in convertToCellAddressUnchecked()
593 bool AddressConverter::convertToCellAddress( CellAddress& orAddress, in convertToCellAddress()
601 CellAddress AddressConverter::createValidCellAddress( in createValidCellAddress()
614 void AddressConverter::convertToCellAddressUnchecked( CellAddress& orAddress, in convertToCellAddressUnchecked()
622 bool AddressConverter::convertToCellAddress( CellAddress& orAddress, in convertToCellAddress()
629 CellAddress AddressConverter::createValidCellAddress( in createValidCellAddress()
644 bool AddressConverter::checkCellRange( const CellRangeAddress& rRange, bool bAllowOverflow, bool bT… in checkCellRange()
654 bool AddressConverter::validateCellRange( CellRangeAddress& orRange, bool bAllowOverflow, bool bTra… in validateCellRange()
669 bool AddressConverter::convertToCellRangeUnchecked( CellRangeAddress& orRange, in convertToCellRangeUnchecked()
676 bool AddressConverter::convertToCellRange( CellRangeAddress& orRange, in convertToCellRange()
684 void AddressConverter::convertToCellRangeUnchecked( CellRangeAddress& orRange, in convertToCellRangeUnchecked()
694 bool AddressConverter::convertToCellRange( CellRangeAddress& orRange, in convertToCellRange()
703 bool AddressConverter::checkCellRangeList( const ApiCellRangeList& rRanges, bool bAllowOverflow, bo… in checkCellRangeList()
711 void AddressConverter::validateCellRangeList( ApiCellRangeList& orRanges, bool bTrackOverflow ) in validateCellRangeList()
718 void AddressConverter::convertToCellRangeList( ApiCellRangeList& orRanges, in convertToCellRangeList()
732 void AddressConverter::convertToCellRangeList( ApiCellRangeList& orRanges, in convertToCellRangeList()
743 void AddressConverter::ControlCharacters::set( in set()
754 void AddressConverter::initializeMaxPos( in initializeMaxPos()