Searched refs:IsInteger (Results 1 – 6 of 6) sorted by relevance
220 inline bool IsInteger( double fValue ) in IsInteger() function934 bHasNonInteger = ( !aGroupInfo.AutoStart && !IsInteger( aGroupInfo.Start ) ) || in GetNumEntries()935 ( !aGroupInfo.AutoEnd && !IsInteger( aGroupInfo.End ) ) || in GetNumEntries()936 !IsInteger( aGroupInfo.Step ); in GetNumEntries()965 if ( !bHasNonInteger && !IsInteger( fSourceValue ) ) in GetNumEntries()
50 if( pTok->IsInteger() ) in ReadRangeSvIdl()576 if( pTok->IsInteger() && pTok->GetNumber() <= 0xFFFF ) in ReadSvIdl()
77 sal_Bool IsInteger() const { return nType == SVTOKEN_INTEGER; } in IsInteger() function in SvToken
254 sal_Bool IsInteger() const { return sal_Bool( GetType() == SbxINTEGER ); } in IsInteger() function in SbxValue
392 else if( pTok->IsInteger() ) in ReadIdFile()
955 if ( pArg->IsInteger() ) in RTLFUNC()1359 if ( pArg->IsInteger() ) in RTLFUNC()
Completed in 49 milliseconds