LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChSourceLink () | |
Number format index. More... | |
Public Attributes | |
sal_uInt8 | mnDestType |
sal_uInt8 | mnLinkType |
Type of the destination (title, values, ...). More... | |
sal_uInt16 | mnFlags |
Link type (directly, linked to worksheet, ...). More... | |
sal_uInt16 | mnNumFmtIdx |
Additional flags. More... | |
Definition at line 843 of file xlchart.hxx.
|
explicit |
Number format index.
Definition at line 135 of file xlchart.cxx.
sal_uInt8 XclChSourceLink::mnDestType |
Definition at line 845 of file xlchart.hxx.
Referenced by XclImpChSourceLink::GetDestType(), XclImpChSourceLink::ReadChSourceLink(), XclExpChSourceLink::WriteBody(), and XclExpChSourceLink::XclExpChSourceLink().
sal_uInt16 XclChSourceLink::mnFlags |
Link type (directly, linked to worksheet, ...).
Definition at line 847 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertNumFmt(), XclImpChSourceLink::ConvertNumFmt(), XclImpChSourceLink::ReadChSourceLink(), and XclExpChSourceLink::WriteBody().
sal_uInt8 XclChSourceLink::mnLinkType |
Type of the destination (title, values, ...).
Definition at line 846 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertDataSequence(), XclImpChSourceLink::GetLinkType(), XclImpChSourceLink::ReadChSourceLink(), XclExpChSourceLink::WriteBody(), and XclExpChSourceLink::XclExpChSourceLink().
sal_uInt16 XclChSourceLink::mnNumFmtIdx |
Additional flags.
Definition at line 848 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertNumFmt(), XclImpChSourceLink::ConvertNumFmt(), XclImpChSourceLink::ReadChSourceLink(), and XclExpChSourceLink::WriteBody().