Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx114 FormCellBindingHelper::FormCellBindingHelper( const Reference< XPropertySet >& _rxControlModel, con… in FormCellBindingHelper() function in xmloff::FormCellBindingHelper
147 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 …]
H A Dlayerimport.cxx556 && 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()
H A Dformcellbinding.hxx46 class FormCellBindingHelper class
72 FormCellBindingHelper(
H A Delementexport.cxx1743 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 53 milliseconds