Home
last modified time | relevance | path

Searched refs:GetTblFrmFmtCount (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx621 nRet = GetDoc()->GetTblFrmFmtCount(sal_True); in getCount()
632 if(0 <= nIndex && GetDoc()->GetTblFrmFmtCount(sal_True) > nIndex) in getByIndex()
654 sal_uInt16 nCount = GetDoc()->GetTblFrmFmtCount(sal_True); in getByName()
682 sal_uInt16 nCount = GetDoc()->GetTblFrmFmtCount(sal_True); in getElementNames()
704 sal_uInt16 nCount = GetDoc()->GetTblFrmFmtCount(sal_True); in hasByName()
733 return 0 != GetDoc()->GetTblFrmFmtCount(sal_True); in hasElements()
H A Dunochart.cxx400 sal_uInt16 nCount = rDoc.GetTblFrmFmtCount(sal_True); in GetTableByName()
/trunk/main/sw/source/core/edit/
H A Dedfmt.cxx127 sal_uInt16 SwEditShell::GetTblFrmFmtCount(sal_Bool bUsed) const in GetTblFrmFmtCount() function in SwEditShell
129 return GetDoc()->GetTblFrmFmtCount(bUsed); in GetTblFrmFmtCount()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx259 nMemberCount = pWrtShell->GetTblFrmFmtCount(sal_True); in Init()
565 pWrtShell->GetTblFrmFmtCount(sal_True), in FillMemberList()
568 nMemberCount = pWrtShell->GetTblFrmFmtCount(sal_True); in FillMemberList()
/trunk/main/sw/inc/
H A Deditsh.hxx276 sal_uInt16 GetTblFrmFmtCount( sal_Bool bUsed = sal_False ) const;
H A Ddoc.hxx1343 sal_uInt16 GetTblFrmFmtCount( sal_Bool bUsed ) const;
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1621 for( sal_uInt16 i = GetTblFrmFmtCount(); i; ) in GetTblStyle()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1479 sal_uInt16 SwDoc::GetTblFrmFmtCount(sal_Bool bUsed) const in GetTblFrmFmtCount() function in SwDoc