LibreOffice Module sc (master) 1
|
#include <dpobject.hxx>
Public Member Functions | |
ScDPServiceDesc (OUString aServ, OUString aSrc, OUString aNam, OUString aUser, OUString aPass) | |
bool | operator== (const ScDPServiceDesc &rOther) const |
Public Attributes | |
OUString | aServiceName |
OUString | aParSource |
OUString | aParName |
OUString | aParUser |
OUString | aParPass |
Definition at line 69 of file dpobject.hxx.
ScDPServiceDesc::ScDPServiceDesc | ( | OUString | aServ, |
OUString | aSrc, | ||
OUString | aNam, | ||
OUString | aUser, | ||
OUString | aPass | ||
) |
Definition at line 292 of file dpobject.cxx.
bool ScDPServiceDesc::operator== | ( | const ScDPServiceDesc & | rOther | ) | const |
Definition at line 301 of file dpobject.cxx.
References aParName, aParPass, aParSource, aParUser, and aServiceName.
OUString ScDPServiceDesc::aParName |
Definition at line 73 of file dpobject.hxx.
Referenced by ScDPObject::CreateSource(), ScDataPilotDescriptorBase::getPropertyValue(), operator==(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().
OUString ScDPServiceDesc::aParPass |
Definition at line 75 of file dpobject.hxx.
Referenced by ScDPObject::CreateSource(), ScDataPilotDescriptorBase::getPropertyValue(), operator==(), and ScDataPilotDescriptorBase::setPropertyValue().
OUString ScDPServiceDesc::aParSource |
Definition at line 72 of file dpobject.hxx.
Referenced by ScDPObject::CreateSource(), ScDataPilotDescriptorBase::getPropertyValue(), operator==(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().
OUString ScDPServiceDesc::aParUser |
Definition at line 74 of file dpobject.hxx.
Referenced by ScDPObject::CreateSource(), ScDataPilotDescriptorBase::getPropertyValue(), operator==(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().
OUString ScDPServiceDesc::aServiceName |
Definition at line 71 of file dpobject.hxx.
Referenced by ScDPObject::CreateSource(), ScDataPilotDescriptorBase::getPropertyValue(), operator==(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().