Home
last modified time | relevance | path

Searched refs:ApplyItemSet (Results 1 – 25 of 36) sorted by relevance

12

/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DRegressionCurveItemConverter.cxx102 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 DErrorBarItemConverter.cxx124 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 DRegressionEquationItemConverter.cxx104 bool RegressionEquationItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::RegressionEquationItemConverter
112 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
H A DLegendItemConverter.cxx81 bool LegendItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::LegendItemConverter
89 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
H A DTitleItemConverter.cxx158 bool TitleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::TitleItemConverter
166 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
H A DDataPointItemConverter.cxx279 bool DataPointItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::DataPointItemConverter
287 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
H A DMultipleItemConverter.cxx64 bool MultipleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in comphelper::MultipleItemConverter
H A DAxisItemConverter.cxx135 bool AxisItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in chart::wrapper::AxisItemConverter
143 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
H A DItemConverter.cxx184 bool ItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() function in comphelper::ItemConverter
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Insert.cxx327 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()
/aoo41x/main/chart2/source/controller/inc/
H A DMultipleItemConverter.hxx43 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DErrorBarItemConverter.hxx59 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DItemPropertyMap.hxx69 m_rOutResult = pConv->ApplyItemSet( m_rItemSet ) || m_rOutResult; in operator ()()
H A DLegendItemConverter.hxx56 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DRegressionCurveItemConverter.hxx57 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DRegressionEquationItemConverter.hxx60 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DTitleItemConverter.hxx57 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DAxisItemConverter.hxx60 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DItemConverter.hxx114 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
H A DDataPointItemConverter.hxx77 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
/aoo41x/main/sd/source/ui/func/
H A Dfupage.cxx163 ApplyItemSet( mpArgs ); in DoExecute()
498 void FuPage::ApplyItemSet( const SfxItemSet* pArgs ) in ApplyItemSet() function in sd::FuPage
/aoo41x/main/sd/source/ui/inc/
H A Dfupage.hxx61 void ApplyItemSet( const SfxItemSet* pArgs );
/aoo41x/main/starmath/inc/
H A Dsmmod.hxx169 virtual void ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet );
/aoo41x/main/sd/inc/
H A Dsdmod.hxx140 virtual void ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet );
/aoo41x/main/sd/source/ui/app/
H A Dsdmod1.cxx667 ApplyItemSet( SID_SD_EDITOPTIONS, *pRet.get() ); in ExecuteNewDocument()
685 ApplyItemSet( SID_SD_EDITOPTIONS, *pRet.get() ); in ExecuteNewDocument()

Completed in 126 milliseconds

12