Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1884 SwTableAutoFmtTbl aAutoFmtTbl; in Load() local
1885 aAutoFmtTbl.Load(); in Load()
1886 for( sal_uInt16 nAutoFmt = aAutoFmtTbl.Count(); nAutoFmt; ) in Load()
1887 if( sTmp == aAutoFmtTbl[ --nAutoFmt ]->GetName() ) in Load()
1889 pTAutoFmt = new SwTableAutoFmt( *aAutoFmtTbl[ nAutoFmt ] ); in Load()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2938 SwTableAutoFmtTbl aAutoFmtTbl; in autoFormat() local
2939 aAutoFmtTbl.Load(); in autoFormat()
2940 for( sal_uInt16 i = aAutoFmtTbl.Count(); i; ) in autoFormat()
2941 if( sAutoFmtName == aAutoFmtTbl[ --i ]->GetName() ) in autoFormat()
2951 pFmt->GetDoc()->SetTableAutoFmt( aBoxes, *aAutoFmtTbl[i] ); in autoFormat()

Completed in 59 milliseconds