Searched refs:isCellIntegerBinding (Results 1 – 6 of 6) sorted by relevance
275 aReturn <<= (sal_Int16)( m_pHelper->isCellIntegerBinding( xBinding ) ? 1 : 0 ); in getPropertyValue()326 if ( (bool)bNeedIntegerBinding != m_pHelper->isCellIntegerBinding( xBinding ) ) in setPropertyValue()
192 bool isCellIntegerBinding(
501 … bool CellBindingHelper::isCellIntegerBinding( const Reference< XValueBinding >& _rxBinding ) const in isCellIntegerBinding() function in pcr::CellBindingHelper
179 bool isCellIntegerBinding(
358 bool FormCellBindingHelper::isCellIntegerBinding( const Reference< XValueBinding >& _rxBinding ) co… in isCellIntegerBinding() function in xmloff::FormCellBindingHelper
1801 sal_Int16 nLinkageType = aHelper.isCellIntegerBinding( xBinding ) ? 1 : 0; in exportCellBindingAttributes()
Completed in 42 milliseconds