Home
last modified time | relevance | path

Searched refs:bOneCell (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.cxx217 void Expand( sal_uInt32 nCells, bool bOneCell );
257 void SwXMLTableRow_Impl::Expand( sal_uInt32 nCells, bool bOneCell ) in Expand() argument
268 1UL, bOneCell ? nColSpan : 1UL)); in Expand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.cxx303 void Expand( sal_uInt32 nCells, bool bOneCell );
343 void SwXMLTableRow_Impl::Expand( sal_uInt32 nCells, bool bOneCell ) in Expand() argument
354 1UL, bOneCell ? nColSpan : 1UL)); in Expand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx330 void Expand( sal_uInt16 nCells, bool bOneCell=false );
803 void HTMLTableRow::Expand( sal_uInt16 nCells, bool bOneCell ) in Expand() argument
812 if (bOneCell) in Expand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx321 void Expand( sal_uInt16 nCells, bool bOneCell=false );
798 void HTMLTableRow::Expand( sal_uInt16 nCells, bool bOneCell ) in Expand() argument
807 if (bOneCell) in Expand()