Searched refs:Dxf (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 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() 2580 void Dxf::importDxf( SequenceInputStream& rStrm ) in importDxf() 2638 void Dxf::finalizeImport() in finalizeImport() 3207 DxfRef xDxf( new Dxf( *this ) ); in createDxf() 3316 maDxfs.forEachMem( &Dxf::finalizeImport ); in finalizeImport() [all …]
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 810 class Dxf : public WorkbookHelper class 813 explicit Dxf( const WorkbookHelper& rHelper ); 852 typedef ::boost::shared_ptr< Dxf > DxfRef; 1079 typedef RefVector< Dxf > DxfVector;
|
/aoo42x/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 262 enum GrafStat {NoGraf,Pic,Pcx,Hpgl,Img,Msp,Tiff,Dxf,Lot,Usr,Sgf}; enumerator
|
Completed in 42 milliseconds