Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/form/
H A DParseContext.cxx200 static OSystemParseContext* s_pSharedContext = NULL; in getSharedContext() local
201 if ( _pContext && !s_pSharedContext ) in getSharedContext()
203 s_pSharedContext = _pContext; in getSharedContext()
204 return s_pSharedContext; in getSharedContext()
208 OSystemParseContext* pReturn = _pContext ? _pContext : s_pSharedContext; in getSharedContext()
209 s_pSharedContext = _pContext; in getSharedContext()
212 return s_pSharedContext; in getSharedContext()

Completed in 6 milliseconds