/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | RegressionCurveItemConverter.cxx | 102 bool RegressionCurveItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::RegressionCurveItemConverter 104 bool bResult = m_spGraphicConverter->ApplyItemSet( rItemSet ); in ApplyItemSet() 107 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | ErrorBarItemConverter.cxx | 124 bool ErrorBarItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::ErrorBarItemConverter 126 bool bResult = m_spGraphicConverter->ApplyItemSet( rItemSet ); in ApplyItemSet() 129 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | RegressionEquationItemConverter.cxx | 104 bool RegressionEquationItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::RegressionEquationItemConverter 112 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | LegendItemConverter.cxx | 81 bool LegendItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::LegendItemConverter 89 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | TitleItemConverter.cxx | 158 bool TitleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::TitleItemConverter 166 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | DataPointItemConverter.cxx | 279 bool DataPointItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::DataPointItemConverter 287 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | MultipleItemConverter.cxx | 64 bool MultipleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in comphelper::MultipleItemConverter
|
H A D | AxisItemConverter.cxx | 135 bool AxisItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::AxisItemConverter 143 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
|
H A D | ItemConverter.cxx | 184 bool ItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in comphelper::ItemConverter
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 327 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_DataLabels() 377 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_YErrorBars() 457 bool bChanged = aItemConverter.ApplyItemSet( aOutItemSet );//model should be changed now in executeDispatch_InsertMenu_Trendlines() 515 aItemConverter.ApplyItemSet( *pOutItemSet ); in executeDispatch_InsertTrendline() 565 aItemConverter.ApplyItemSet( *pOutItemSet ); in executeDispatch_InsertYErrorBars()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fupage.cxx | 163 ApplyItemSet( mpArgs ); in DoExecute() 498 void FuPage::ApplyItemSet( const SfxItemSet* pArgs ) in ApplyItemSet() function in sd::FuPage
|
/aoo42x/main/chart2/source/controller/inc/ |
H A D | MultipleItemConverter.hxx | 43 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | ErrorBarItemConverter.hxx | 59 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | ItemPropertyMap.hxx | 69 m_rOutResult = pConv->ApplyItemSet( m_rItemSet ) || m_rOutResult; in operator ()()
|
H A D | LegendItemConverter.hxx | 56 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | RegressionCurveItemConverter.hxx | 57 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | RegressionEquationItemConverter.hxx | 60 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | TitleItemConverter.hxx | 57 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | AxisItemConverter.hxx | 60 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | ItemConverter.hxx | 114 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
H A D | DataPointItemConverter.hxx | 77 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | fupage.hxx | 61 void ApplyItemSet( const SfxItemSet* pArgs );
|
/aoo42x/main/starmath/inc/ |
H A D | smmod.hxx | 169 virtual void ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet );
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 663 ApplyItemSet( SID_SD_EDITOPTIONS, *pRet.get() ); in ExecuteNewDocument() 681 ApplyItemSet( SID_SD_EDITOPTIONS, *pRet.get() ); in ExecuteNewDocument()
|
/aoo42x/main/sd/inc/ |
H A D | sdmod.hxx | 140 virtual void ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet );
|