Searched defs:bTrackOverflow (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/oox/source/xls/ |
| H A D | addressconverter.cxx | 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() 594 const OUString& rString, sal_Int16 nSheet, bool bTrackOverflow ) in convertToCellAddress() 602 const OUString& rString, sal_Int16 nSheet, bool bTrackOverflow ) in createValidCellAddress() 623 const BinAddress& rBinAddress, sal_Int16 nSheet, bool bTrackOverflow ) in convertToCellAddress() 630 const BinAddress& rBinAddress, sal_Int16 nSheet, bool bTrackOverflow ) in createValidCellAddress() 644 …nverter::checkCellRange( const CellRangeAddress& rRange, bool bAllowOverflow, bool bTrackOverflow ) in checkCellRange() 654 …Converter::validateCellRange( CellRangeAddress& orRange, bool bAllowOverflow, bool bTrackOverflow ) in validateCellRange() [all …]
|