Searched refs:OCellListSource (Results 1 – 3 of 3) sorted by relevance
55 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::OCellListSource81 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 …]
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()
Completed in 36 milliseconds