Home
last modified time | relevance | path

Searched refs:nSubTypeIndex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx60 …apePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, sal_Int32 nSubTypeIndex, std::vector< … in findPlaceholder() argument
68 if ( ( nSubTypeIndex == -1 ) || ( nSubTypeIndex == (*aRevIter)->getSubTypeIndex() ) ) in findPlaceholder()
75 aShapePtr = findPlaceholder( nMasterPlaceholder, nSubTypeIndex, rChildren ); in findPlaceholder()
85 sal_Int32 nSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder() argument
87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder()
88 … pPlaceholder.get() ? pPlaceholder : findPlaceholder( nSecondPlaceholder, nSubTypeIndex, rShapes ); in findPlaceholder()
/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx72 : nSubTypeIndex( 1 ) in ChartTypeParameter()
124 if( this->nSubTypeIndex!=rParameter.nSubTypeIndex ) in mapsToSimilarService()
198 switch( rParameter.nSubTypeIndex ) in adjustParameterToSubType()
440 rParameter.nSubTypeIndex=1; in adjustSubTypeAndEnableControls()
757 switch( rParameter.nSubTypeIndex ) in adjustParameterToSubType()
856 switch( rParameter.nSubTypeIndex ) in adjustParameterToSubType()
935 if( rParameter.nSubTypeIndex>3 ) in adjustParameterToSubType()
936 rParameter.nSubTypeIndex = 1; in adjustParameterToSubType()
937 switch( rParameter.nSubTypeIndex ) in adjustParameterToSubType()
1033 switch( rParameter.nSubTypeIndex ) in adjustParameterToSubType()
[all …]
H A DChartTypeDialogController.hxx65 ChartTypeParameter( sal_Int32 nSubTypeIndex, bool bXAxisWithValues=false
75 sal_Int32 nSubTypeIndex;//starting with 1 member in chart::ChartTypeParameter
H A Dtp_ChartType.cxx928 aParameter.nSubTypeIndex = static_cast<sal_Int32>( m_aSubTypeList.GetSelectItemId() ); in getCurrentParamter()
1094 m_aSubTypeList.SelectItem( static_cast<sal_uInt16>( rParameter.nSubTypeIndex) ); in fillAllControls()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx111 … setSubTypeIndex( sal_uInt32 nSubTypeIndex ) { mnSubTypeIndex = nSubTypeInd… in setSubTypeIndex() argument

Completed in 43 milliseconds