Lines Matching refs:OCellListSource

55     DBG_NAME( OCellListSource )  in DBG_NAME()
58 const char* OCellListSource::checkConsistency_static( const void* _pThis ) in DBG_NAME()
60 return static_cast< const OCellListSource* >( _pThis )->checkConsistency( ); in DBG_NAME()
63 const char* OCellListSource::checkConsistency( ) const in checkConsistency()
74 OCellListSource::OCellListSource( const Reference< XSpreadsheetDocument >& _rxDocument ) in OCellListSource() function in calc::OCellListSource
81 DBG_CTOR( OCellListSource, checkConsistency_static ); in OCellListSource()
97 OCellListSource::~OCellListSource( ) in ~OCellListSource()
105 DBG_DTOR( OCellListSource, checkConsistency_static ); in ~OCellListSource()
109 IMPLEMENT_FORWARD_XINTERFACE2( OCellListSource, OCellListSource_Base, OCellListSource_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
112 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OCellListSource, OCellListSource_Base, OCellListSource_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2()
115 void SAL_CALL OCellListSource::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()
118 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in IMPLEMENT_FORWARD_XINTERFACE2()
136 …Reference< XPropertySetInfo > SAL_CALL OCellListSource::getPropertySetInfo( ) throw(RuntimeExcept… in getPropertySetInfo()
138 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in getPropertySetInfo()
143 ::cppu::IPropertyArrayHelper& SAL_CALL OCellListSource::getInfoHelper() in getInfoHelper()
149 ::cppu::IPropertyArrayHelper* OCellListSource::createArrayHelper( ) const in createArrayHelper()
157 void SAL_CALL OCellListSource::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
159 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in getFastPropertyValue()
168 void OCellListSource::checkDisposed( ) const SAL_THROW( ( DisposedException ) ) in checkDisposed()
176 void OCellListSource::checkInitialized() SAL_THROW( ( RuntimeException ) ) in checkInitialized()
184 ::rtl::OUString SAL_CALL OCellListSource::getImplementationName( ) throw (RuntimeException) in getImplementationName()
190 …sal_Bool SAL_CALL OCellListSource::supportsService( const ::rtl::OUString& _rServiceName ) throw (… in supportsService()
203 …Sequence< ::rtl::OUString > SAL_CALL OCellListSource::getSupportedServiceNames( ) throw (RuntimeE… in getSupportedServiceNames()
212 CellRangeAddress OCellListSource::getRangeAddress( ) const in getRangeAddress()
224 …::rtl::OUString OCellListSource::getCellTextContent_noCheck( sal_Int32 _nRangeRelativeColumn, sal_… in getCellTextContent_noCheck()
238 sal_Int32 SAL_CALL OCellListSource::getListEntryCount( ) throw (RuntimeException) in getListEntryCount()
241 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in getListEntryCount()
250 …::rtl::OUString SAL_CALL OCellListSource::getListEntry( sal_Int32 _nPosition ) throw (IndexOutOfBo… in getListEntry()
253 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in getListEntry()
264 …Sequence< ::rtl::OUString > SAL_CALL OCellListSource::getAllListEntries( ) throw (RuntimeExceptio… in getAllListEntries()
267 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in getAllListEntries()
282 …void SAL_CALL OCellListSource::addListEntryListener( const Reference< XListEntryListener >& _rxLis… in addListEntryListener()
285 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in addListEntryListener()
296 …void SAL_CALL OCellListSource::removeListEntryListener( const Reference< XListEntryListener >& _rx… in removeListEntryListener()
299 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in removeListEntryListener()
310 …void SAL_CALL OCellListSource::modified( const EventObject& /* aEvent */ ) throw (RuntimeException) in modified()
312 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in modified()
318 void OCellListSource::notifyModified() in notifyModified()
343 void SAL_CALL OCellListSource::disposing( const EventObject& aEvent ) throw (RuntimeException) in disposing()
345 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in disposing()
356 …void SAL_CALL OCellListSource::initialize( const Sequence< Any >& _rArguments ) throw (Exception, … in initialize()