Home
last modified time | relevance | path

Searched refs:XclImpNumFmtBuffer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxiroot.hxx43 class XclImpNumFmtBuffer;
73 typedef ScfRef< XclImpNumFmtBuffer > XclImpNumFmtBfrRef;
157 XclImpNumFmtBuffer& GetNumFmtBuffer() const;
H A Dxistyle.hxx214 class XclImpNumFmtBuffer : public XclNumFmtBuffer, protected XclImpRoot class
217 explicit XclImpNumFmtBuffer( const XclImpRoot& rRoot );
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx541 XclImpNumFmtBuffer::XclImpNumFmtBuffer( const XclImpRoot& rRoot ) : in XclImpNumFmtBuffer() function in XclImpNumFmtBuffer
548 void XclImpNumFmtBuffer::Initialize() in Initialize()
555 void XclImpNumFmtBuffer::ReadFormat( XclImpStream& rStrm ) in ReadFormat()
592 void XclImpNumFmtBuffer::CreateScFormats() in CreateScFormats()
619 sal_uLong XclImpNumFmtBuffer::GetScFormat( sal_uInt16 nXclNumFmt ) const in GetScFormat()
625 void XclImpNumFmtBuffer::FillToItemSet( SfxItemSet& rItemSet, sal_uInt16 nXclNumFmt, bool bSkipPool… in FillToItemSet()
633 void XclImpNumFmtBuffer::FillScFmtToItemSet( SfxItemSet& rItemSet, sal_uLong nScNumFmt, bool bSkipP… in FillScFmtToItemSet()
H A Dxiroot.cxx69 mrImpData.mxNumFmtBfr.reset( new XclImpNumFmtBuffer( GetRoot() ) ); in XclImpRoot()
162 XclImpNumFmtBuffer& XclImpRoot::GetNumFmtBuffer() const in GetNumFmtBuffer()
H A Dread.cxx55 XclImpNumFmtBuffer& rNumFmtBfr = GetNumFmtBuffer(); in Read()
787 XclImpNumFmtBuffer& rNumFmtBfr = GetNumFmtBuffer(); in Read()

Completed in 52 milliseconds