Searched refs:IsCompatible (Results 1 – 8 of 8) sorted by relevance
79 sal_Bool IsCompatible() { return bCompatible; } in IsCompatible() function in SbiScanner
260 if( pParser->IsCompatible() ) in Gen()
224 if( pParser->IsCompatible() && eTok == INPUT ) in Term()
374 sal_Bool IsCompatible(short eOldType, short eNewType);
664 bRet = pFormatter->IsCompatible( nOldType, nNewType ); in isTypeCompatible()
1214 if (res && !IsCompatible(FType, RType)) // unpassender Typ in IsNumberFormat()1240 sal_Bool SvNumberFormatter::IsCompatible(short eOldType, in IsCompatible() function in SvNumberFormatter
168 if (!pDocument->GetFormatTable()->IsCompatible(eOldType, eNewType)) in Insert()
471 if ( nOldType == nNewType || pFormatter->IsCompatible( nOldType, nNewType ) ) in ApplyPatternIfNumberformatIncompatible()
Completed in 47 milliseconds