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::CellBindingHelper101 … 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()[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()