Home
last modified time | relevance | path

Searched refs:bNumeric (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx192 …sal_Bool bNumeric = io_nType == DataType::SQLNULL || io_nType == DataType::DOUBLE || io_nType == D… in impl_fillColumnInfo_nothrow() local
195 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 …]
/trunk/main/sw/source/ui/fldui/
H A Dxfldui.cxx72 sal_Bool bNumeric = sal_True; in IsDBNumeric() local
82 return bNumeric; in IsDBNumeric()
173 bNumeric = sal_False; in IsDBNumeric()
177 return bNumeric; in IsDBNumeric()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1409 bool bNumeric = false; // numeric value encountered in current element in MergeArray() local
1429 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()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx1924 sal_Bool bNumeric = !(bBitmap||bBullet); in SwitchNumberType() local
1925 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()
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx470 …bool bNumeric = (pClientData->mnVTEdit == ::oox::vml::VML_CLIENTDATA_INTEGER) || (pClientData->mnV… in createAndInsertClientXShape() local
471 AxMorphDataModelBase& rAxModel = bNumeric ? in createAndInsertClientXShape()

Completed in 52 milliseconds