Searched refs:m_nColWidth (Results 1 – 2 of 2) sorted by relevance
55 ,m_nColWidth(0) in DBG_NAME()107 m_nColWidth = rRS.GetColWidth(); in operator =()183 m_nColWidth = aFieldDesc.getOrDefault( "ColWidth", m_nColWidth ); in Load()216 o_rSettings.put( "ColWidth", m_nColWidth ); in Save()
70 sal_Int32 m_nColWidth; member in dbaui::OTableFieldDesc103 void SetColWidth( sal_Int32 nWidth ) { m_nColWidth = nWidth; } in SetColWidth()118 sal_Int32 GetColWidth() const { return m_nColWidth; } in GetColWidth()
Completed in 7 milliseconds