Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx381 String sDescName; in SetPageDesc() local
382 SwStyleNameMapper::FillUIName(uDescName, sDescName, in SetPageDesc()
385 (pNewDesc->GetPageDesc()->GetName() != sDescName)) in SetPageDesc()
388 if(sDescName.Len()) in SetPageDesc()
391 ::GetPageDescByName_Impl(rDoc, sDescName); in SetPageDesc()
H A Dunostyle.cxx2120 String sDescName; in lcl_SetStyleProperty() local
2121 …SwStyleNameMapper::FillUIName(uDescName, sDescName, nsSwGetPoolIdFromName::GET_POOLID_PAGEDESC, sa… in lcl_SetStyleProperty()
2122 if(!pNewDesc->GetPageDesc() || pNewDesc->GetPageDesc()->GetName() != sDescName) in lcl_SetStyleProperty()
2126 if(sDescName.Len()) in lcl_SetStyleProperty()
2128 SwPageDesc* pPageDesc = ::GetPageDescByName_Impl(*pDoc, sDescName); in lcl_SetStyleProperty()

Completed in 46 milliseconds