Home
last modified time | relevance | path

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

/aoo41x/main/comphelper/inc/comphelper/
H A Daccessiblecontexthelper.hxx316 inline OContextEntryGuard( OAccessibleContextHelper* _pContext );
325 inline OContextEntryGuard::OContextEntryGuard( OAccessibleContextHelper* _pContext ) in OContextEntryGuard() argument
326 :OContextEntryGuard_Base( _pContext->GetMutex( OAccessibleContextHelper::OAccessControl() ) ) in OContextEntryGuard()
328 _pContext->ensureAlive( OAccessibleContextHelper::OAccessControl() ); in OContextEntryGuard()
344 inline OExternalLockGuard( OAccessibleContextHelper* _pContext );
349 inline OExternalLockGuard::OExternalLockGuard( OAccessibleContextHelper* _pContext ) in OExternalLockGuard() argument
350 :OMutexGuard( _pContext->getExternalLock( OAccessibleContextHelper::OAccessControl() ) ) in OExternalLockGuard()
351 ,OContextEntryGuard( _pContext ) in OExternalLockGuard()
/aoo41x/main/svx/source/form/
H A DParseContext.cxx198 …OSystemParseContext* getSharedContext(OSystemParseContext* _pContext = NULL,sal_Bool _bSet = sal_F… in getSharedContext() argument
201 if ( _pContext && !s_pSharedContext ) in getSharedContext()
203 s_pSharedContext = _pContext; in getSharedContext()
208 OSystemParseContext* pReturn = _pContext ? _pContext : s_pSharedContext; in getSharedContext()
209 s_pSharedContext = _pContext; in getSharedContext()
/aoo41x/main/connectivity/source/simpledbt/
H A Dparsenode_s.cxx72 …ring& _rString, const Reference< XConnection >& _rxConnection,const IParseContext* _pContext) const in parseNodeToStr()
74 m_pFullNode->parseNodeToStr( _rString, _rxConnection, _pContext ); in parseNodeToStr()
80 const Locale& _rIntl, const sal_Char _cDecSeparator,const IParseContext* _pContext) const in parseNodeToPredicateStr()
82 …PredicateStr( _rString, _rxConnection, _rxFormatter, _rxField, _rIntl, _cDecSeparator, _pContext ); in parseNodeToPredicateStr()
H A Dparser_s.cxx44 …QLParser(const Reference< XMultiServiceFactory >& _rxServiceFactory,const IParseContext* _pContext) in OSimpleSQLParser() argument
45 :m_aFullParser(_rxServiceFactory,_pContext) in OSimpleSQLParser()
H A Dparsenode_s.hxx54 const IParseContext* _pContext
63 const IParseContext* _pContext
H A Ddbtfactory.cxx101 …er(const Reference< XMultiServiceFactory >& _rxServiceFactory,const IParseContext* _pContext) const in createSQLParser()
103 return new OSimpleSQLParser(_rxServiceFactory,_pContext); in createSQLParser()
H A Dparser_s.hxx47 … ::com::sun::star::lang::XMultiServiceFactory >& _rxServiceFactory,const IParseContext* _pContext);
H A Ddbtfactory.hxx52 const IParseContext* _pContext
/aoo41x/main/connectivity/inc/connectivity/
H A Dvirtualdbtools.hxx282 const IParseContext* _pContext
291 const IParseContext* _pContext
325 const IParseContext* _pContext
H A Dsqlparse.hxx187 …::sun::star::lang::XMultiServiceFactory >& _xServiceFactory,const IParseContext* _pContext = NULL);
H A Dsqlnode.hxx106 const IParseContext* _pContext,
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx411 SQLHANDLE _pContext, in ThrowException() argument
452 …n = (*(T3SQLGetDiagRec)_pConnection->getOdbcFunction(ODBC3SQLGetDiagRec))(_nHandleType,_pContext,1, in ThrowException()
/aoo41x/main/connectivity/source/parse/
H A Dsqlnode.cxx168 const Locale& _rLocale, const IParseContext* _pContext, in SQLParseNodeParameter() argument
176 …,m_rContext( _pContext ? (const IParseContext&)(*_pContext) : (const IParseContext&)OSQLParser::s_… in SQLParseNodeParameter()
1289 …e< ::com::sun::star::lang::XMultiServiceFactory >& _xServiceFactory,const IParseContext* _pContext) in OSQLParser() argument
1290 :m_pContext(_pContext) in OSQLParser()
/aoo41x/main/connectivity/source/inc/odbc/
H A DOTools.hxx106 SQLHANDLE _pContext,

Completed in 59 milliseconds