Home
last modified time | relevance | path

Searched refs:mnCheckboxHeight (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A DWW8FFData.cxx50 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()
H A DWW8FFData.hxx52 sal_uInt16 mnCheckboxHeight; member in sw::WW8FFData
89 void setCheckboxHeight(sal_uInt16 nCheckboxHeight) { mnCheckboxHeight = nCheckboxHeight; } in setCheckboxHeight()
90 sal_uInt16 getCheckboxHeight() const { return mnCheckboxHeight; } in getCheckboxHeight()

Completed in 27 milliseconds