Lines Matching refs:FormCellBindingHelper

114 FormCellBindingHelper::FormCellBindingHelper( const Reference< XPropertySet >& _rxControlModel, con…  in FormCellBindingHelper()  function in xmloff::FormCellBindingHelper
126 sal_Bool FormCellBindingHelper::livesInSpreadsheetDocument( const Reference< XPropertySet >& _rxCon… in livesInSpreadsheetDocument()
133 bool FormCellBindingHelper::convertStringAddress( const ::rtl::OUString& _rAddressDescription, Cell… in convertStringAddress()
147 bool FormCellBindingHelper::convertStringAddress( const ::rtl::OUString& _rAddressDescription, in convertStringAddress()
162 Reference< XValueBinding > FormCellBindingHelper::createCellBindingFromStringAddress( const ::rtl::… in createCellBindingFromStringAddress()
184 Reference< XListEntrySource > FormCellBindingHelper::createCellListSourceFromStringAddress( const :… in createCellListSourceFromStringAddress()
203 ::rtl::OUString FormCellBindingHelper::getStringAddressFromCellBinding( const Reference< XValueBind… in getStringAddressFromCellBinding()
233 ::rtl::OUString FormCellBindingHelper::getStringAddressFromCellListSource( const Reference< XListEn… in getStringAddressFromCellListSource()
262 bool FormCellBindingHelper::isSpreadsheetDocumentWhichSupplies( const Reference< XSpreadsheetDocume… in isSpreadsheetDocumentWhichSupplies()
298 bool FormCellBindingHelper::isSpreadsheetDocumentWhichSupplies( const ::rtl::OUString& _rService ) … in isSpreadsheetDocumentWhichSupplies()
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()
358 bool FormCellBindingHelper::isCellIntegerBinding( const Reference< XValueBinding >& _rxBinding ) co… in isCellIntegerBinding()
364 bool FormCellBindingHelper::isCellRangeListSource( const Reference< XListEntrySource >& _rxSource )… in isCellRangeListSource()
370 bool FormCellBindingHelper::doesComponentSupport( const Reference< XInterface >& _rxComponent, cons… in doesComponentSupport()
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()
408 void FormCellBindingHelper::setListSource( const Reference< XListEntrySource >& _rxSource ) in setListSource()
417 Reference< XInterface > FormCellBindingHelper::createDocumentDependentInstance( const ::rtl::OUStri… in createDocumentDependentInstance()
453 bool FormCellBindingHelper::doConvertAddressRepresentations( const ::rtl::OUString& _rInputProperty… in doConvertAddressRepresentations()