Lines Matching refs:Dxf
2537 Dxf::Dxf( const WorkbookHelper& rHelper ) : in Dxf() function in oox::xls::Dxf
2542 FontRef Dxf::createFont( bool bAlwaysNew ) in createFont()
2549 BorderRef Dxf::createBorder( bool bAlwaysNew ) in createBorder()
2556 FillRef Dxf::createFill( bool bAlwaysNew ) in createFill()
2563 void Dxf::importNumFmt( const AttributeList& rAttribs ) in importNumFmt()
2568 void Dxf::importAlignment( const AttributeList& rAttribs ) in importAlignment()
2574 void Dxf::importProtection( const AttributeList& rAttribs ) in importProtection()
2580 void Dxf::importDxf( SequenceInputStream& rStrm ) in importDxf()
2624 void Dxf::importCfRule( BiffInputStream& rStrm, sal_uInt32 nFlags ) in importCfRule()
2638 void Dxf::finalizeImport() in finalizeImport()
2653 void Dxf::writeToPropertyMap( PropertyMap& rPropMap ) const in writeToPropertyMap()
2669 void Dxf::writeToPropertySet( PropertySet& rPropSet ) const in writeToPropertySet()
3207 DxfRef xDxf( new Dxf( *this ) ); in createDxf()
3316 maDxfs.forEachMem( &Dxf::finalizeImport ); in finalizeImport()
3440 if( Dxf* pDxf = maDxfs.get( nDxfId ).get() ) in createDxfStyle()