Home
last modified time | relevance | path

Searched refs:pCharFmtTbl (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Ddocnew.cxx233 pCharFmtTbl( new SwCharFmts() ), in SwDoc()
398 pCharFmtTbl->Insert(pDfltCharFmt, 0 ); in SwDoc()
640 pCharFmtTbl->Remove( 0 ); in ~SwDoc()
666 delete pCharFmtTbl; in ~SwDoc()
902 pCharFmtTbl->DeleteAndDestroy( 1, pCharFmtTbl->Count()-1 ); in ClearDoc()
H A Ddocfmt.cxx1371 SwCharFmt * pDel = (*pCharFmtTbl)[nFmt]; in DelCharFmt()
1385 pCharFmtTbl->DeleteAndDestroy(nFmt); in DelCharFmt()
1392 sal_uInt16 nFmt = pCharFmtTbl->GetPos( pFmt ); in DelCharFmt()
1557 pCharFmtTbl->Insert( pFmt, pCharFmtTbl->Count() ); in MakeCharFmt()
2219 CopyFmtArr( *rSource.pCharFmtTbl, *pCharFmtTbl, in ReplaceStyles()
H A Dpoolfmt.cxx1104 pArray[0] = pCharFmtTbl; in GetFmtFromPool()
1403 pArray[0] = pCharFmtTbl; in IsPoolFmtUsed()
/AOO41X/main/sw/inc/
H A Ddoc.hxx318 SwCharFmts *pCharFmtTbl; member in SwDoc
1254 const SwCharFmts* GetCharFmts() const { return pCharFmtTbl;} in GetCharFmts()
1289 { return (SwCharFmt*)FindFmtByName( (SvPtrarr&)*pCharFmtTbl, rName ); } in FindCharFmtByName()