Searched refs:OCellValueBinding (Results 1 – 3 of 3) sorted by relevance
59 DBG_NAME( OCellValueBinding ) 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()124 void SAL_CALL OCellValueBinding::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()126 DBG_CHKTHIS( OCellValueBinding, checkConsistency_static ); in IMPLEMENT_FORWARD_XINTERFACE2()398 void OCellValueBinding::setBooleanFormat() in setBooleanFormat()463 OCellValueBinding* pNonConstThis = const_cast< OCellValueBinding* >( this ); in checkValueType()[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()
Completed in 24 milliseconds