Home
last modified time | relevance | path

Searched refs:ScAddInListener (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Daddinlis.cxx46 SC_SIMPLE_SERVICE_INFO( ScAddInListener, "ScAddInListener", "stardiv.one.sheet.AddInListener" )
50 List ScAddInListener::aAllListeners;
55 ScAddInListener* ScAddInListener::CreateListener( in CreateListener()
58 ScAddInListener* pNew = new ScAddInListener( xVR, pDoc ); in CreateListener()
69 ScAddInListener::ScAddInListener( uno::Reference<sheet::XVolatileResult> xVR, ScDocument* pDoc ) : in ScAddInListener() function in ScAddInListener
76 ScAddInListener::~ScAddInListener() in ~ScAddInListener()
82 ScAddInListener* ScAddInListener::Get( uno::Reference<sheet::XVolatileResult> xVR ) in Get()
89 ScAddInListener* pLst = (ScAddInListener*)aAllListeners.GetObject(nPos); in Get()
98 void ScAddInListener::RemoveDocument( ScDocument* pDocumentP ) in RemoveDocument()
105 ScAddInListener* pLst = (ScAddInListener*)aAllListeners.GetObject(nPos); in RemoveDocument()
[all …]
H A Dinterpr4.cxx2656 ScAddInListener* pLis = ScAddInListener::Get( xRes ); in ScExternal()
2659 pLis = ScAddInListener::CreateListener( xRes, pDok ); in ScExternal()
/trunk/main/sc/source/core/inc/
H A Daddinlis.hxx39 class ScAddInListener : public cppu::WeakImplHelper2< class
52 ScAddInListener(
58 virtual ~ScAddInListener();
61 static ScAddInListener* CreateListener(
66 static ScAddInListener* Get( com::sun::star::uno::Reference<
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx406 ScAddInListener::RemoveDocument( this ); in ~ScDocument()

Completed in 120 milliseconds