Home
last modified time | relevance | path

Searched refs:bDoubleAlloc (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx380 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()
H A Ddbdocimp.cxx206 ScColumn::bDoubleAlloc = sal_True; in DoImport()
418 ScColumn::bDoubleAlloc = sal_False; in DoImport()
H A Dimpex.cxx1164 sal_Bool bOld = ScColumn::bDoubleAlloc; in ExtText2Doc()
1165 ScColumn::bDoubleAlloc = sal_True; in ExtText2Doc()
1366 ScColumn::bDoubleAlloc = bOld; in ExtText2Doc()
H A Ddocsh8.cxx316 ScColumn::bDoubleAlloc = sal_True; // row count isn't readily available in advance in DBaseImport()
387 ScColumn::bDoubleAlloc = sal_False; in DBaseImport()
/trunk/main/sc/source/core/data/
H A Dtable6.cxx429 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()
H A Dcolumn3.cxx68 sal_Bool ScColumn::bDoubleAlloc = sal_False; // fuer Import: Groesse beim Allozieren verdoppeln member in ScColumn
109 if (bDoubleAlloc) in Insert()
177 if (bDoubleAlloc) in Append()
H A Ddocument.cxx2165 sal_Bool bOldDouble = ScColumn::bDoubleAlloc; in CopyFromClip()
2167 ScColumn::bDoubleAlloc = sal_True; in CopyFromClip()
2268 ScColumn::bDoubleAlloc = bOldDouble; in CopyFromClip()
/trunk/main/sc/inc/
H A Dcolumn.hxx120 static sal_Bool bDoubleAlloc; // fuer Import: Groesse beim Allozieren verdoppeln member in ScColumn
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1099 bool bDoubleAlloc = ScColumn::bDoubleAlloc; in lcl_PutDataArray() local
1100 ScColumn::bDoubleAlloc = true; in lcl_PutDataArray()
1177 ScColumn::bDoubleAlloc = bDoubleAlloc; in lcl_PutDataArray()

Completed in 107 milliseconds