Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablerow.cxx62 , mbOptimalHeight( sal_True ) in TableRow()
110 mbOptimalHeight = r.mbOptimalHeight; in operator =()
249 mbOptimalHeight = mnHeight == 0; in setFastPropertyValue()
257 sal_Bool bOptimalHeight = mbOptimalHeight; in setFastPropertyValue()
259 if( bOk && (mbOptimalHeight != bOptimalHeight) ) in setFastPropertyValue()
261 mbOptimalHeight = bOptimalHeight; in setFastPropertyValue()
318 case Property_OptimalHeight: return Any( mbOptimalHeight ); in getFastPropertyValue()
H A Dtableundo.cxx498 mxRow->mbOptimalHeight = rData.mbOptimalHeight; in setData()
510 rData.mbOptimalHeight = mxRow->mbOptimalHeight; in getData()
H A Dtablerow.hxx80 sal_Bool mbOptimalHeight; member in sdr::table::TableRow
H A Dtableundo.hxx211 sal_Bool mbOptimalHeight; member

Completed in 20 milliseconds