Searched refs:rTblFmts (Results 1 – 5 of 5) sorted by relevance
113 const SwFrmFmts& rTblFmts = *GetTblFrmFmts(); in IMPL_LINK() local114 for( sal_uInt16 n = 0; n < rTblFmts.Count(); ++n ) in IMPL_LINK()118 SwFrmFmt* pFmt = rTblFmts[ n ]; in IMPL_LINK()
218 const SwFrmFmts& rTblFmts = *pInsDoc->GetTblFrmFmts(); in _CopySelToDoc() local219 for( sal_uInt16 n = rTblFmts.Count(); n; ) in _CopySelToDoc()220 if( rTblFmts[ --n ]->GetName() == rTblName ) in _CopySelToDoc()
704 const SwFrmFmts& rTblFmts = *rDoc.GetTblFrmFmts(); in FindTable() local706 for( sal_uInt16 nFmtCnt = rTblFmts.Count(); nFmtCnt; ) in FindTable()708 SwFrmFmt* pFmt = rTblFmts[ --nFmtCnt ]; in FindTable()
453 const SwFrmFmts& rTblFmts = *pDoc->GetTblFrmFmts(); in MakeCopy() local454 for( sal_uInt16 n = rTblFmts.Count(); n; ) in MakeCopy()455 if( rTblFmts[ --n ]->GetName() == sTblName ) in MakeCopy()
162 const SwFrmFmts& rTblFmts = *pDoc->GetTblFrmFmts(); in LockUnlockAllCharts() local163 for( sal_uInt16 n = 0; n < rTblFmts.Count(); ++n ) in LockUnlockAllCharts()167 SwFrmFmt* pFmt = rTblFmts[ n ]; in LockUnlockAllCharts()
Completed in 46 milliseconds