Searched refs:bIncludeWidthHeight (Results 1 – 2 of 2) sorted by relevance
208 sal_Bool bIncludeWidthHeight : 1; member in ScAutoFormatData230 sal_Bool GetIncludeWidthHeight() const { return bIncludeWidthHeight; } in GetIncludeWidthHeight()237 …void SetIncludeWidthHeight( sal_Bool bWidthHeight ) { bIncludeWidthHeight = bWidthHeig… in SetIncludeWidthHeight()
490 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 32 milliseconds