Home
last modified time | relevance | path

Searched refs:maAllowedValues (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx3050 std::unordered_set<sal_Int32> maAllowedValues; member
3058 maAllowedValues.insert(css::chart::DataLabelPlacement::OUTSIDE); in allowAll()
3059 maAllowedValues.insert(css::chart::DataLabelPlacement::INSIDE); in allowAll()
3060 maAllowedValues.insert(css::chart::DataLabelPlacement::CENTER); in allowAll()
3062 maAllowedValues.insert(css::chart::DataLabelPlacement::TOP); in allowAll()
3063 maAllowedValues.insert(css::chart::DataLabelPlacement::BOTTOM); in allowAll()
3064 maAllowedValues.insert(css::chart::DataLabelPlacement::LEFT); in allowAll()
3065 maAllowedValues.insert(css::chart::DataLabelPlacement::RIGHT); in allowAll()
3224 if (!rLabelParam.maAllowedValues.count(nLabelPlacement)) in writeLabelProperties()
3315 aParam.maAllowedValues.clear(); in exportDataLabels()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx3487 std::unordered_set<sal_Int32> maAllowedValues; member
3492 maAllowedValues( in LabelPlacementParam()
3687 if (!rLabelParam.maAllowedValues.count(nLabelPlacement)) in writeLabelProperties()
3775 aParam.maAllowedValues.clear(); in exportDataLabels()
3776 aParam.maAllowedValues.insert(css::chart::DataLabelPlacement::CENTER); in exportDataLabels()
3777 aParam.maAllowedValues.insert(css::chart::DataLabelPlacement::INSIDE); in exportDataLabels()
3778 aParam.maAllowedValues.insert(css::chart::DataLabelPlacement::NEAR_ORIGIN); in exportDataLabels()
3783 aParam.maAllowedValues.clear(); in exportDataLabels()
3784 aParam.maAllowedValues.insert(css::chart::DataLabelPlacement::CENTER); in exportDataLabels()
3785 aParam.maAllowedValues.insert(css::chart::DataLabelPlacement::INSIDE); in exportDataLabels()
[all …]