Searched refs:FormCellBindingHelper (Results 1 – 4 of 4) sorted by relevance
114 FormCellBindingHelper::FormCellBindingHelper( const Reference< XPropertySet >& _rxControlModel, con… in FormCellBindingHelper() function in xmloff::FormCellBindingHelper147 bool FormCellBindingHelper::convertStringAddress( const ::rtl::OUString& _rAddressDescription, in convertStringAddress()304 bool FormCellBindingHelper::isListCellRangeAllowed( const Reference< XModel >& _rxDocument ) in isListCellRangeAllowed()313 bool FormCellBindingHelper::isListCellRangeAllowed( ) const in isListCellRangeAllowed()327 bool FormCellBindingHelper::isCellBindingAllowed( ) const in isCellBindingAllowed()343 bool FormCellBindingHelper::isCellBindingAllowed( const Reference< XModel >& _rxDocument ) in isCellBindingAllowed()352 bool FormCellBindingHelper::isCellBinding( const Reference< XValueBinding >& _rxBinding ) const in isCellBinding()379 Reference< XValueBinding > FormCellBindingHelper::getCurrentBinding( ) const in getCurrentBinding()389 Reference< XListEntrySource > FormCellBindingHelper::getCurrentListSource( ) const in getCurrentListSource()399 void FormCellBindingHelper::setBinding( const Reference< XValueBinding >& _rxBinding ) in setBinding()[all …]
556 && FormCellBindingHelper::isCellBindingAllowed( rImport.GetModel() ) in documentDone()568 FormCellBindingHelper aHelper( aCellBindings->first, rImport.GetModel() ); in documentDone()597 && FormCellBindingHelper::isListCellRangeAllowed( rImport.GetModel() ) in documentDone()607 FormCellBindingHelper aHelper( aRangeBindings->first, rImport.GetModel() ); in documentDone()
46 class FormCellBindingHelper class72 FormCellBindingHelper(
1743 if ( FormCellBindingHelper::livesInSpreadsheetDocument( m_xProps ) ) in examine()1745 FormCellBindingHelper aHelper( m_xProps, NULL ); in examine()1786 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellBindingAttributes()1855 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellListSourceRange()
Completed in 36 milliseconds