Home
last modified time | relevance | path

Searched refs:bCompatibility (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dmethods.cxx837 if( bCompatibility ) in RTLFUNC()
993 if( bCompatibility ) in RTLFUNC()
1074 if( bCompatibility ) in RTLFUNC()
1298 if( bCompatibility ) in RTLFUNC()
1410 if( bCompatibility ) in RTLFUNC()
1594 if( bCompatibility ) in RTLFUNC()
1637 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() local
1638 if( bCompatibility ) in RTLFUNC()
1650 if( !bCompatibility ) in RTLFUNC()
2759 if( bCompatibility ) in RTLFUNC()
[all …]
H A Dstep0.cxx283 bool bCompatibility = ( pINST && pINST->IsCompatibility() ); in StepLIKE() local
284 if( bCompatibility ) in StepLIKE()
H A Druntime.cxx291 bCompatibility = sal_False; in SbiInstance()
/trunk/main/basic/source/inc/
H A Druntime.hxx199 sal_Bool bCompatibility; // Flag: sal_True = VBA runtime compatibility mode member in SbiInstance
230 void EnableCompatibility( sal_Bool bEnable ) { bCompatibility = bEnable; } in EnableCompatibility()
231 sal_Bool IsCompatibility( void ) { return bCompatibility; } in IsCompatibility()

Completed in 50 milliseconds