Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx65 …inline explicit TitleKey( ObjectType eObjType, sal_Int32 nMainIdx = -1, sal_Int32 nSubIdx = -1… in TitleKey()
66 { first = eObjType; second.first = nMainIdx; second.second = nSubIdx; } in TitleKey()
274 …nst ModelRef< LayoutModel >& rxLayout, ObjectType eObjType, sal_Int32 nMainIdx, sal_Int32 nSubIdx ) in registerTitleLayout() argument
277 TitleLayoutInfo& rTitleInfo = mxData->maTitles[ TitleKey( eObjType, nMainIdx, nSubIdx ) ]; in registerTitleLayout()
H A Dtitleconverter.cxx153 … rxTitled, const OUString& rAutoTitle, ObjectType eObjType, sal_Int32 nMainIdx, sal_Int32 nSubIdx ) in convertFromModel() argument
178 registerTitleLayout( xTitle, mrModel.mxLayout, eObjType, nMainIdx, nSubIdx ); in convertFromModel()
/aoo4110/main/oox/inc/oox/drawingml/chart/
H A Dtitleconverter.hxx84 sal_Int32 nMainIdx = -1, sal_Int32 nSubIdx = -1 );
H A Dconverterbase.hxx94 sal_Int32 nMainIdx = -1, sal_Int32 nSubIdx = -1 );
/aoo4110/main/sc/source/filter/inc/
H A Dxlchart.hxx1342 …plicit XclChTextKey( XclChTextType eTextType, sal_uInt16 nMainIdx = 0, sal_uInt16 nSubIdx = 0 ) in XclChTextKey()
1343 { first = eTextType; second.first = nMainIdx; second.second = nSubIdx; } in XclChTextKey()

Completed in 66 milliseconds