Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx41 struct ScMyCell;
90 virtual void SetCellData( ScMyCell& rMyCell );
119 virtual void SetCellData( ScMyCell& rMyCell );
148 virtual void SetCellData( ScMyCell& rMyCell );
189 virtual void SetCellData( ScMyCell& rMyCell );
216 virtual void SetCellData( ScMyCell& rMyCell );
253 virtual void SetCellData( ScMyCell& rMyCell );
292 struct ScMyCell struct
338 ScMyCell(); argument
339 ~ScMyCell();
[all …]
H A Dxmlexprt.hxx54 struct ScMyCell;
98 const ScMyCell* pCurrentCell;
181 void WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount);
182 void WriteAreaLink(const ScMyCell& rMyCell);
183 void WriteAnnotation(ScMyCell& rMyCell);
184 void WriteDetective(const ScMyCell& rMyCell);
186 void WriteShapes(const ScMyCell& rMyCell);
190 sal_Bool IsCellTypeEqual (const ScMyCell& aCell1, const ScMyCell& aCell2) const;
193 sal_Bool IsEditCell(ScMyCell& rCell) const;
194 sal_Bool IsMultiLineFormulaCell(ScMyCell& rCell) const;
[all …]
H A DXMLExportIterator.cxx110 void ScMyShapesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
173 void ScMyNoteShapesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
253 void ScMyMergedRangesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
332 void ScMyAreaLinksContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
422 void ScMyEmptyDatabaseRangesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
516 void ScMyDetectiveObjContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
582 void ScMyDetectiveOpContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData()
609 ScMyCell::ScMyCell() : in ScMyCell() function in ScMyCell
633 ScMyCell::~ScMyCell() in ~ScMyCell()
708 void ScMyNotEmptyCellsIterator::SetMatrixCellData( ScMyCell& rMyCell ) in SetMatrixCellData()
[all …]
H A Dxmlexprt.cxx1794 ScMyCell aCell; in _ExportContent()
1795 ScMyCell aPrevCell; in _ExportContent()
2897 void ScXMLExport::WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount) in WriteCell()
3208 void ScXMLExport::WriteShapes(const ScMyCell& rMyCell) in WriteShapes()
3295 void ScXMLExport::WriteAreaLink( const ScMyCell& rMyCell ) in WriteAreaLink()
3366 void ScXMLExport::WriteAnnotation(ScMyCell& rMyCell) in WriteAnnotation()
3425 void ScXMLExport::WriteDetective( const ScMyCell& rMyCell ) in WriteDetective()
3488 sal_Bool ScXMLExport::IsCellTypeEqual (const ScMyCell& aCell1, const ScMyCell& aCell2) const in IsCellTypeEqual()
3515 sal_Bool ScXMLExport::IsEditCell(ScMyCell& rCell) const in IsEditCell()
3527 sal_Bool ScXMLExport::IsMultiLineFormulaCell(ScMyCell& rCell) const in IsMultiLineFormulaCell()
[all …]

Completed in 54 milliseconds