Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dautoform.cxx488 bIncludeFrame = in ScAutoFormatData()
503 bIncludeFrame( rData.bIncludeFrame ), in ScAutoFormatData()
665 if( bIncludeFrame ) in IsEqualData()
745 if( bIncludeFrame ) in FillToItemSet()
818 rStream >> b; bIncludeFrame = b; in Load()
845 rStream >> b; bIncludeFrame = b; in LoadOld()
896 rStream << ( b = bIncludeFrame ); in Save()
/trunk/main/sc/inc/
H A Dautoform.hxx203 sal_Bool bIncludeFrame : 1; member in ScAutoFormatData
228 sal_Bool GetIncludeFrame() const { return bIncludeFrame; } in GetIncludeFrame()
235 void SetIncludeFrame( sal_Bool bFrame ) { bIncludeFrame = bFrame; } in SetIncludeFrame()

Completed in 41 milliseconds