Home
last modified time | relevance | path

Searched refs:DxfRef (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dstylesfragment.hxx119 inline explicit DxfContext( ParentType& rParent, const DxfRef& rxDxf ) : in DxfContext()
126 DxfRef mxDxf;
H A Dstylesbuffer.hxx852 typedef ::boost::shared_ptr< Dxf > DxfRef; typedef
989 DxfRef createDxf( sal_Int32* opnDxfId = 0 );
1035 DxfRef getDxf( sal_Int32 nDxfId ) const;
/trunk/main/oox/source/xls/
H A Dcondformatbuffer.cxx408 DxfRef xDxf = getStyles().createDxf( &maModel.mnDxfId ); in importCfRule()
H A Dstylesbuffer.cxx3204 DxfRef StylesBuffer::createDxf( sal_Int32* opnDxfId ) in createDxf()
3207 DxfRef xDxf( new Dxf( *this ) ); in createDxf()
3344 DxfRef StylesBuffer::getDxf( sal_Int32 nDxfId ) const in getDxf()

Completed in 40 milliseconds