LibreOffice Module sc (master) 1
|
#include <sheetdata.hxx>
Public Member Functions | |
ScNoteStyleEntry (const OUString &rStyle, const OUString &rText, const ScAddress &rPos) | |
Public Attributes | |
OUString | maStyleName |
OUString | maTextStyle |
ScAddress | maCellPos |
Definition at line 62 of file sheetdata.hxx.
|
inline |
Definition at line 68 of file sheetdata.hxx.
ScAddress ScNoteStyleEntry::maCellPos |
Definition at line 66 of file sheetdata.hxx.
Referenced by ScSheetSaveData::HandleNoteStyles().
OUString ScNoteStyleEntry::maStyleName |
Definition at line 64 of file sheetdata.hxx.
Referenced by ScSheetSaveData::HandleNoteStyles().
OUString ScNoteStyleEntry::maTextStyle |
Definition at line 65 of file sheetdata.hxx.
Referenced by ScSheetSaveData::HandleNoteStyles().