Home
last modified time | relevance | path

Searched refs:bIncludeFont (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/core/tool/
H A Dautoform.cxx486 bIncludeFont = in ScAutoFormatData()
501 bIncludeFont( rData.bIncludeFont ), in ScAutoFormatData()
632 if( bIncludeFont ) in IsEqualData()
692 if( bIncludeFont ) in FillToItemSet()
816 rStream >> b; bIncludeFont = b; in Load()
843 rStream >> b; bIncludeFont = b; in LoadOld()
894 rStream << ( b = bIncludeFont ); in Save()
/aoo41x/main/sc/inc/
H A Dautoform.hxx201 sal_Bool bIncludeFont : 1; member in ScAutoFormatData
226 sal_Bool GetIncludeFont() const { return bIncludeFont; } in GetIncludeFont()
233 void SetIncludeFont( sal_Bool bFont ) { bIncludeFont = bFont; } in SetIncludeFont()

Completed in 44 milliseconds