Home
last modified time | relevance | path

Searched refs:FormCellBindingHelper (Results 1 – 4 of 4) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx114 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()
[all …]
H A Dlayerimport.cxx556 && FormCellBindingHelper::isCellBindingAllowed( rImport.GetModel() ) in documentDone()
568 FormCellBindingHelper aHelper( aCellBindings->first, rImport.GetModel() ); in documentDone()
597 && FormCellBindingHelper::isListCellRangeAllowed( rImport.GetModel() ) in documentDone()
607 FormCellBindingHelper aHelper( aRangeBindings->first, rImport.GetModel() ); in documentDone()
H A Dformcellbinding.hxx46 class FormCellBindingHelper class
72 FormCellBindingHelper(
H A Delementexport.cxx1743 if ( FormCellBindingHelper::livesInSpreadsheetDocument( m_xProps ) ) in examine()
1745 FormCellBindingHelper aHelper( m_xProps, NULL ); in examine()
1786 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellBindingAttributes()
1855 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellListSourceRange()