Home
last modified time | relevance | path

Searched refs:XclImpXFBuffer (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx1390 XclImpXFBuffer::XclImpXFBuffer( const XclImpRoot& rRoot ) : in XclImpXFBuffer() function in XclImpXFBuffer
1395 void XclImpXFBuffer::Initialize() in Initialize()
1403 void XclImpXFBuffer::ReadXF( XclImpStream& rStrm ) in ReadXF()
1410 void XclImpXFBuffer::ReadStyle( XclImpStream& rStrm ) in ReadStyle()
1419 sal_uInt16 XclImpXFBuffer::GetFontIndex( sal_uInt16 nXFIndex ) const in GetFontIndex()
1425 const XclImpFont* XclImpXFBuffer::GetFont( sal_uInt16 nXFIndex ) const in GetFont()
1441 void XclImpXFBuffer::CreateUserStyles() in CreateUserStyles()
1513 ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( sal_uInt16 nXFIndex ) in CreateStyleSheet()
1519 void XclImpXFBuffer::ApplyPattern( in ApplyPattern()
1847 XclImpXFBuffer& rXFBuffer = GetXFBuffer(); in Finalize()
H A Dxiroot.cxx70 mrImpData.mpXFBfr.reset( new XclImpXFBuffer( GetRoot() ) ); in XclImpRoot()
167 XclImpXFBuffer& XclImpRoot::GetXFBuffer() const in GetXFBuffer()
H A Dread.cxx56 XclImpXFBuffer& rXFBfr = GetXFBuffer(); in Read()
788 XclImpXFBuffer& rXFBfr = GetXFBuffer(); in Read()
H A Dxihelper.cxx172 const XclImpXFBuffer& rXFBuffer = rRoot.GetXFBuffer(); in lclCreateTextObject()
/trunk/main/sc/source/filter/inc/
H A Dxiroot.hxx44 class XclImpXFBuffer;
74 typedef ScfRef< XclImpXFBuffer > XclImpXFBfrRef;
159 XclImpXFBuffer& GetXFBuffer() const;
H A Dxistyle.hxx490 class XclImpXFBuffer : protected XclImpRoot, ScfNoCopy class
493 explicit XclImpXFBuffer( const XclImpRoot& rRoot );

Completed in 41 milliseconds