Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx59 DBG_NAME( OCellValueBinding ) in DBG_NAME()
67 const char* OCellValueBinding::checkConsistency( ) const in checkConsistency()
81OCellValueBinding::OCellValueBinding( const Reference< XSpreadsheetDocument >& _rxDocument, sal_Bo… in OCellValueBinding() function in calc::OCellValueBinding
89 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 …]
H A Dcellvaluebinding.hxx51 class OCellValueBinding;
62 typedef ::comphelper::OPropertyArrayUsageHelper< OCellValueBinding >
65 class OCellValueBinding :public ::comphelper::OBaseMutex class
83 OCellValueBinding(
91 ~OCellValueBinding( );
152 OCellValueBinding(); // never implemented
153 OCellValueBinding( const OCellValueBinding& ); // never implemented
154 OCellValueBinding& operator=( const OCellValueBinding& ); // never implemented
H A Dservuno.cxx505 xRet.set(*new calc::OCellValueBinding( xDoc, bListPos )); in MakeInstance()

Completed in 28 milliseconds