Searched refs:CellBindingHelper (Results 1 – 5 of 5) sorted by relevance
88 …CellBindingHelper::CellBindingHelper( const Reference< XPropertySet >& _rxControlModel, const Refe… in CellBindingHelper() function in pcr::CellBindingHelper204 bool CellBindingHelper::convertStringAddress( const ::rtl::OUString& _rAddressDescription, in convertStringAddress()302 bool CellBindingHelper::getAddressFromCellBinding( in getAddressFromCellBinding()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()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()[all …]
41 class CellBindingHelper;51 ::std::auto_ptr< CellBindingHelper > m_pHelper;
49 class CellBindingHelper class62 CellBindingHelper(
92 if ( CellBindingHelper::isSpreadsheetDocument( xDocument ) ) in onNewComponent()93 m_pHelper.reset( new CellBindingHelper( m_xComponent, xDocument ) ); in onNewComponent()
662 CellBindingHelper aHelper( m_xComponent, impl_getContextDocument_nothrow() ); in impl_setSheetAnchorType_nothrow()
Completed in 33 milliseconds