Searched refs:OCellValueBinding (Results 1 – 3 of 3) sorted by relevance
59 DBG_NAME( OCellValueBinding ) in DBG_NAME()62 const char* OCellValueBinding::checkConsistency_static( const void* _pThis ) in DBG_NAME()64 return static_cast< const OCellValueBinding* >( _pThis )->checkConsistency( ); in DBG_NAME()67 const char* OCellValueBinding::checkConsistency( ) const in checkConsistency()81 …OCellValueBinding::OCellValueBinding( const Reference< XSpreadsheetDocument >& _rxDocument, sal_Bo… in OCellValueBinding() function in calc::OCellValueBinding89 DBG_CTOR( OCellValueBinding, checkConsistency_static ); in OCellValueBinding()106 OCellValueBinding::~OCellValueBinding( ) in ~OCellValueBinding()114 DBG_DTOR( OCellValueBinding, checkConsistency_static ); in ~OCellValueBinding()118 …IMPLEMENT_FORWARD_XINTERFACE2( OCellValueBinding, OCellValueBinding_Base, OCellValueBinding_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument121 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( OCellValueBinding, OCellValueBinding_Base, OCellValueBinding_PBa… in IMPLEMENT_FORWARD_XINTERFACE2()[all …]
51 class OCellValueBinding;62 typedef ::comphelper::OPropertyArrayUsageHelper< OCellValueBinding >65 class OCellValueBinding :public ::comphelper::OBaseMutex class83 OCellValueBinding(91 ~OCellValueBinding( );152 OCellValueBinding(); // never implemented153 OCellValueBinding( const OCellValueBinding& ); // never implemented154 OCellValueBinding& operator=( const OCellValueBinding& ); // never implemented
505 xRet.set(*new calc::OCellValueBinding( xDoc, bListPos )); in MakeInstance()