Searched refs:bPrevEmpty (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLExportDDELinks.cxx | 55 sal_Bool ScXMLExportDDELinks::CellsEqual(const sal_Bool bPrevEmpty, const sal_Bool bPrevString, con… in CellsEqual() argument 58 if (bEmpty == bPrevEmpty) in CellsEqual() 120 sal_Bool bPrevEmpty(sal_True); in WriteTable() local 135 bPrevEmpty = !pMatVal; in WriteTable() 153 if (CellsEqual(bPrevEmpty, bPrevString, sPrevValue, fPrevValue, in WriteTable() 158 … WriteCell(bPrevEmpty, bPrevString, sPrevValue, fPrevValue, nRepeatColsCount); in WriteTable() 160 bPrevEmpty = bEmpty; in WriteTable() 166 WriteCell(bPrevEmpty, bPrevString, sPrevValue, fPrevValue, nRepeatColsCount); in WriteTable()
|
| H A D | XMLExportDDELinks.hxx | 36 …sal_Bool CellsEqual(const sal_Bool bPrevEmpty, const sal_Bool bPrevString, const String…
|