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()
128 Reference<XModifyBroadcaster> xBroadcaster( m_xCell, UNO_QUERY ); in IMPLEMENT_FORWARD_XINTERFACE2()
171 Reference< XCellAddressable > xCellAddress( m_xCell, UNO_QUERY ); in getFastPropertyValue()
183 sal_Int32 nCount = m_xCellText.is() ? 3 : m_xCell.is() ? 1 : 0; in getSupportedValueTypes()
188 if ( m_xCell.is() ) in getSupportedValueTypes()
246 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::getValue: don't have a double value supplier!" ); in getValue()
247 if ( m_xCell.is() ) in getValue()
252 CellContentType eCellType = m_xCell->getType(); in getValue()
258 if ( m_xCell->getError() == 0 ) in getValue()
260 Reference<XPropertySet> xProp( m_xCell, UNO_QUERY ); in getValue()
[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.java60 XCellRangesQuery m_xCell = null; field in CheckXCellRangesQuery
94 m_xCell = UnoRuntime.queryInterface(XCellRangesQuery.class, oObj); in before()
210 XSheetCellRanges ranges = m_xCell.queryColumnDifferences( in _queryColumnDifferences()
229 XSheetCellRanges ranges = m_xCell.queryEmptyCells(); in _queryEmptyCells()
247 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()