Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx214 String sCharFmt; in lcl_getCharFmt() local
215 … SwStyleNameMapper::FillUIName(uTmp, sCharFmt, nsSwGetPoolIdFromName::GET_POOLID_CHRFMT, sal_True); in lcl_getCharFmt()
216 if(sStandard != sCharFmt) in lcl_getCharFmt()
218 pRet = pDoc->FindCharFmtByName( sCharFmt ); in lcl_getCharFmt()
222 …sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(sCharFmt, nsSwGetPoolIdFromName::GET_POOLI… in lcl_getCharFmt()