Searched refs:bCompatibility (Results 1 – 4 of 4) sorted by relevance
836 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() local837 if( bCompatibility ) in RTLFUNC()992 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() local993 if( bCompatibility ) in RTLFUNC()1073 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() local1074 if( bCompatibility ) in RTLFUNC()1297 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() local1298 if( bCompatibility ) in RTLFUNC()1409 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() local1410 if( bCompatibility ) in RTLFUNC()[all …]
283 bool bCompatibility = ( pINST && pINST->IsCompatibility() ); in StepLIKE() local284 if( bCompatibility ) in StepLIKE()
291 bCompatibility = sal_False; in SbiInstance()
199 sal_Bool bCompatibility; // Flag: sal_True = VBA runtime compatibility mode member in SbiInstance230 void EnableCompatibility( sal_Bool bEnable ) { bCompatibility = bEnable; } in EnableCompatibility()231 sal_Bool IsCompatibility( void ) { return bCompatibility; } in IsCompatibility()