Searched refs:m_xCell (Results 1 – 4 of 4) sorted by relevance
70 if ( m_xCellText.is() && !m_xCell.is() ) in checkConsistency()188 if ( m_xCell.is() ) in getSupportedValueTypes()247 if ( m_xCell.is() ) in getValue()283 if ( m_xCell.is() ) in getValue()284 aReturn <<= m_xCell->getValue(); in getValue()291 if ( m_xCell.is() ) in getValue()346 if ( m_xCell.is() ) in setValue()359 if ( m_xCell.is() ) in setValue()371 if ( m_xCell.is() ) in setValue()567 m_xCell.clear(); in disposing()[all …]
74 m_xCell; /// the cell we're bound to, for double value access
61 XCellRangesQuery m_xCell = null; field in CheckXCellRangesQuery103 m_xCell = UnoRuntime.queryInterface(XCellRangesQuery.class, oObj); in before()219 XSheetCellRanges ranges = m_xCell.queryColumnDifferences( in _queryColumnDifferences()238 XSheetCellRanges ranges = m_xCell.queryEmptyCells(); in _queryEmptyCells()256 XSheetCellRanges ranges = m_xCell.queryRowDifferences( in _queryRowDifferences()
76 ::com::sun::star::accessibility::XAccessible > m_xCell; member in accessibility::AccessibleGridControl_Impl114 Reference< XAccessible > xCell = m_pImpl->m_xCell; in disposing()116 Reference< XComponent > xCellComp( m_pImpl->m_xCell, UNO_QUERY ); in disposing()
Completed in 17 milliseconds