Home
last modified time | relevance | path

Searched refs:aAutoName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx885 OUString aAutoName; in createParentGroupField() local
887 …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()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2694 String aTableName, aAutoName; in InsertTable() local
2713 aAutoName = pAuto->GetValue(); in InsertTable()
2714 if ( aAutoName.Len() ) in InsertTable()
2720 if ( aTableTbl[n]->GetName() == aAutoName ) in InsertTable()
2746 pDlg->GetValues( aTableName, nRows, nCols, aInsTblOpts, aAutoName, pTAFmt ); in InsertTable()
2757 if ( aAutoName.Len() ) in InsertTable()
2758 _rRequest.AppendItem( SfxStringItem( FN_PARAM_2, aAutoName ) ); in InsertTable()

Completed in 35 milliseconds