Home
last modified time | relevance | path

Searched refs:setCellFormat (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dsheetdatabuffer.cxx125 setCellFormat( rModel ); in setBlankCell()
131 setCellFormat( rModel ); in setValueCell()
139 setCellFormat( rModel ); in setStringCell()
154 setCellFormat( rModel ); in setStringCell()
195 setCellFormat( rModel ); in setBooleanCell()
202 setCellFormat( rModel ); in setErrorCell()
278 setCellFormat( rModel ); in setFormulaCell()
687 void SheetDataBuffer::setCellFormat( const CellModel& rModel ) in setCellFormat() function in oox::xls::SheetDataBuffer
H A Dsheetdatacontext.cxx136 mrSheetData.setCellFormat( maCellData ); in onEndElement()
151 mrSheetData.setCellFormat( maCellData ); in onEndElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dsheetdatabuffer.cxx123 setCellFormat( rModel ); in setBlankCell()
129 setCellFormat( rModel ); in setValueCell()
137 setCellFormat( rModel ); in setStringCell()
152 setCellFormat( rModel ); in setStringCell()
193 setCellFormat( rModel ); in setBooleanCell()
200 setCellFormat( rModel ); in setErrorCell()
276 setCellFormat( rModel ); in setFormulaCell()
656 void SheetDataBuffer::setCellFormat( const CellModel& rModel ) in setCellFormat() function in oox::xls::SheetDataBuffer
H A Dsheetdatacontext.cxx145 mrSheetData.setCellFormat( maCellData ); in onEndElement()
160 mrSheetData.setCellFormat( maCellData ); in onEndElement()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/changetracker/
H A DKoDeletedCellData.h37 void setCellFormat(const QTextTableCellFormat &cellFormat);
H A DKoDeletedCellData.cpp43 void KoDeletedCellData::setCellFormat(const QTextTableCellFormat &cellFormat) in setCellFormat() function in KoDeletedCellData
H A DKoDeletedColumnData.cpp72 cellData->setCellFormat(cell.format().toTableCellFormat()); in storeDeletedCells()
H A DKoDeletedRowData.cpp72 cellData->setCellFormat(cell.format().toTableCellFormat()); in storeDeletedCells()
/dports/editors/calligra/calligra-3.2.1/libs/text/changetracker/
H A DKoDeletedCellData.h37 void setCellFormat(const QTextTableCellFormat &cellFormat);
H A DKoDeletedCellData.cpp43 void KoDeletedCellData::setCellFormat(const QTextTableCellFormat &cellFormat) in setCellFormat() function in KoDeletedCellData
H A DKoDeletedColumnData.cpp72 cellData->setCellFormat(cell.format().toTableCellFormat()); in storeDeletedCells()
H A DKoDeletedRowData.cpp72 cellData->setCellFormat(cell.format().toTableCellFormat()); in storeDeletedCells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dsheetdatabuffer.hxx144 void setCellFormat( const CellModel& rModel );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dsheetdatabuffer.hxx145 void setCellFormat( const CellModel& rModel );
/dports/editors/calligra/calligra-3.2.1/filters/sheets/xlsx/
H A DXlsxXmlStylesReader.h210 void setCellFormat(XlsxCellFormat *format, int cellFormatIndex);
H A DXlsxXmlStylesReader.cpp140 void XlsxStyles::setCellFormat(XlsxCellFormat *format, int cellFormatIndex) in setCellFormat() function in XlsxStyles
972 m_context->styles->setCellFormat(m_currentCellFormat, m_cellFormatIndex); in read_xf()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtexttable/
H A Dtst_qtexttable.cpp91 void setCellFormat();
738 void tst_QTextTable::setCellFormat() in setCellFormat() function in tst_QTextTable
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_FormatTable.cpp507 pView->setCellFormat(propsArray, m_ApplyTo,m_pGraphic,m_sImagePath); in applyChanges()
/dports/www/p5-HTML-Table/HTML-Table-2.08a/
H A DChanges235 - Added methods setCellFormat, setRowFormat and setColFormat. These
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.h832 …bool setCellFormat(const gchar * properties[], FormatTable applyTo, FG_Graphic * pFG, UT_String…
H A Dfv_View.cpp8824 bool FV_View::setCellFormat(const gchar * properties[], FormatTable applyTo, FG_Graphic * pFG,UT_St… in setCellFormat() function in FV_View
/dports/www/p5-HTML-Table/HTML-Table-2.08a/lib/HTML/
H A DTable.pm2466 sub setCellFormat { subroutine