Searched refs:XclExpSingleCellBase (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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
|
/aoo4110/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() 555 void XclExpSingleCellBase::Save( XclExpStream& rStrm ) in Save() 562 void XclExpSingleCellBase::WriteBody( XclExpStream& rStrm ) in WriteBody() 687 XclExpSingleCellBase( EXC_ID3_LABEL, 0, rXclPos, nForcedXFId ) in XclExpLabelCell() 698 XclExpSingleCellBase( EXC_ID3_LABEL, 0, rXclPos, nForcedXFId ) in XclExpLabelCell() 801 XclExpSingleCellBase( EXC_ID2_FORMULA, 0, rXclPos, nForcedXFId ), in XclExpFormulaCell() [all …]
|
Completed in 26 milliseconds