/aoo41x/main/svx/source/table/ |
H A D | tablertfexporter.cxx | 65 void WriteCell( sal_Int32 nCol, sal_Int32 nRow ); 187 WriteCell( nCol, nRow ); in WriteRow() 198 void SdrTableRtfExporter::WriteCell( sal_Int32 nCol, sal_Int32 nRow ) in WriteCell() function in sdr::table::SdrTableRtfExporter
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDDELinks.cxx | 72 void ScXMLExportDDELinks::WriteCell(const sal_Bool bEmpty, const sal_Bool bString, const String& sV… in WriteCell() function in ScXMLExportDDELinks 158 WriteCell(bPrevEmpty, bPrevString, sPrevValue, fPrevValue, nRepeatColsCount); in WriteTable() 166 WriteCell(bPrevEmpty, bPrevString, sPrevValue, fPrevValue, nRepeatColsCount); in WriteTable()
|
H A D | XMLChangeTrackingExportHelper.cxx | 159 WriteCell(static_cast<const ScChangeActionContent*>(pGeneratedAction)->GetNewCell(), sValue); in WriteGenerated() 178 WriteCell(pContentAction->GetNewCell(), sValue); in WriteDeleted() 448 void ScChangeTrackingExportHelper::WriteCell(const ScBaseCell* pCell, const String& sValue) in WriteCell() function in ScChangeTrackingExportHelper 493 WriteCell(static_cast<ScChangeActionContent*>(pAction)->GetOldCell(), sValue); in WriteContentChange()
|
H A D | XMLExportDDELinks.hxx | 38 …void WriteCell(const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const doub…
|
H A D | XMLChangeTrackingExportHelper.hxx | 71 void WriteCell(const ScBaseCell* pCell, const String& sValue);
|
H A D | xmlexprt.hxx | 181 void WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount);
|
H A D | xmlexprt.cxx | 1813 WriteCell(aPrevCell, nEqualCells); in _ExportContent() 1820 WriteCell(aPrevCell, nEqualCells); in _ExportContent() 1830 WriteCell(aPrevCell, nEqualCells); in _ExportContent() 2897 void ScXMLExport::WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount) in WriteCell() function in ScXMLExport
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | rtfexp.cxx | 193 WriteCell( nTab, nRow, nCol ); in WriteRow() 204 void ScRTFExport::WriteCell( SCTAB nTab, SCROW nRow, SCCOL nCol ) in WriteCell() function in ScRTFExport
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | rtfexp.hxx | 36 void WriteCell( SCTAB nTab, SCROW nRow, SCCOL nCol );
|
H A D | htmlexp.hxx | 127 void WriteCell( SCCOL nCol, SCROW nRow, SCTAB nTab );
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 961 …WriteCell(pFormat[i],pColWidth[i],nHeight,pHorJustify[i],*pIter,OOO_STRING_SVTOOLS_HTML_tableheade… in WriteTables() 1005 …WriteCell(pFormat[i-1],pColWidth[i-1],nHeight,pHorJustify[i-1],aValue,OOO_STRING_SVTOOLS_HTML_tabl… in WriteTables() 1030 void OHTMLImportExport::WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,c… in WriteCell() function in OHTMLImportExport
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TokenWriter.hxx | 186 …void WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,const char* pChar,c…
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 772 WriteCell( nCol2, nRow, nTab ); in WriteTables() 809 void ScHTMLExport::WriteCell( SCCOL nCol, SCROW nRow, SCTAB nTab ) in WriteCell() function in ScHTMLExport
|