Home
last modified time | relevance | path

Searched refs:XclImpChSourceLink (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/filter/excel/
H A Dxichart.cxx712 const XclImpChSourceLink* pTitleLink = 0 ) in lclCreateLabeledDataSequence()
740 XclImpChSourceLink::XclImpChSourceLink( const XclImpChRoot& rRoot ) : in XclImpChSourceLink() function in XclImpChSourceLink
745 XclImpChSourceLink::~XclImpChSourceLink() in ~XclImpChSourceLink()
749 void XclImpChSourceLink::ReadChSourceLink( XclImpStream& rStrm ) in ReadChSourceLink()
777 void XclImpChSourceLink::SetString( const String& rString ) in SetString()
784 void XclImpChSourceLink::SetTextFormats( const XclFormatRunVec& rFormats ) in SetTextFormats()
790 sal_uInt16 XclImpChSourceLink::GetCellCount() const in GetCellCount()
825 void XclImpChSourceLink::ConvertNumFmt( ScfPropertySet& rPropSet, bool bPercent ) const in ConvertNumFmt()
837 Reference< XDataSequence > XclImpChSourceLink::CreateDataSequence( const OUString& rRole ) const in CreateDataSequence()
862 Sequence< Reference< XFormattedString > > XclImpChSourceLink::CreateStringSequence( in CreateStringSequence()
[all …]
/AOO42X/main/sc/source/filter/inc/
H A Dxichart.hxx394 class XclImpChSourceLink : protected XclImpChRoot class
402 explicit XclImpChSourceLink( const XclImpChRoot& rRoot );
403 virtual ~XclImpChSourceLink();
441 typedef ScfRef< XclImpChSourceLink > XclImpChSourceLinkRef;