Home
last modified time | relevance | path

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

/trunk/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 …const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType, sal_Int32 nMainIdx, sal_Int32 nSubId… 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 nSubId… in convertFromModel() argument
178 registerTitleLayout( xTitle, mrModel.mxLayout, eObjType, nMainIdx, nSubIdx ); in convertFromModel()
/trunk/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 );
/trunk/main/sc/source/filter/inc/
H A Dxlchart.hxx1342 …inline explicit XclChTextKey( XclChTextType eTextType, sal_uInt16 nMainIdx = 0, sal_uInt16 nSu… in XclChTextKey()
1343 { first = eTextType; second.first = nMainIdx; second.second = nSubIdx; } in XclChTextKey()

Completed in 31 milliseconds