Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/table/
H A DXMLTableExport.cxx228 auto xTableInfo = std::make_shared<XMLTableInfo>(); in collectTableAutoStyles() local
229 maTableInfoMap[xColumnRowRange] = xTableInfo; in collectTableAutoStyles()
244 xTableInfo->maColumnStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
254 xTableInfo->maDefaultRowCellStyles.resize(nRowCount); in collectTableAutoStyles()
268 xTableInfo->maRowStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
299 xTableInfo->maCellStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
312 xTableInfo->maDefaultRowCellStyles[nRow] = sDefaultCellStyle; in collectTableAutoStyles()
346 ExportTableColumns( xIndexAccessCols, xTableInfo ); in exportTable()
357 if( xTableInfo ) in exportTable()
360 const OUString sStyleName( xTableInfo->maRowStyleMap[xKey] ); in exportTable()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/table/
H A DXMLTableExport.cxx227 std::shared_ptr< XMLTableInfo > xTableInfo( new XMLTableInfo ); in collectTableAutoStyles() local
228 maTableInfoMap[xColumnRowRange] = xTableInfo; in collectTableAutoStyles()
243 xTableInfo->maColumnStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
253 xTableInfo->maDefaultRowCellStyles.resize(nRowCount); in collectTableAutoStyles()
267 xTableInfo->maRowStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
298 xTableInfo->maCellStyleMap[xKey] = sStyleName; in collectTableAutoStyles()
311 xTableInfo->maDefaultRowCellStyles[nRow] = sDefaultCellStyle; in collectTableAutoStyles()
345 ExportTableColumns( xIndexAccessCols, xTableInfo ); in exportTable()
356 if( xTableInfo.get() ) in exportTable()
359 const OUString sStyleName( xTableInfo->maRowStyleMap[xKey] ); in exportTable()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx687 std::shared_ptr<SwHTMLTableLayout> xTableInfo; in CreateLayoutInfo() local
689 xTableInfo = m_xTable->CreateLayoutInfo(); in CreateLayoutInfo()
690 …m_xLayoutInfo = std::make_shared<SwHTMLTableLayoutCnts>(m_pStartNode, xTableInfo, m_bNoBreak, xNex… in CreateLayoutInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx682 std::shared_ptr<SwHTMLTableLayout> xTableInfo; in CreateLayoutInfo() local
684 xTableInfo = m_xTable->CreateLayoutInfo(); in CreateLayoutInfo()
685 … m_xLayoutInfo.reset(new SwHTMLTableLayoutCnts(m_pStartNode, xTableInfo, m_bNoBreak, xNextInfo)); in CreateLayoutInfo()