Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/controller/main/
H A DChartController_Insert.cxx303 wrapper::AllDataLabelItemConverter aItemConverter( in executeDispatch_InsertMenu_DataLabels() local
308 SfxItemSet aItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_DataLabels()
309 aItemConverter.FillItemSet( aItemSet ); in executeDispatch_InsertMenu_DataLabels()
323 SfxItemSet aOutItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_DataLabels()
327 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_DataLabels()
357 wrapper::AllSeriesStatisticsConverter aItemConverter( in executeDispatch_InsertMenu_YErrorBars() local
359 SfxItemSet aItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_YErrorBars()
360 aItemConverter.FillItemSet( aItemSet ); in executeDispatch_InsertMenu_YErrorBars()
372 SfxItemSet aOutItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_YErrorBars()
377 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_YErrorBars()
[all …]