Searched refs:OCellListSource (Results 1 – 3 of 3) sorted by relevance
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::OCellListSource81 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() argument112 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OCellListSource, OCellListSource_Base, OCellListSource_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2()[all …]
50 class OCellListSource;60 typedef ::comphelper::OPropertyArrayUsageHelper< OCellListSource >63 class OCellListSource :public ::comphelper::OBaseMutex class78 OCellListSource(85 ~OCellListSource( );156 OCellListSource(); // never implemented157 OCellListSource( const OCellListSource& ); // never implemented158 OCellListSource& operator=( const OCellListSource& ); // never implemented
512 xRet.set(*new calc::OCellListSource( xDoc )); in MakeInstance()