LibreOffice Module sc (master) 1
|
#include <XMLDDELinksContext.hxx>
Public Attributes | |
OUString | sValue |
double | fValue |
bool | bString |
bool | bEmpty |
Definition at line 38 of file XMLDDELinksContext.hxx.
bool ScDDELinkCell::bEmpty |
Definition at line 43 of file XMLDDELinksContext.hxx.
Referenced by ScXMLDDECellContext::endFastElement().
bool ScDDELinkCell::bString |
Definition at line 42 of file XMLDDELinksContext.hxx.
Referenced by ScXMLDDECellContext::endFastElement().
double ScDDELinkCell::fValue |
Definition at line 41 of file XMLDDELinksContext.hxx.
Referenced by ScXMLDDECellContext::endFastElement().
OUString ScDDELinkCell::sValue |
Definition at line 40 of file XMLDDELinksContext.hxx.
Referenced by ScXMLDDECellContext::endFastElement().