Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx207 const sal_uInt16 BIFF_XF_WRAPTEXT = 0x0008; /// Automatic line break. variable
1321 maModel.mbWrapText = getFlag( nAlign, BIFF_XF_WRAPTEXT ); // new in BIFF3 in setBiff3Data()
1329 maModel.mbWrapText = getFlag( nAlign, BIFF_XF_WRAPTEXT ); in setBiff4Data()
1337 maModel.mbWrapText = getFlag( nAlign, BIFF_XF_WRAPTEXT ); in setBiff5Data()
1347 maModel.mbWrapText = getFlag( nAlign, BIFF_XF_WRAPTEXT ); in setBiff8Data()

Completed in 30 milliseconds