Searched refs:XclImpFontBuffer (Results 1 – 6 of 6) sorted by relevance
42 class XclImpFontBuffer;72 typedef ScfRef< XclImpFontBuffer > XclImpFontBfrRef;155 XclImpFontBuffer& GetFontBuffer() const;
167 class XclImpFontBuffer : protected XclImpRoot, ScfNoCopy class170 explicit XclImpFontBuffer( const XclImpRoot& rRoot );
437 XclImpFontBuffer::XclImpFontBuffer( const XclImpRoot& rRoot ) : in XclImpFontBuffer() function in XclImpFontBuffer467 void XclImpFontBuffer::Initialize() in Initialize()479 const XclImpFont* XclImpFontBuffer::GetFont( sal_uInt16 nFontIndex ) const in GetFont()487 void XclImpFontBuffer::ReadFont( XclImpStream& rStrm ) in ReadFont()501 void XclImpFontBuffer::ReadEfont( XclImpStream& rStrm ) in ReadEfont()507 void XclImpFontBuffer::FillToItemSet( in FillToItemSet()515 void XclImpFontBuffer::WriteFontProperties( ScfPropertySet& rPropSet, in WriteFontProperties()522 void XclImpFontBuffer::WriteDefaultCtrlFontProperties( ScfPropertySet& rPropSet ) const in WriteDefaultCtrlFontProperties()527 void XclImpFontBuffer::UpdateAppFont( const XclFontData& rFontData, bool bHasCharSet ) in UpdateAppFont()
68 mrImpData.mxFontBfr.reset( new XclImpFontBuffer( GetRoot() ) ); in XclImpRoot()157 XclImpFontBuffer& XclImpRoot::GetFontBuffer() const in GetFontBuffer()
54 XclImpFontBuffer& rFontBfr = GetFontBuffer(); in Read()786 XclImpFontBuffer& rFontBfr = GetFontBuffer(); in Read()
178 const XclImpFontBuffer& rFontBuffer = rRoot.GetFontBuffer(); in lclCreateTextObject()
Completed in 47 milliseconds