Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx144 … [&rMyCell](const ScMyNoteShape& rNoteShape) { return rNoteShape.aPos == rMyCell.maCellAddress; }); in SetCellData() argument
151 [&nSkip](const ScMyNoteShape& rNoteShape) { return rNoteShape.aPos.Tab() == nSkip; }); in SkipTable() argument
H A Dxmlexprt.cxx624 for (const auto& rNoteShape : rNoteShapes) in CollectShapesAutoStyles() local
626 if ( rNoteShape.aPos.Tab() == nTable ) in CollectShapesAutoStyles()
627 GetShapeExport()->collectShapeAutoStyles(rNoteShape.xShape); in CollectShapesAutoStyles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLExportIterator.cxx141 … [&rMyCell](const ScMyNoteShape& rNoteShape) { return rNoteShape.aPos == rMyCell.maCellAddress; }); in SetCellData() argument
148 [&nSkip](const ScMyNoteShape& rNoteShape) { return rNoteShape.aPos.Tab() == nSkip; }); in SkipTable() argument
H A Dxmlexprt.cxx616 for (const auto& rNoteShape : rNoteShapes) in CollectShapesAutoStyles() local
618 if ( rNoteShape.aPos.Tab() == nTable ) in CollectShapesAutoStyles()
619 GetShapeExport()->collectShapeAutoStyles(rNoteShape.xShape); in CollectShapesAutoStyles()