Home
last modified time | relevance | path

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

/aoo41x/main/rsc/source/tools/
H A Drscdef.cxx588 aRightExp = aRE; in RscExpression()
591 if( aRightExp.IsDefinition() ) in RscExpression()
592 aRightExp.aExp.pDef->IncRef(); in RscExpression()
610 if( aRightExp.IsDefinition() ) in ~RscExpression()
611 aRightExp.aExp.pDef->DecRef(); in ~RscExpression()
612 else if( aRightExp.IsExpression() ) in ~RscExpression()
613 delete aRightExp.aExp.pExp; in ~RscExpression()
676 aRightExp.GetMacro( aLeft ); in GetMacro()
680 else if( aRightExp.IsNothing() ) in GetMacro()
691 aRightExp.GetMacro( aLeft ); in GetMacro()
[all …]
/aoo41x/main/rsc/inc/
H A Drscdef.hxx176 RscExpType aRightExp; member in RscExpression

Completed in 25 milliseconds