Lines Matching refs:is

70         if ( m_xCellText.is() && !m_xCell.is() )  in checkConsistency()
129 if ( xBroadcaster.is() ) in IMPLEMENT_FORWARD_XINTERFACE2()
172 if ( xCellAddress.is() ) in getFastPropertyValue()
183 sal_Int32 nCount = m_xCellText.is() ? 3 : m_xCell.is() ? 1 : 0; in getSupportedValueTypes()
188 if ( m_xCell.is() ) in getSupportedValueTypes()
192 if ( m_xCellText.is() ) in getSupportedValueTypes()
238 DBG_ASSERT( m_xCellText.is(), "OCellValueBinding::getValue: don't have a text!" ); in getValue()
239 if ( m_xCellText.is() ) in getValue()
246 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::getValue: don't have a double value supplier!" ); in getValue()
247 if ( m_xCell.is() ) in getValue()
261 if ( xProp.is() ) in getValue()
282 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::getValue: don't have a double value supplier!" ); in getValue()
283 if ( m_xCell.is() ) in getValue()
290 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::getValue: don't have a double value supplier!" ); in getValue()
291 if ( m_xCell.is() ) in getValue()
326 DBG_ASSERT( m_xCellText.is(), "OCellValueBinding::setValue: don't have a text!" ); in setValue()
330 if ( m_xCellText.is() ) in setValue()
337 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::setValue: don't have a double value supplier!" ); in setValue()
346 if ( m_xCell.is() ) in setValue()
355 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::setValue: don't have a double value supplier!" ); in setValue()
359 if ( m_xCell.is() ) in setValue()
366 … DBG_ASSERT( m_xCell.is(), "OCellValueBinding::setValue: don't have a double value supplier!" ); in setValue()
371 if ( m_xCell.is() ) in setValue()
381 DBG_ASSERT( xData.is(), "OCellValueBinding::setValue: don't have XCellRangeData!" ); in setValue()
382 if ( xData.is() ) in setValue()
405 if ( xSupplier.is() && xCellProp.is() ) in setBooleanFormat()
409 if ( xTypes.is() ) in setBooleanFormat()
424 if ( xOldFormat.is() ) in setBooleanFormat()
515 if ( _rxListener.is() ) in addModifyListener()
522 if ( _rxListener.is() ) in removeModifyListener()
607 if ( m_xDocument.is() ) in initialize()
609 … DBG_ASSERT( xSheets.is(), "OCellValueBinding::initialize: could not retrieve the sheets!" ); in initialize()
611 if ( xSheets.is() ) in initialize()
615 … DBG_ASSERT( xSheet.is(), "OCellValueBinding::initialize: NULL sheet, but no exception!" ); in initialize()
618 if ( xSheet.is() ) in initialize()
622 …DBG_ASSERT( xAddressAccess.is(), "OCellValueBinding::initialize: either NULL cell, or cell without… in initialize()
631 if ( !m_xCell.is() ) in initialize()
638 if ( xBroadcaster.is() ) in initialize()