Home
last modified time | relevance | path

Searched refs:bHasDoubleValue (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx625 bHasDoubleValue( sal_False ), in ScMyCell()
700 rMyCell.bHasDoubleValue = sal_False; in SetCellData()
H A DXMLExportIterator.hxx331 sal_Bool bHasDoubleValue; member
H A Dxmlexprt.cxx2931 if (!aCell.bHasDoubleValue) in WriteCell()
2934 aCell.bHasDoubleValue = sal_True; in WriteCell()
3627 if(!aCell1.bHasDoubleValue) in IsCellEqual()
3630 aCell1.bHasDoubleValue = sal_True; in IsCellEqual()
3632 if (!aCell2.bHasDoubleValue) in IsCellEqual()
3635 aCell2.bHasDoubleValue = sal_True; in IsCellEqual()