Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx235 pCharFmtTbl( new SwCharFmts() ), in SwDoc()
415 pCharFmtTbl->Insert(pDfltCharFmt, 0 ); in SwDoc()
657 pCharFmtTbl->Remove( 0 ); in ~SwDoc()
683 delete pCharFmtTbl; in ~SwDoc()
917 pCharFmtTbl->DeleteAndDestroy( 1, pCharFmtTbl->Count()-1 ); in ClearDoc()
H A Ddocfmt.cxx1383 SwCharFmt * pDel = (*pCharFmtTbl)[nFmt]; in DelCharFmt()
1397 pCharFmtTbl->DeleteAndDestroy(nFmt); in DelCharFmt()
1404 sal_uInt16 nFmt = pCharFmtTbl->GetPos( pFmt ); in DelCharFmt()
1569 pCharFmtTbl->Insert( pFmt, pCharFmtTbl->Count() ); in MakeCharFmt()
2231 CopyFmtArr( *rSource.pCharFmtTbl, *pCharFmtTbl, in ReplaceStyles()
H A Dpoolfmt.cxx1107 pArray[0] = pCharFmtTbl; in GetFmtFromPool()
1409 pArray[0] = pCharFmtTbl; in IsPoolFmtUsed()
/trunk/main/sw/inc/
H A Ddoc.hxx318 SwCharFmts *pCharFmtTbl; member in SwDoc
1261 const SwCharFmts* GetCharFmts() const { return pCharFmtTbl;} in GetCharFmts()
1296 { return (SwCharFmt*)FindFmtByName( (SvPtrarr&)*pCharFmtTbl, rName ); } in FindCharFmtByName()

Completed in 56 milliseconds