Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DPropertyMap.cxx76 const PropValue* pParaStyleProp = nullptr; in GetPropertyValues() local
97 if ( rPropPair.first == PROP_PARA_STYLE_NAME ) pParaStyleProp = &rPropPair.second; in GetPropertyValues()
104 if ( pParaStyleProp != nullptr ) in GetPropertyValues()
105 …sh_back( makePropertyValue( getPropertyName( PROP_PARA_STYLE_NAME ), pParaStyleProp->getValue() ) … in GetPropertyValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMap.cxx82 const PropValue* pParaStyleProp = nullptr; in GetPropertyValues() local
103 if ( rPropPair.first == PROP_PARA_STYLE_NAME ) pParaStyleProp = &rPropPair.second; in GetPropertyValues()
110 if ( pParaStyleProp != nullptr ) in GetPropertyValues()
111 …sh_back( makePropertyValue( getPropertyName( PROP_PARA_STYLE_NAME ), pParaStyleProp->getValue() ) … in GetPropertyValues()