Searched refs:TestDef (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/rsc/source/tools/ |
H A D | rscdef.cxx | 1054 sal_Bool RscFileTab::TestDef( sal_uLong lFileKey, sal_uLong lPos, in TestDef() function in RscFileTab 1066 return TestDef( lFileKey, lPos, pDefDec->pExp ); in TestDef() 1078 sal_Bool RscFileTab::TestDef( sal_uLong lFileKey, sal_uLong lPos, in TestDef() function in RscFileTab 1085 if( !TestDef( lFileKey, lPos, pExpDec->aLeftExp.aExp.pExp ) ) in TestDef() 1089 if( !TestDef( lFileKey, lPos, pExpDec->aLeftExp.aExp.pDef ) ) in TestDef() 1093 if( !TestDef( lFileKey, lPos, pExpDec->aRightExp.aExp.pExp ) ) in TestDef() 1097 if( !TestDef( lFileKey, lPos, pExpDec->aRightExp.aExp.pDef ) ) in TestDef() 1147 if( TestDef( lFileKey, lPos, pExp ) ){ in NewDef() 1251 if( TestDef( pDef->GetFileKey(), lPos, pExp ) ){ in ChangeDef()
|
/aoo41x/main/rsc/inc/ |
H A D | rscdef.hxx | 244 sal_Bool TestDef( sal_uLong lFileKey, sal_uLong lPos, 246 sal_Bool TestDef( sal_uLong lFileKey, sal_uLong lPos,
|
Completed in 32 milliseconds