Lines Matching refs:aGivenName
1135 String aGivenName; in lcl_GetTableVars() local
1136 ScDPOutput::GetDataDimensionNames( aSourceName, aGivenName, xDim ); in lcl_GetTableVars()
1147 aGivenName = strLayoutName; in lcl_GetTableVars()
1154 rGivenNames.push_back( aGivenName ); in lcl_GetTableVars()
1549 String aGivenName( rGivenNames[nDataPos] ); in lcl_FilterInclude() local
1551 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ); in lcl_FilterInclude()
1585 String aGivenName( rGivenNames[nDataPos] ); in lcl_FilterInclude() local
1588 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ) && in lcl_FilterInclude()
1605 String aGivenName( rGivenNames[nSubTotalCount] ); in lcl_FilterInclude() local
1607 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ); in lcl_FilterInclude()
1632 … String aGivenName( aResultEntry.Caption ); //! Should use a stored name when available in lcl_FilterInclude() local
1633 aGivenName.EraseLeadingChars( '\'' ); in lcl_FilterInclude()
1635 rResult[j] = lcl_IsNamedDataField( rTarget, aSourceName, aGivenName ); in lcl_FilterInclude()