Searched refs:m_cellText (Results 1 – 2 of 2) sorted by relevance
53 private XTextRange m_cellText; field in TableCellTextBinding63 m_cellText = (XTextRange)UnoRuntime.queryInterface( XTextRange.class, cell ); in TableCellTextBinding()95 return m_cellText.getString(); in getValue()158 m_cellText.setString( m_newCellText ); in run()165 String currentCellText = m_cellText.getString(); in run()
50 private XTextRange m_cellText; field in TableCellTextBinding60 m_cellText = (XTextRange)UnoRuntime.queryInterface( XTextRange.class, cell ); in TableCellTextBinding()92 return m_cellText.getString(); in getValue()155 m_cellText.setString( m_newCellText ); in run()162 String currentCellText = m_cellText.getString(); in run()
Completed in 11 milliseconds