Home
last modified time | relevance | path

Searched refs:FillRef (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx716 typedef ::boost::shared_ptr< Fill > FillRef; typedef
820 FillRef createFill( bool bAlwaysNew = true );
849 FillRef mxFill; /// Fill data.
980 FillRef createFill( sal_Int32* opnFillId = 0 );
H A Dstylesfragment.hxx84 inline explicit FillContext( ParentType& rParent, const FillRef& rxFill ) : in FillContext()
91 FillRef mxFill;
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2278 FillRef xFill = getStyles().createFill( &maModel.mnFillId ); in importXf()
2556 FillRef Dxf::createFill( bool bAlwaysNew ) in createFill()
3180 FillRef StylesBuffer::createFill( sal_Int32* opnFillId ) in createFill()
3183 FillRef xFill( new Fill( *this, false ) ); in createFill()

Completed in 52 milliseconds