Searched refs:aTableTbl (Results 1 – 1 of 1) sorted by relevance
2716 SwTableAutoFmtTbl aTableTbl; in InsertTable() local2717 aTableTbl.Load(); in InsertTable()2718 for ( sal_uInt16 n=0; n<aTableTbl.Count(); n++ ) in InsertTable()2720 if ( aTableTbl[n]->GetName() == aAutoName ) in InsertTable()2722 pTAFmt = new SwTableAutoFmt( *aTableTbl[n] ); in InsertTable()
Completed in 15 milliseconds