Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DChartController_Position.cxx162 const SfxItemSet* pOutItemSet = pDlg->GetOutputItemSet(); in executeDispatch_PositionAndSize() local
163 if(pOutItemSet) in executeDispatch_PositionAndSize()
166 … aItemSet.Put(*pOutItemSet);//overwrite old values with new values (-> all items are set) in executeDispatch_PositionAndSize()
H A DChartController_Insert.cxx511 const SfxItemSet* pOutItemSet = aDlg.GetOutputItemSet(); in executeDispatch_InsertTrendline() local
512 if( pOutItemSet ) in executeDispatch_InsertTrendline()
515 aItemConverter.ApplyItemSet( *pOutItemSet ); in executeDispatch_InsertTrendline()
561 const SfxItemSet* pOutItemSet = aDlg.GetOutputItemSet(); in executeDispatch_InsertYErrorBars() local
562 if( pOutItemSet ) in executeDispatch_InsertYErrorBars()
565 aItemConverter.ApplyItemSet( *pOutItemSet ); in executeDispatch_InsertYErrorBars()
H A DChartController_Properties.cxx813 const SfxItemSet* pOutItemSet = aDlg.GetOutputItemSet(); in executeDlg_ObjectProperties_withoutUndoGuard() local
814 if(pOutItemSet) in executeDlg_ObjectProperties_withoutUndoGuard()
817 apItemConverter->ApplyItemSet( *pOutItemSet );//model should be changed now in executeDlg_ObjectProperties_withoutUndoGuard()

Completed in 28 milliseconds