Home
last modified time | relevance | path

Searched refs:m_xCell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx70 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 …]
H A Dcellvaluebinding.hxx74 m_xCell; /// the cell we're bound to, for double value access
/trunk/main/sc/qa/complex/cellRanges/
H A DCheckXCellRangesQuery.java61 XCellRangesQuery m_xCell = null; field in CheckXCellRangesQuery
103 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()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControl.cxx76 ::com::sun::star::accessibility::XAccessible > m_xCell; member in accessibility::AccessibleGridControl_Impl
114 Reference< XAccessible > xCell = m_pImpl->m_xCell; in disposing()
116 Reference< XComponent > xCellComp( m_pImpl->m_xCell, UNO_QUERY ); in disposing()

Completed in 21 milliseconds