Home
last modified time | relevance | path

Searched refs:bFirstCell (Results 1 – 2 of 2) sorted by path

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx122 const bool bFirstCell,
1864 const bool bFirstCell, in ConvertCell() argument
1947 if (bFirstCell) in ConvertCell()
2017 if (bFirstCell) in ConvertCell()
2217 bool bFirstCell = true; in lcl_MergeCells() local
2226 if (bFirstCell) in lcl_MergeCells()
2229 bFirstCell = false; in lcl_MergeCells()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx565 sal_Bool bFirstCell; // wurde schon eine Zelle angelegt? member in HTMLTable
1136 bFirstCell( !pTopTab ) in HTMLTable()
2878 if( pTable && pTable->bFirstCell ) in InsertTableSection()
2883 pTable->bFirstCell = sal_False; in InsertTableSection()
2925 if( pTable && pTable->bFirstCell ) in InsertTableSection()
2928 pTable->bFirstCell = sal_False; in InsertTableSection()
3923 const SwStartNode *pStNd = (pTable->bFirstCell ? pNd->FindTableNode() in BuildTableCell()

Completed in 47 milliseconds