Searched refs:aAutoName (Results 1 – 2 of 2) sorted by relevance
885 OUString aAutoName; in createParentGroupField() local887 …sal_Int32 nIdx = 0, nCount = xGroupsIA->getCount(); (nIdx < nCount) && (aAutoName.getLength() == 0… in createParentGroupField()893 aAutoName = xGroupName->getName(); in createParentGroupField()899 …OSL_ENSURE( aAutoName.getLength() > 0, "PivotCacheField::createParentGroupField - cannot find auto… in createParentGroupField()907 aGroupName = aAutoName; in createParentGroupField()912 if( aAutoName != aGroupName ) in createParentGroupField()
2687 String aTableName, aAutoName; in InsertTable() local2706 aAutoName = pAuto->GetValue(); in InsertTable()2707 if ( aAutoName.Len() ) in InsertTable()2713 if ( aTableTbl[n]->GetName() == aAutoName ) in InsertTable()2739 pDlg->GetValues( aTableName, nRows, nCols, aInsTblOpts, aAutoName, pTAFmt ); in InsertTable()2750 if ( aAutoName.Len() ) in InsertTable()2751 _rRequest.AppendItem( SfxStringItem( FN_PARAM_2, aAutoName ) ); in InsertTable()
Completed in 28 milliseconds