LibreOffice Module sc (master) 1
|
#include <miscuno.hxx>
Static Public Member Functions | |
static bool | GetBoolProperty (const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, bool bDefault=false) |
static sal_Int16 | GetShortProperty (const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, sal_Int16 nDefault) |
static sal_Int32 | GetLongProperty (const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName) |
template<typename EnumT > | |
static EnumT | GetEnumProperty (const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, EnumT nDefault) |
static OUString | GetStringProperty (const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, const OUString &rDefault) |
static bool | GetBoolFromAny (const css::uno::Any &aAny) |
static sal_Int16 | GetInt16FromAny (const css::uno::Any &aAny) |
static sal_Int32 | GetInt32FromAny (const css::uno::Any &aAny) |
static sal_Int32 | GetEnumFromAny (const css::uno::Any &aAny) |
static void | SetOptionalPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const char *pPropName, const css::uno::Any &rVal) |
static void | SetOptionalPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const OUString &rPropName, const css::uno::Any &rVal) |
template<typename ValueType > | |
static void | SetOptionalPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const char *pPropName, const ValueType &rVal) |
template<typename ValueType > | |
static void | SetOptionalPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const OUString &rPropName, const ValueType &rVal) |
template<typename ValueType > | |
static css::uno::Sequence< ValueType > | VectorToSequence (const std::vector< ValueType > &rVector) |
Static Private Member Functions | |
static sal_Int32 | GetEnumPropertyImpl (const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, sal_Int32 nDefault) |
Definition at line 149 of file miscuno.hxx.
|
static |
Definition at line 139 of file miscuno.cxx.
References o3tl::tryAccess< bool >().
Referenced by ScDBDocFunc::DoImport(), ScImportDescriptor::FillImportParam(), ScSolverOptionsDialog::FillListBox(), ScSortDescriptor::FillSortParam(), ScfPropertySet::GetBoolProperty(), ScChartObj::GetData_Impl(), lcl_GetChartParameters(), lcl_LoadSeparators(), ScStyleFamiliesObj::loadStylesFromDocShell(), ScAppCfg::ReadInputCfg(), ScAppCfg::ReadLayoutCfg(), ScAppCfg::ReadMiscCfg(), ScViewData::ReadUserDataSequence(), ScfPropSetHelper::ReadValue(), ScDocCfg::ScDocCfg(), ScFilterOptions::ScFilterOptions(), ScViewCfg::ScViewCfg(), ScTableSheetObj::SetOnePropertyValue(), ScTableColumnObj::SetOnePropertyValue(), ScTableRowObj::SetOnePropertyValue(), ScSpreadsheetSettings::setPropertyValue(), ScDocumentConfiguration::setPropertyValue(), ScSubTotalDescriptorBase::setPropertyValue(), ScFilterDescriptorBase::setPropertyValue(), ScDatabaseRangeObj::setPropertyValue(), ScModelObj::setPropertyValue(), ScTableColumnsObj::setPropertyValue(), ScTableRowsObj::setPropertyValue(), ScTableValidationObj::setPropertyValue(), ScCellSearchObj::setPropertyValue(), ScTabViewObj::setPropertyValue(), ScDocOptionsHelper::setPropertyValue(), and ScTabViewObj::startRangeSelection().
|
static |
Definition at line 36 of file miscuno.cxx.
Referenced by sc::PivotTableDataProvider::collectPivotTableData(), ScDPObject::FillLabelDataForDimension(), ScDPObject::FillOldParam(), ScDPObject::GetDimName(), ScDPObject::GetMembers(), lcl_FillLabelData(), lcl_FillOldFields(), lcl_GetDataGetOrientation(), lcl_GetFieldDataByIndex(), ScDPObject::ParseFilters(), ScDPOutput::ScDPOutput(), ScDPObject::ToggleDetails(), and ScDPSaveData::WriteToSource().
|
static |
Definition at line 161 of file miscuno.cxx.
Referenced by ScTableConditionalFormat::addNew(), ScImportDescriptor::FillImportParam(), ScSortDescriptor::FillSortParam(), ScChartObj::GetData_Impl(), lcl_GetChartParameters(), ScDataPilotFieldObj::setPropertyValue(), ScFilterDescriptorBase::setPropertyValue(), and ScTableValidationObj::setPropertyValue().
|
inlinestatic |
Definition at line 159 of file miscuno.hxx.
Referenced by sc::PivotTableDataProvider::collectPivotTableData(), ScDPObject::GetFieldIdsNames(), lcl_FillOldFields(), lcl_GetDataGetOrientation(), ScDPObject::ParseFilters(), and ScDPOutput::ScDPOutput().
|
staticprivate |
|
static |
Definition at line 145 of file miscuno.cxx.
Referenced by ScSpreadsheetSettings::setPropertyValue(), ScDocumentConfiguration::setPropertyValue(), ScDataPilotFieldObj::setPropertyValue(), ScCellSearchObj::setPropertyValue(), and ScTabViewObj::setPropertyValue().
|
static |
Definition at line 153 of file miscuno.cxx.
Referenced by ScViewData::ReadUserDataSequence(), and ScDocumentConfiguration::setPropertyValue().
|
static |
type conversion???
Definition at line 72 of file miscuno.cxx.
Referenced by sc::PivotTableDataProvider::collectPivotTableData(), ScDPObject::FillLabelDataForDimension(), ScDPOutput::GetDataResultPositionData(), ScDPObject::GetDimName(), ScDPOutput::GetPositionData(), ScDPObject::GetUsedHierarchy(), lcl_FillLabelData(), lcl_FillOldFields(), lcl_FirstSubTotal(), ScDPObject::ParseFilters(), and ScDPOutput::ScDPOutput().
|
static |
Definition at line 54 of file miscuno.cxx.
Referenced by ScDPOutput::GetDataDimensionNames(), and lcl_FillOldFields().
|
static |
Definition at line 120 of file miscuno.cxx.
Referenced by ScDPObject::FillLabelDataForDimension(), ScDPObject::GetMembers(), ScDPObject::IsDimNameInUse(), and ScDPOutput::ScDPOutput().
|
static |
|
inlinestatic |
Definition at line 180 of file miscuno.hxx.
References any.
|
static |
|
inlinestatic |
Definition at line 189 of file miscuno.hxx.
References any.
|
inlinestatic |
Definition at line 199 of file miscuno.hxx.