Searched refs:aTableTbl (Results 1 – 1 of 1) sorted by relevance
2709 SwTableAutoFmtTbl aTableTbl; in InsertTable() local2710 aTableTbl.Load(); in InsertTable()2711 for ( sal_uInt16 n=0; n<aTableTbl.Count(); n++ ) in InsertTable()2713 if ( aTableTbl[n]->GetName() == aAutoName ) in InsertTable()2715 pTAFmt = new SwTableAutoFmt( *aTableTbl[n] ); in InsertTable()