Searched refs:bAlwaysNew (Results 1 – 2 of 2) sorted by relevance
816 FontRef createFont( bool bAlwaysNew = true );818 BorderRef createBorder( bool bAlwaysNew = true );820 FillRef createFill( bool bAlwaysNew = true );
2542 FontRef Dxf::createFont( bool bAlwaysNew ) in createFont() argument2544 if( bAlwaysNew || !mxFont ) in createFont()2549 BorderRef Dxf::createBorder( bool bAlwaysNew ) in createBorder() argument2551 if( bAlwaysNew || !mxBorder ) in createBorder()2556 FillRef Dxf::createFill( bool bAlwaysNew ) in createFill() argument2558 if( bAlwaysNew || !mxFill ) in createFill()
Completed in 35 milliseconds