Home
last modified time | relevance | path

Searched refs:OCellListSource (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx55 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()
[all …]
H A Dcelllistsource.hxx50 class OCellListSource;
60 typedef ::comphelper::OPropertyArrayUsageHelper< OCellListSource >
63 class OCellListSource :public ::comphelper::OBaseMutex class
78 OCellListSource(
85 ~OCellListSource( );
156 OCellListSource(); // never implemented
157 OCellListSource( const OCellListSource& ); // never implemented
158 OCellListSource& operator=( const OCellListSource& ); // never implemented
H A Dservuno.cxx512 xRet.set(*new calc::OCellListSource( xDoc )); in MakeInstance()