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()
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()
115 void SAL_CALL OCellListSource::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()
118 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in IMPLEMENT_FORWARD_XINTERFACE2()
138 DBG_CHKTHIS( OCellListSource, checkConsistency_static ); in getPropertySetInfo()
212 CellRangeAddress OCellListSource::getRangeAddress( ) const in getRangeAddress()
[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()

Completed in 46 milliseconds