Searched refs:bDoubleAlloc (Results 1 – 9 of 9) sorted by relevance
380 ScColumn::bDoubleAlloc = sal_True; in BeforeXMLLoading()463 ScColumn::bDoubleAlloc = sal_False; in AfterXMLLoading()1114 ScColumn::bDoubleAlloc = sal_True; in ConvertFrom()1117 ScColumn::bDoubleAlloc = sal_False; in ConvertFrom()1147 ScColumn::bDoubleAlloc = sal_True; in ConvertFrom()1149 ScColumn::bDoubleAlloc = sal_False; in ConvertFrom()1347 ScColumn::bDoubleAlloc = sal_True; in ConvertFrom()1349 ScColumn::bDoubleAlloc = sal_False; in ConvertFrom()3034 ScColumn::bDoubleAlloc = sal_True; in BeforeLoading()3047 ScColumn::bDoubleAlloc = sal_False; in AfterLoading()
206 ScColumn::bDoubleAlloc = sal_True; in DoImport()418 ScColumn::bDoubleAlloc = sal_False; in DoImport()
316 ScColumn::bDoubleAlloc = sal_True; // row count isn't readily available in advance in DBaseImport()387 ScColumn::bDoubleAlloc = sal_False; in DBaseImport()
1164 sal_Bool bOld = ScColumn::bDoubleAlloc; in ExtText2Doc()1165 ScColumn::bDoubleAlloc = sal_True; in ExtText2Doc()1366 ScColumn::bDoubleAlloc = bOld; in ExtText2Doc()
429 sal_Bool bOldDouble = ScColumn::bDoubleAlloc; // sollte immer sal_False sein? in ReplaceAll()431 ScColumn::bDoubleAlloc = sal_True; // fuer Undo-Doc in ReplaceAll()447 ScColumn::bDoubleAlloc = bOldDouble; in ReplaceAll()
68 sal_Bool ScColumn::bDoubleAlloc = sal_False; // fuer Import: Groesse beim Allozieren verdoppeln member in ScColumn109 if (bDoubleAlloc) in Insert()177 if (bDoubleAlloc) in Append()
2165 sal_Bool bOldDouble = ScColumn::bDoubleAlloc; in CopyFromClip()2167 ScColumn::bDoubleAlloc = sal_True; in CopyFromClip()2268 ScColumn::bDoubleAlloc = bOldDouble; in CopyFromClip()
120 static sal_Bool bDoubleAlloc; // fuer Import: Groesse beim Allozieren verdoppeln member in ScColumn
1099 bool bDoubleAlloc = ScColumn::bDoubleAlloc; in lcl_PutDataArray() local1100 ScColumn::bDoubleAlloc = true; in lcl_PutDataArray()1177 ScColumn::bDoubleAlloc = bDoubleAlloc; in lcl_PutDataArray()
Completed in 114 milliseconds