Home
last modified time | relevance | path

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

/aoo42x/main/idlc/source/
H A Dparser.y586 AstInterface* pForward = NULL;
594 pForward = new AstInterface(*$1, NULL, pScope);
598 if ( (pDecl != pForward) &&
601 delete pForward;
611 pScope->addDeclaration(pForward);
625 AstInterface* pForward = NULL;
644 pForward = (AstInterface*)pDecl;
645 if ( !pForward->isDefined() )
650 if ( pForward->getScope() != pScope )
670 pInterface = pForward;
[all …]
H A Derrorhandler.cxx644 void ErrorHandler::forwardLookupError(AstDeclaration* pForward, in forwardLookupError() argument
649 pForward->getScopedName().getStr(), name.getStr()); in forwardLookupError()
/aoo42x/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx271 …::rtl::Reference< OPropertyForward > pForward( new OPropertyForward( _xDest, m_xSettings, _sName, … in notifyElementCreated()
272 m_aForwardList[ _sName ] = pForward; in notifyElementCreated()
/aoo42x/main/idlc/inc/idlc/
H A Derrorhandler.hxx134 void forwardLookupError(AstDeclaration* pForward, const ::rtl::OString& name);
/aoo42x/main/basic/source/inc/
H A Dsymtbl.hxx226 void Match( SbiProcDef* pForward );

Completed in 32 milliseconds