Home
last modified time | relevance | path

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

/trunk/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()
862 Sequence< Reference< XFormattedString > > XclImpChSourceLink::CreateStringSequence( in CreateStringSequence()
987 mxSrcLink.reset( new XclImpChSourceLink( GetChRoot() ) ); in ReadSubRecord()
1025 mxSrcLink.reset( new XclImpChSourceLink( GetChRoot() ) ); in SetString()
[all …]
/trunk/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;

Completed in 42 milliseconds