Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/controller/main/
H A DChartController_Insert.cxx323 SfxItemSet aOutItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_DataLabels() local
324 aDlg.FillItemSet( aOutItemSet ); in executeDispatch_InsertMenu_DataLabels()
327 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_DataLabels()
372 SfxItemSet aOutItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_YErrorBars() local
373 aDlg.FillItemSet( aOutItemSet ); in executeDispatch_InsertMenu_YErrorBars()
377 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_YErrorBars()
452 SfxItemSet aOutItemSet = aItemConverter.CreateEmptyItemSet(); in executeDispatch_InsertMenu_Trendlines() local
453 aDlg.FillItemSet( aOutItemSet ); in executeDispatch_InsertMenu_Trendlines()
457 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_Trendlines()

Completed in 16 milliseconds