Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx44 TitleHelper::eTitleType nTitleIndex in lcl_getTitleParentFromDiagram()
140 TitleHelper::eTitleType eTitleType in createTitle() argument
153 switch( eTitleType ) in createTitle()
168 xTitled = lcl_getTitleParent( eTitleType, xModel ); in createTitle()
185 switch( eTitleType ) in createTitle()
213 if( eTitleType == TitleHelper::X_AXIS_TITLE || in createTitle()
214 eTitleType == TitleHelper::Y_AXIS_TITLE || in createTitle()
216 eTitleType == TitleHelper::SECONDARY_Y_AXIS_TITLE ) in createTitle()
337 void TitleHelper::removeTitle( TitleHelper::eTitleType nTitleIndex in removeTitle()
348 bool TitleHelper::getTitleType( eTitleType& rType in getTitleType()
[all …]
H A DObjectIdentifier.cxx107 typedef ::comphelper::MakeMap< TitleHelper::eTitleType, OUString > tTitleMap;
123 OUString lcl_getTitleParentParticle( TitleHelper::eTitleType aTitleType ) in lcl_getTitleParentParticle()
358 TitleHelper::eTitleType aTitleType; in createClassifiedIdentifierForObject()
1154 TitleHelper::eTitleType aTitleType = getTitleTypeForCID( rObjectCID ); in getObjectPropertySet()
1358 TitleHelper::eTitleType ObjectIdentifier::getTitleTypeForCID( const OUString& rCID ) in getTitleTypeForCID()
1360 TitleHelper::eTitleType eRet( TitleHelper::MAIN_TITLE ); in getTitleTypeForCID()
/trunk/main/chart2/source/inc/
H A DTitleHelper.hxx41 enum eTitleType enum in chart::TitleHelper
60 getTitle( eTitleType nTitleIndex
66 createTitle( eTitleType nTitleIndex
74 static void removeTitle( eTitleType nTitleIndex
87 static bool getTitleType( eTitleType& rType
H A DObjectIdentifier.hxx250 static TitleHelper::eTitleType getTitleTypeForCID( const ::rtl::OUString& rCID );
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DAxisWrapper.cxx407 TitleHelper::eTitleType eTitleType( TitleHelper::X_AXIS_TITLE ); in getAxisTitle() local
411 eTitleType = TitleHelper::X_AXIS_TITLE; in getAxisTitle()
414 eTitleType = TitleHelper::Y_AXIS_TITLE; in getAxisTitle()
417 eTitleType = TitleHelper::Z_AXIS_TITLE; in getAxisTitle()
420 eTitleType = TitleHelper::SECONDARY_X_AXIS_TITLE; in getAxisTitle()
423 eTitleType = TitleHelper::SECONDARY_Y_AXIS_TITLE; in getAxisTitle()
428 m_xAxisTitle = new TitleWrapper( eTitleType, m_spChart2ModelContact ); in getAxisTitle()
H A DTitleWrapper.hxx56 TitleWrapper( ::chart::TitleHelper::eTitleType eTitleType,
125 ::chart::TitleHelper::eTitleType m_eTitleType;
H A DTitleWrapper.cxx222 TitleWrapper::TitleWrapper( ::chart::TitleHelper::eTitleType eTitleType, in TitleWrapper() argument
226 m_eTitleType(eTitleType) in TitleWrapper()
H A DWrappedAxisAndGridExistenceProperties.cxx234 TitleHelper::eTitleType m_eTitleType;
/trunk/main/chart2/source/controller/dialogs/
H A DTitleDialogData.cxx72 static_cast< TitleHelper::eTitleType >( nTitleIndex ), xChartModel ); in readFromModel()
93 … static_cast< TitleHelper::eTitleType >( nN ), this->aTextList[nN], xChartModel, xContext, in writeDifferenceToModel()
99 … TitleHelper::removeTitle( static_cast< TitleHelper::eTitleType >( nN ), xChartModel ); in writeDifferenceToModel()
107 … TitleHelper::getTitle( static_cast< TitleHelper::eTitleType >( nN ), xChartModel ) ); in writeDifferenceToModel()
H A DObjectNameProvider.cxx365 OUString ObjectNameProvider::getTitleNameByType( TitleHelper::eTitleType eType ) in getTitleNameByType()
412 TitleHelper::eTitleType eType; in getTitleName()
/trunk/main/chart2/source/controller/main/
H A DChartController_Insert.cxx776 TitleHelper::eTitleType eTitleType = TitleHelper::X_AXIS_TITLE; in executeDispatch_InsertAxisTitle() local
778eTitleType = nAxisIndex==0 ? TitleHelper::X_AXIS_TITLE : TitleHelper::SECONDARY_X_AXIS_TITLE; in executeDispatch_InsertAxisTitle()
780eTitleType = nAxisIndex==0 ? TitleHelper::Y_AXIS_TITLE : TitleHelper::SECONDARY_Y_AXIS_TITLE; in executeDispatch_InsertAxisTitle()
782 eTitleType = TitleHelper::Z_AXIS_TITLE; in executeDispatch_InsertAxisTitle()
785 …xTitle = TitleHelper::createTitle( eTitleType, ObjectNameProvider::getTitleNameByType(eTitleType),… in executeDispatch_InsertAxisTitle()
H A DChartController_Properties.cxx341 TitleHelper::eTitleType nTitleType( TitleHelper::MAIN_TITLE ); in lcl_getTitleCIDForCommand()
H A DChartController_Tools.cxx263 static_cast< TitleHelper::eTitleType >( eType ), xModel ), uno::UNO_QUERY ); in executeDispatch_NewArrangement()
/trunk/main/chart2/source/controller/inc/
H A DObjectNameProvider.hxx54 static rtl::OUString getTitleNameByType( TitleHelper::eTitleType eType );
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DMultipleChartConverters.cxx178 …uno::Reference< chart2::XTitle > xTitle( TitleHelper::getTitle( TitleHelper::eTitleType(nTitle), x… in AllTitleItemConverter()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx2195 std::auto_ptr<VTitle> lcl_createTitle( TitleHelper::eTitleType eType in lcl_createTitle()

Completed in 100 milliseconds