Searched refs:isNumeric (Results 1 – 11 of 11) sorted by relevance
41 if isNumeric( sCurrPic ) then45 if isNumeric( sCurrPic ) then51 if isNumeric( sCurrPic ) then
44 if isNumeric(nPic) then
126 inline sal_Bool isNumeric() const { return (m_eFunctionType & FKT_NUMERIC) == FKT_NUMERIC; } in isNumeric() function in dbaui::OTableFieldDesc129 …inline sal_Bool isNumericOrAggreateFunction() const { return isNumeric() || isAggreateFunction()… in isNumericOrAggreateFunction()
116 if( aCC.isNumeric( sFormula )) in SwFldInputDlg()
213 sal_Bool isNumeric( const String& rStr ) const;
272 sal_Bool CharClass::isNumeric( const String& rStr ) const in isNumeric() function in CharClass
120 return pCharClass->isNumeric( rStr ); in IsNumeric()
2816 if ( _pEntry->isNumeric() ) in setFunctionCell()2824 OSL_ENSURE(!_pEntry->isNumeric(),"Not allowed to combine group by and numeric values!"); in setFunctionCell()
1007 if ( pEntryField->isNumeric() ) in GenerateOrder()
753 if( bIsNum2IsNumeric && rCC.isNumeric( sNum1 ) ) in SeekEntry()
976 ScGlobal::pCharClass->isNumeric( rStr.Copy( nDateStart, nDateLen ) ) ) in lcl_PutString()
Completed in 59 milliseconds