Home
last modified time | relevance | path

Searched refs:rTblFmts (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx113 const SwFrmFmts& rTblFmts = *GetTblFrmFmts(); in IMPL_LINK() local
114 for( sal_uInt16 n = 0; n < rTblFmts.Count(); ++n ) in IMPL_LINK()
118 SwFrmFmt* pFmt = rTblFmts[ n ]; in IMPL_LINK()
/trunk/main/sw/source/core/edit/
H A Dedglss.cxx218 const SwFrmFmts& rTblFmts = *pInsDoc->GetTblFrmFmts(); in _CopySelToDoc() local
219 for( sal_uInt16 n = rTblFmts.Count(); n; ) in _CopySelToDoc()
220 if( rTblFmts[ --n ]->GetName() == rTblName ) in _CopySelToDoc()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx704 const SwFrmFmts& rTblFmts = *rDoc.GetTblFrmFmts(); in FindTable() local
706 for( sal_uInt16 nFmtCnt = rTblFmts.Count(); nFmtCnt; ) in FindTable()
708 SwFrmFmt* pFmt = rTblFmts[ --nFmtCnt ]; in FindTable()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx453 const SwFrmFmts& rTblFmts = *pDoc->GetTblFrmFmts(); in MakeCopy() local
454 for( sal_uInt16 n = rTblFmts.Count(); n; ) in MakeCopy()
455 if( rTblFmts[ --n ]->GetName() == sTblName ) in MakeCopy()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx162 const SwFrmFmts& rTblFmts = *pDoc->GetTblFrmFmts(); in LockUnlockAllCharts() local
163 for( sal_uInt16 n = 0; n < rTblFmts.Count(); ++n ) in LockUnlockAllCharts()
167 SwFrmFmt* pFmt = rTblFmts[ n ]; in LockUnlockAllCharts()

Completed in 43 milliseconds