Searched refs:bNumeric (Results 1 – 5 of 5) sorted by relevance
192 …sal_Bool bNumeric = io_nType == DataType::SQLNULL || io_nType == DataType::DOUBLE || io_nType == D… in impl_fillColumnInfo_nothrow() local195 if ( bNumeric ) in impl_fillColumnInfo_nothrow()203 bNumeric = sal_False; in impl_fillColumnInfo_nothrow()219 bNumeric = sal_False; in impl_fillColumnInfo_nothrow()223 bNumeric = sal_True; in impl_fillColumnInfo_nothrow()241 bNumeric = sal_False; in impl_fillColumnInfo_nothrow()255 bNumeric = sal_False; in impl_fillColumnInfo_nothrow()256 if (bNumeric && cThousandDelimiter) in impl_fillColumnInfo_nothrow()269 bNumeric = sal_False; in impl_fillColumnInfo_nothrow()276 if (!bNumeric) in impl_fillColumnInfo_nothrow()[all …]
72 sal_Bool bNumeric = sal_True; in IsDBNumeric() local82 return bNumeric; in IsDBNumeric()173 bNumeric = sal_False; in IsDBNumeric()177 return bNumeric; in IsDBNumeric()
1409 bool bNumeric = false; // numeric value encountered in current element in MergeArray() local1429 bNumeric = (t->GetType() == svDouble); in MergeArray()1439 bNumeric = false; in MergeArray()1448 bNumeric = false; in MergeArray()1465 bNumeric = false; in MergeArray()1495 bNumeric = false; in MergeArray()1501 if( !bNumeric ) in MergeArray()1506 bNumeric = false; // one level only, no --42 in MergeArray()
1924 sal_Bool bNumeric = !(bBitmap||bBullet); in SwitchNumberType() local1925 aPrefixFT.Show(bNumeric); in SwitchNumberType()1926 aPrefixED.Show(bNumeric); in SwitchNumberType()1927 aSuffixFT.Show(bNumeric); in SwitchNumberType()1928 aSuffixED.Show(bNumeric); in SwitchNumberType()1937 sal_Bool bAllLevel = bNumeric && bAllLevelFeature && !bHTMLMode; in SwitchNumberType()
470 …bool bNumeric = (pClientData->mnVTEdit == ::oox::vml::VML_CLIENTDATA_INTEGER) || (pClientData->mnV… in createAndInsertClientXShape() local471 AxMorphDataModelBase& rAxModel = bNumeric ? in createAndInsertClientXShape()
Completed in 39 milliseconds