Home
last modified time | relevance | path

Searched refs:validateCellRange (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/oox/source/xls/
H A Daddressconverter.cxx654 bool AddressConverter::validateCellRange( CellRangeAddress& orRange, bool bAllowOverflow, bool bTra… in validateCellRange() function in oox::xls::AddressConverter
681 validateCellRange( orRange, bAllowOverflow, bTrackOverflow ); in convertToCellRange()
698 return validateCellRange( orRange, bAllowOverflow, bTrackOverflow ); in convertToCellRange()
714 if( !validateCellRange( orRanges[ nIndex - 1 ], true, bTrackOverflow ) ) in validateCellRangeList()
H A Dworkbookhelper.cxx377 bool bValidRange = getAddressConverter().validateCellRange( aDestRange, true, true ); in createDatabaseRangeObject()
H A Dsheetdatabuffer.cxx838 if( rAddrConv.validateCellRange( aRange, true, false ) ) in writeXfIdRowRangeProperties()
H A Dworksheethelper.cxx867 if( getAddressConverter().validateCellRange( aRange, true, false ) ) in convertColumnFormat()
H A Dpivottablebuffer.cxx1355 if( getAddressConverter().validateCellRange( maLocationModel.maRange, true, true ) ) in finalizeImport()
/aoo42x/main/oox/inc/oox/xls/
H A Daddressconverter.hxx490 bool validateCellRange(

Completed in 60 milliseconds