Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxlpivot.hxx519 inline sal_uInt16 GetFieldIndex() const { return mnFieldIdx; } in GetFieldIndex()
558 sal_uInt16 mnFieldIdx; /// Own field index in pivot cache. member in XclPCField
/trunk/main/sc/source/filter/excel/
H A Dxlpivot.cxx313 mnFieldIdx( nFieldIdx ) in XclPCField()
368 return IsGroupChildField() ? maFieldInfo.mnGroupBase : mnFieldIdx; in GetBaseFieldIndex()
H A Dxipivot.cxx197 if( IsGroupChildField() && (mnFieldIdx < rVisNames.size()) ) in GetFieldName()
199 const String& rVisName = rVisNames[ mnFieldIdx ]; in GetFieldName()
/trunk/main/sc/inc/
H A Ddapiuno.hxx397 sal_Int32 mnFieldIdx; /// Field index (if several fields with same name exist). member
401 mnFieldIdx( 0 ), mbDataLayout( false ) {} in ScFieldIdentifier()
404 … maFieldName( rFieldName ), mnFieldIdx( nFieldIdx ), mbDataLayout( bDataLayout ) {} in ScFieldIdentifier()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1537 if( maFieldId.mnFieldIdx == 0 ) in GetDPDimension()
1550 if( nFoundIdx == maFieldId.mnFieldIdx ) in GetDPDimension()
1706 rFieldId.mnFieldIdx = nRepeat; in lcl_GetFieldDataByIndex()
1720 rFieldId.mnFieldIdx = 0; in lcl_GetFieldDataByName()
2123 maFieldId.mnFieldIdx = nFound; // keep accessing the new one in setOrientation()

Completed in 52 milliseconds