Home
last modified time | relevance | path

Searched refs:CellBindingHelper (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx88CellBindingHelper::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()
[all …]
H A Dcellbindinghandler.hxx41 class CellBindingHelper;
51 ::std::auto_ptr< CellBindingHelper > m_pHelper;
H A Dcellbindinghelper.hxx49 class CellBindingHelper class
62 CellBindingHelper(
H A Dcellbindinghandler.cxx92 if ( CellBindingHelper::isSpreadsheetDocument( xDocument ) ) in onNewComponent()
93 m_pHelper.reset( new CellBindingHelper( m_xComponent, xDocument ) ); in onNewComponent()
H A Dformgeometryhandler.cxx662 CellBindingHelper aHelper( m_xComponent, impl_getContextDocument_nothrow() ); in impl_setSheetAnchorType_nothrow()