Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx629 bHasAnnotation( sal_False ) in ScMyCell()
744 aCell.bHasAnnotation = sal_False; in HasAnnotation()
757 aCell.bHasAnnotation = sal_True; in HasAnnotation()
H A DXMLExportIterator.hxx336 sal_Bool bHasAnnotation; member
H A Dxmlexprt.cxx3368 if( rMyCell.bHasAnnotation && rMyCell.xAnnotation.is()) in WriteAnnotation()
3600 aCell1.bHasAnnotation == aCell2.bHasAnnotation && in IsCellEqual()
3611 …if (!aCell1.bHasAnnotation || (aCell1.bHasAnnotation && sal_False/*IsAnnotationEqual(aCell1.xCell,… in IsCellEqual()