/trunk/main/chart2/source/tools/ |
H A D | TitleHelper.cxx | 44 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 D | ObjectIdentifier.cxx | 107 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 D | TitleHelper.hxx | 41 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 D | ObjectIdentifier.hxx | 250 static TitleHelper::eTitleType getTitleTypeForCID( const ::rtl::OUString& rCID );
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | AxisWrapper.cxx | 407 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 D | TitleWrapper.hxx | 56 TitleWrapper( ::chart::TitleHelper::eTitleType eTitleType, 125 ::chart::TitleHelper::eTitleType m_eTitleType;
|
H A D | TitleWrapper.cxx | 222 TitleWrapper::TitleWrapper( ::chart::TitleHelper::eTitleType eTitleType, in TitleWrapper() argument 226 m_eTitleType(eTitleType) in TitleWrapper()
|
H A D | WrappedAxisAndGridExistenceProperties.cxx | 234 TitleHelper::eTitleType m_eTitleType;
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | TitleDialogData.cxx | 72 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 D | ObjectNameProvider.cxx | 365 OUString ObjectNameProvider::getTitleNameByType( TitleHelper::eTitleType eType ) in getTitleNameByType() 412 TitleHelper::eTitleType eType; in getTitleName()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 776 TitleHelper::eTitleType eTitleType = TitleHelper::X_AXIS_TITLE; in executeDispatch_InsertAxisTitle() local 778 … eTitleType = nAxisIndex==0 ? TitleHelper::X_AXIS_TITLE : TitleHelper::SECONDARY_X_AXIS_TITLE; in executeDispatch_InsertAxisTitle() 780 … eTitleType = 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 D | ChartController_Properties.cxx | 341 TitleHelper::eTitleType nTitleType( TitleHelper::MAIN_TITLE ); in lcl_getTitleCIDForCommand()
|
H A D | ChartController_Tools.cxx | 263 static_cast< TitleHelper::eTitleType >( eType ), xModel ), uno::UNO_QUERY ); in executeDispatch_NewArrangement()
|
/trunk/main/chart2/source/controller/inc/ |
H A D | ObjectNameProvider.hxx | 54 static rtl::OUString getTitleNameByType( TitleHelper::eTitleType eType );
|
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | MultipleChartConverters.cxx | 178 …uno::Reference< chart2::XTitle > xTitle( TitleHelper::getTitle( TitleHelper::eTitleType(nTitle), x… in AllTitleItemConverter()
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 2195 std::auto_ptr<VTitle> lcl_createTitle( TitleHelper::eTitleType eType in lcl_createTitle()
|