Home
last modified time | relevance | path

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

/aoo4110/main/forms/qa/integration/forms/
H A DTableCellTextBinding.java53 private XTextRange m_cellText; field in TableCellTextBinding
63 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()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java50 private XTextRange m_cellText; field in TableCellTextBinding
60 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 10 milliseconds