Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedfmt.cxx163 SwFmt* SwEditShell::GetFmtFromPool( sal_uInt16 nId ) in GetFmtFromPool() function in SwEditShell
165 return GetDoc()->GetFmtFromPool( nId ); in GetFmtFromPool()
/trunk/main/sw/inc/
H A Deditsh.hxx320 SwFmt* GetFmtFromPool( sal_uInt16 nId );
329 { return (SwFrmFmt*)SwEditShell::GetFmtFromPool( nId ); } in GetFrmFmtFromPool()
331 { return (SwCharFmt*)SwEditShell::GetFmtFromPool( nId ); } in GetCharFmtFromPool()
H A DIDocumentStylePoolAccess.hxx54 virtual SwFmt* GetFmtFromPool( sal_uInt16 nId ) = 0;
H A Ddoc.hxx923 virtual SwFmt* GetFmtFromPool( sal_uInt16 nId );
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1094 SwFmt* SwDoc::GetFmtFromPool( sal_uInt16 nId ) in GetFmtFromPool() function in SwDoc
1390 return (SwFrmFmt*)GetFmtFromPool( nId ); in GetFrmFmtFromPool()
1395 return (SwCharFmt*)GetFmtFromPool( nId ); in GetCharFmtFromPool()
H A Dnotxtfrm.cxx138 SwFmt *pFmt = rSh.GetDoc()->GetFmtFromPool( static_cast<sal_uInt16> in lcl_PaintReplacement()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx88 aSet.SetParent( &pOwnSh->GetFmtFromPool( nId )->GetAttrSet()); in SwFlyFrmAttrMgr()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1606 pFmt = (SwCharFmt*)GetFmtFromPool( nId ); in GetCharStyle()

Completed in 1527 milliseconds