Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DMeasureHandler.cxx42 m_nUnit( -1 ), in MeasureHandler()
68 m_nUnit = nIntValue; in lcl_attribute()
88 m_nUnit = NS_ooxml::LN_Value_ST_TblWidth_dxa; in lcl_attribute()
110 if( m_nMeasureValue != 0 && m_nUnit >= 0 ) in getMeasureValue()
113 if( m_nUnit == 3 || sal::static_int_cast<Id>(m_nUnit) == NS_ooxml::LN_Value_ST_TblWidth_dxa) in getMeasureValue()
126 return sal::static_int_cast<Id>(m_nUnit) == NS_ooxml::LN_Value_ST_TblWidth_auto; in isAutoWidth()
H A DMeasureHandler.hxx41 sal_Int32 m_nUnit; member in writerfilter::dmapper::MeasureHandler

Completed in 17 milliseconds