Searched refs:GetFmtFromPool (Results 1 – 8 of 8) sorted by relevance
163 SwFmt* SwEditShell::GetFmtFromPool( sal_uInt16 nId ) in GetFmtFromPool() function in SwEditShell165 return GetDoc()->GetFmtFromPool( nId ); in GetFmtFromPool()
320 SwFmt* GetFmtFromPool( sal_uInt16 nId );329 { return (SwFrmFmt*)SwEditShell::GetFmtFromPool( nId ); } in GetFrmFmtFromPool()331 { return (SwCharFmt*)SwEditShell::GetFmtFromPool( nId ); } in GetCharFmtFromPool()
54 virtual SwFmt* GetFmtFromPool( sal_uInt16 nId ) = 0;
923 virtual SwFmt* GetFmtFromPool( sal_uInt16 nId );
1094 SwFmt* SwDoc::GetFmtFromPool( sal_uInt16 nId ) in GetFmtFromPool() function in SwDoc1390 return (SwFrmFmt*)GetFmtFromPool( nId ); in GetFrmFmtFromPool()1395 return (SwCharFmt*)GetFmtFromPool( nId ); in GetCharFmtFromPool()
138 SwFmt *pFmt = rSh.GetDoc()->GetFmtFromPool( static_cast<sal_uInt16> in lcl_PaintReplacement()
88 aSet.SetParent( &pOwnSh->GetFmtFromPool( nId )->GetAttrSet()); in SwFlyFrmAttrMgr()
1606 pFmt = (SwCharFmt*)GetFmtFromPool( nId ); in GetCharStyle()
Completed in 245 milliseconds