Lines Matching refs:maFieldId
1507 maFieldId( rFieldId ) in ScDataPilotChildObjBase()
1534 if( maFieldId.mbDataLayout ) in GetDPDimension()
1537 if( maFieldId.mnFieldIdx == 0 ) in GetDPDimension()
1538 return pSaveData->GetDimensionByName( maFieldId.maFieldName ); in GetDPDimension()
1541 String aFieldName = maFieldId.maFieldName; // needed for comparison in GetDPDimension()
1550 if( nFoundIdx == maFieldId.mnFieldIdx ) in GetDPDimension()
1576 pDPObj->GetMembersNA( lcl_GetObjectIndex( pDPObj, maFieldId ), xMembersNA ); in GetMembers()
2068 mxItems.set( new ScDataPilotItemsObj( mrParent, maFieldId ) ); in getItems()
2095 if ( !maOrient.hasValue() && !maFieldId.mbDataLayout && in setOrientation()
2104 String aNameStr( maFieldId.maFieldName ); in setOrientation()
2123 maFieldId.mnFieldIdx = nFound; // keep accessing the new one in setOrientation()
3284 new ScDataPilotItemObj( mrParent, maFieldId, nIndex ) : 0; in GetObjectByIndex_Impl()
3319 pDPObj->GetMemberNames( lcl_GetObjectIndex( pDPObj, maFieldId ), aSeq ); in getElementNames()