Lines Matching refs:CellBindingHelper

88CellBindingHelper::CellBindingHelper( const Reference< XPropertySet >& _rxControlModel, const Refe…  in CellBindingHelper()  function in pcr::CellBindingHelper
101 … sal_Bool CellBindingHelper::isSpreadsheetDocument( const Reference< XModel >& _rxContextDocument ) in isSpreadsheetDocument()
107 … sal_Int16 CellBindingHelper::getControlSheetIndex( Reference< XSpreadsheet >& _out_rxSheet ) const in getControlSheetIndex()
156 …bool CellBindingHelper::convertStringAddress( const ::rtl::OUString& _rAddressDescription, CellAdd… in convertStringAddress()
170 …bool CellBindingHelper::doConvertAddressRepresentations( const ::rtl::OUString& _rInputProperty, c… in doConvertAddressRepresentations()
204 bool CellBindingHelper::convertStringAddress( const ::rtl::OUString& _rAddressDescription, in convertStringAddress()
219 …Reference< XValueBinding > CellBindingHelper::createCellBindingFromAddress( const CellAddress& _rA… in createCellBindingFromAddress()
231 …Reference< XValueBinding > CellBindingHelper::createCellBindingFromStringAddress( const ::rtl::OUS… in createCellBindingFromStringAddress()
247 …Reference< XListEntrySource > CellBindingHelper::createCellListSourceFromStringAddress( const ::rt… in createCellListSourceFromStringAddress()
266 …Reference< XInterface > CellBindingHelper::createDocumentDependentInstance( const ::rtl::OUString&… in createDocumentDependentInstance()
302 bool CellBindingHelper::getAddressFromCellBinding( in getAddressFromCellBinding()
331 …::rtl::OUString CellBindingHelper::getStringAddressFromCellBinding( const Reference< XValueBinding… in getStringAddressFromCellBinding()
348 …::rtl::OUString CellBindingHelper::getStringAddressFromCellListSource( const Reference< XListEntry… in getStringAddressFromCellListSource()
381 …bool CellBindingHelper::isSpreadsheetDocumentWhichSupplies( const ::rtl::OUString& _rService ) con… in isSpreadsheetDocumentWhichSupplies()
410 bool CellBindingHelper::isListCellRangeAllowed( ) const in isListCellRangeAllowed()
424 bool CellBindingHelper::isCellIntegerBindingAllowed( ) const in isCellIntegerBindingAllowed()
461 bool CellBindingHelper::isCellBindingAllowed( ) const in isCellBindingAllowed()
495 bool CellBindingHelper::isCellBinding( const Reference< XValueBinding >& _rxBinding ) const in isCellBinding()
501 … bool CellBindingHelper::isCellIntegerBinding( const Reference< XValueBinding >& _rxBinding ) const in isCellIntegerBinding()
507 …bool CellBindingHelper::isCellRangeListSource( const Reference< XListEntrySource >& _rxSource ) co… in isCellRangeListSource()
513 …bool CellBindingHelper::doesComponentSupport( const Reference< XInterface >& _rxComponent, const :… in doesComponentSupport()
522 Reference< XValueBinding > CellBindingHelper::getCurrentBinding( ) const in getCurrentBinding()
532 Reference< XListEntrySource > CellBindingHelper::getCurrentListSource( ) const in getCurrentListSource()
542 void CellBindingHelper::setBinding( const Reference< XValueBinding >& _rxBinding ) in setBinding()
551 void CellBindingHelper::setListSource( const Reference< XListEntrySource >& _rxSource ) in setListSource()