Searched refs:XclExpFontBuffer (Results 1 – 6 of 6) sorted by relevance
48 class XclExpFontBuffer;67 typedef ScfRef< XclExpFontBuffer > XclExpFontBfrRef;127 XclExpFontBuffer& GetFontBuffer() const;
213 class XclExpFontBuffer : public XclExpRecordBase, protected XclExpRoot class216 explicit XclExpFontBuffer( const XclExpRoot& rRoot );
1032 XclExpFontBuffer::XclExpFontBuffer( const XclExpRoot& rRoot ) : in XclExpFontBuffer() function in XclExpFontBuffer1051 const XclFontData& XclExpFontBuffer::GetAppFontData() const in GetAppFontData()1056 sal_uInt16 XclExpFontBuffer::Insert( in Insert()1088 sal_uInt16 XclExpFontBuffer::Insert( in Insert()1094 sal_uInt16 XclExpFontBuffer::Insert( in Insert()1100 sal_uInt16 XclExpFontBuffer::Insert( const SfxItemSet& rItemSet, in Insert()1108 sal_uInt16 XclExpFontBuffer::Insert( const ScPatternAttr& rPattern, in Insert()1114 void XclExpFontBuffer::Save( XclExpStream& rStrm ) in Save()1119 void XclExpFontBuffer::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()1136 void XclExpFontBuffer::InitDefaultFonts() in InitDefaultFonts()[all …]
113 XclExpFontBuffer& XclExpRoot::GetFontBuffer() const in GetFontBuffer()184 mrExpData.mxFontBfr.reset( new XclExpFontBuffer( GetRoot() ) ); in InitializeGlobals()
393 XclExpFontBuffer& rFontBuffer = rRoot.GetFontBuffer(); in lclCreateFormattedString()456 XclExpFontBuffer& rFontBuffer = rRoot.GetFontBuffer(); in lclCreateFormattedString()
513 XclExpFontBuffer& rFonts = rStrm.GetRoot().GetFontBuffer(); in WriteXml()
Completed in 70 milliseconds