Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1389 pPropImpl = new SwStyleProperties_Impl(aSwMapProvider.GetPropertySet(nMapId)->getPropertyMap()); in SwXStyle()
1401 pPropImpl(0) in SwXStyle()
1426 delete pPropImpl; in ~SwXStyle()
1670 const PropertyEntryVector_t& rPropertyVector = pPropImpl->GetPropertyVector(); in ApplyDescriptorProperties()
1675 pPropImpl->GetProperty(aIt->sName, pAny); in ApplyDescriptorProperties()
2415 if(!pPropImpl->SetProperty(pNames[nProp], pValues[nProp])) in SetPropertyValues_Impl()
2818 pPropImpl->GetProperty ( pNames[nProp], pAny ); in GetPropertyValues_Impl()
2829 pPropImpl->GetProperty ( pNames[nProp], mxStyleData, pRet[ nProp ] ); in GetPropertyValues_Impl()
3254 pPropImpl->ClearProperty(pNames[nProp]); in setPropertiesToDefault()
3387 pPropImpl->ClearAllProperties(); in setAllPropertiesToDefault()
/trunk/main/sw/inc/
H A Dunostyle.hxx193 SwStyleProperties_Impl* pPropImpl; member in SwXStyle
203 SwStyleProperties_Impl* GetPropImpl(){return pPropImpl;} in GetPropImpl()