Searched refs:XclExpSingleCellBase (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xetable.hxx | 324 class XclExpSingleCellBase : public XclExpCellBase class 339 explicit XclExpSingleCellBase( sal_uInt16 nRecId, sal_Size nContSize, 342 explicit XclExpSingleCellBase( const XclExpRoot& rRoot, 366 class XclExpNumberCell : public XclExpSingleCellBase 386 class XclExpBooleanCell : public XclExpSingleCellBase 435 class XclExpLabelCell : public XclExpSingleCellBase 472 class XclExpFormulaCell : public XclExpSingleCellBase
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xetable.cxx | 516 XclExpSingleCellBase::XclExpSingleCellBase( in XclExpSingleCellBase() function in XclExpSingleCellBase 524 XclExpSingleCellBase::XclExpSingleCellBase( const XclExpRoot& rRoot, in XclExpSingleCellBase() function in XclExpSingleCellBase 535 sal_uInt16 XclExpSingleCellBase::GetLastXclCol() const in GetLastXclCol() 540 sal_uInt32 XclExpSingleCellBase::GetFirstXFId() const in GetFirstXFId() 545 bool XclExpSingleCellBase::IsEmpty() const in IsEmpty() 550 void XclExpSingleCellBase::ConvertXFIndexes( const XclExpRoot& rRoot ) in ConvertXFIndexes() 555 void XclExpSingleCellBase::Save( XclExpStream& rStrm ) in Save() 562 void XclExpSingleCellBase::WriteBody( XclExpStream& rStrm ) in WriteBody() 576 …XclExpSingleCellBase( rRoot, EXC_ID3_NUMBER, 8, rXclPos, pPattern, ApiScriptType::LATIN, nForcedXF… in XclExpNumberCell() 622 …XclExpSingleCellBase( rRoot, EXC_ID3_BOOLERR, 2, rXclPos, pPattern, ApiScriptType::LATIN, nForcedX… in XclExpBooleanCell() [all …]
|