Searched refs:nSubTypeIndex (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 60 …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()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | ChartTypeDialogController.cxx | 72 : 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 D | ChartTypeDialogController.hxx | 65 ChartTypeParameter( sal_Int32 nSubTypeIndex, bool bXAxisWithValues=false 75 sal_Int32 nSubTypeIndex;//starting with 1 member in chart::ChartTypeParameter
|
H A D | tp_ChartType.cxx | 928 aParameter.nSubTypeIndex = static_cast<sal_Int32>( m_aSubTypeList.GetSelectItemId() ); in getCurrentParamter() 1094 m_aSubTypeList.SelectItem( static_cast<sal_uInt16>( rParameter.nSubTypeIndex) ); in fillAllControls()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 111 … setSubTypeIndex( sal_uInt32 nSubTypeIndex ) { mnSubTypeIndex = nSubTypeInd… in setSubTypeIndex() argument
|
Completed in 46 milliseconds