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) |
template<typename ValueType > | |
static void | SetOptionalPropertyValue (const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const char *pPropName, 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 138 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(), ScViewData::ReadUserDataSequence(), ScfPropSetHelper::ReadValue(), ScAppCfg::ScAppCfg(), ScDocCfg::ScDocCfg(), ScFilterOptions::ScFilterOptions(), ScInputCfg::ScInputCfg(), ScPrintCfg::ScPrintCfg(), ScViewCfg::ScViewCfg(), ScCellRangesBase::SetOnePropertyValue(), ScTableSheetObj::SetOnePropertyValue(), ScTableColumnObj::SetOnePropertyValue(), ScTableRowObj::SetOnePropertyValue(), ScDocOptionsHelper::setPropertyValue(), ScDocumentConfiguration::setPropertyValue(), ScCellSearchObj::setPropertyValue(), ScSubTotalDescriptorBase::setPropertyValue(), ScSpreadsheetSettings::setPropertyValue(), ScTabViewObj::setPropertyValue(), ScTableValidationObj::setPropertyValue(), ScModelObj::setPropertyValue(), ScFilterDescriptorBase::setPropertyValue(), ScDatabaseRangeObj::setPropertyValue(), ScTableColumnsObj::setPropertyValue(), ScTableRowsObj::setPropertyValue(), and ScTabViewObj::startRangeSelection().
|
static |
Definition at line 35 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 160 of file miscuno.cxx.
Referenced by ScTableConditionalFormat::addNew(), ScImportDescriptor::FillImportParam(), ScSortDescriptor::FillSortParam(), ScChartObj::GetData_Impl(), lcl_GetChartParameters(), ScTableValidationObj::setPropertyValue(), ScFilterDescriptorBase::setPropertyValue(), and ScDataPilotFieldObj::setPropertyValue().
|
inlinestatic |
Definition at line 159 of file miscuno.hxx.
Referenced by sc::PivotTableDataProvider::collectPivotTableData(), lcl_FillOldFields(), lcl_GetDataGetOrientation(), ScDPObject::ParseFilters(), and ScDPOutput::ScDPOutput().
|
staticprivate |
|
static |
Definition at line 144 of file miscuno.cxx.
Referenced by ScDocumentConfiguration::setPropertyValue(), ScCellSearchObj::setPropertyValue(), ScSpreadsheetSettings::setPropertyValue(), and ScDataPilotFieldObj::setPropertyValue().
|
static |
Definition at line 152 of file miscuno.cxx.
Referenced by ScViewData::ReadUserDataSequence(), and ScDocumentConfiguration::setPropertyValue().
|
static |
type conversion???
Definition at line 71 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 53 of file miscuno.cxx.
Referenced by ScDPOutput::GetDataDimensionNames(), and lcl_FillOldFields().
|
static |
Definition at line 119 of file miscuno.cxx.
Referenced by ScDPObject::FillLabelDataForDimension(), ScDPObject::GetMembers(), ScDPObject::IsDimNameInUse(), and ScDPOutput::ScDPOutput().
|
static |
|
inlinestatic |
Definition at line 177 of file miscuno.hxx.
References any.
|
inlinestatic |
Definition at line 187 of file miscuno.hxx.