Searched refs:FillRef (Results 1 – 3 of 3) sorted by relevance
716 typedef ::boost::shared_ptr< Fill > FillRef; typedef820 FillRef createFill( bool bAlwaysNew = true );849 FillRef mxFill; /// Fill data.980 FillRef createFill( sal_Int32* opnFillId = 0 );
84 inline explicit FillContext( ParentType& rParent, const FillRef& rxFill ) : in FillContext()91 FillRef mxFill;
2278 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 356 milliseconds