Searched refs:mnCheckboxHeight (Results 1 – 2 of 2) sorted by relevance
50 mnCheckboxHeight(0), in WW8FFData()130 aData[8] = ::sal::static_int_cast<sal_uInt8>(mnCheckboxHeight & 0xffff); in Write()131 aData[9] = ::sal::static_int_cast<sal_uInt8>(mnCheckboxHeight >> 8); in Write()
52 sal_uInt16 mnCheckboxHeight; member in sw::WW8FFData89 void setCheckboxHeight(sal_uInt16 nCheckboxHeight) { mnCheckboxHeight = nCheckboxHeight; } in setCheckboxHeight()90 sal_uInt16 getCheckboxHeight() const { return mnCheckboxHeight; } in getCheckboxHeight()
Completed in 28 milliseconds