Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dautoform.hxx208 sal_Bool bIncludeWidthHeight : 1; member in ScAutoFormatData
230 sal_Bool GetIncludeWidthHeight() const { return bIncludeWidthHeight; } in GetIncludeWidthHeight()
237 …void SetIncludeWidthHeight( sal_Bool bWidthHeight ) { bIncludeWidthHeight = bWidthHeig… in SetIncludeWidthHeight()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx490 bIncludeWidthHeight = sal_True; in ScAutoFormatData()
506 bIncludeWidthHeight( rData.bIncludeWidthHeight ) in ScAutoFormatData()
821 rStream >> b; bIncludeWidthHeight = b; in Load()
848 rStream >> b; bIncludeWidthHeight = b; in LoadOld()
899 rStream << ( b = bIncludeWidthHeight ); in Save()

Completed in 29 milliseconds