Searched refs:_pContext (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | accessiblecontexthelper.hxx | 316 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()
|
/aoo4110/main/svx/source/form/ |
H A D | ParseContext.cxx | 198 …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()
|
/aoo4110/main/connectivity/source/simpledbt/ |
H A D | parsenode_s.cxx | 72 …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 D | parser_s.cxx | 44 …QLParser(const Reference< XMultiServiceFactory >& _rxServiceFactory,const IParseContext* _pContext) in OSimpleSQLParser() argument 45 :m_aFullParser(_rxServiceFactory,_pContext) in OSimpleSQLParser()
|
H A D | parsenode_s.hxx | 54 const IParseContext* _pContext 63 const IParseContext* _pContext
|
H A D | dbtfactory.cxx | 101 …er(const Reference< XMultiServiceFactory >& _rxServiceFactory,const IParseContext* _pContext) const in createSQLParser() 103 return new OSimpleSQLParser(_rxServiceFactory,_pContext); in createSQLParser()
|
H A D | parser_s.hxx | 47 … ::com::sun::star::lang::XMultiServiceFactory >& _rxServiceFactory,const IParseContext* _pContext);
|
H A D | dbtfactory.hxx | 52 const IParseContext* _pContext
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | virtualdbtools.hxx | 282 const IParseContext* _pContext 291 const IParseContext* _pContext 325 const IParseContext* _pContext
|
H A D | sqlparse.hxx | 187 …::sun::star::lang::XMultiServiceFactory >& _xServiceFactory,const IParseContext* _pContext = NULL);
|
H A D | sqlnode.hxx | 106 const IParseContext* _pContext,
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 411 SQLHANDLE _pContext, in ThrowException() argument 452 …n = (*(T3SQLGetDiagRec)_pConnection->getOdbcFunction(ODBC3SQLGetDiagRec))(_nHandleType,_pContext,1, in ThrowException()
|
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 168 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()
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 106 SQLHANDLE _pContext,
|
Completed in 70 milliseconds