Lines Matching refs:rPropSet
113 const Reference<XPropertySet> & rPropSet, in ExportChange() argument
126 ExportChangeAutoStyle(rPropSet); in ExportChange()
130 ExportChangeInline(rPropSet); in ExportChange()
275 const Reference<XPropertySet> & rPropSet) in ExportChangeAutoStyle() argument
281 Any aIsStart = rPropSet->getPropertyValue(sIsStart); in ExportChangeAutoStyle()
282 Any aIsCollapsed = rPropSet->getPropertyValue(sIsCollapsed); in ExportChangeAutoStyle()
286 pCurrentChangesList->push_back(rPropSet); in ExportChangeAutoStyle()
290 Any aAny = rPropSet->getPropertyValue(sRedlineText); in ExportChangeAutoStyle()
338 const Reference<XPropertySet> & rPropSet) in ExportChangeInline() argument
342 Any aAny = rPropSet->getPropertyValue(sIsCollapsed); in ExportChangeInline()
351 aAny = rPropSet->getPropertyValue(sIsStart); in ExportChangeInline()
360 GetRedlineID(rPropSet)); in ExportChangeInline()
370 const Reference<XPropertySet> & rPropSet) in ExportChangedRegion() argument
373 rExport.AddAttributeIdLegacy(XML_NAMESPACE_TEXT, GetRedlineID(rPropSet)); in ExportChangedRegion()
376 Any aAny = rPropSet->getPropertyValue(sMergeLastPara); in ExportChangedRegion()
388 aAny = rPropSet->getPropertyValue(sRedlineType); in ExportChangedRegion()
394 ExportChangeInfo(rPropSet); in ExportChangedRegion()
397 aAny = rPropSet->getPropertyValue(sRedlineText); in ExportChangedRegion()
411 aAny = rPropSet->getPropertyValue(sRedlineSuccessorData); in ExportChangedRegion()
458 const Reference<XPropertySet> & rPropSet) in GetRedlineID() argument
460 Any aAny = rPropSet->getPropertyValue(sRedlineIdentifier); in GetRedlineID()
471 const Reference<XPropertySet> & rPropSet) in ExportChangeInfo() argument
477 Any aAny = rPropSet->getPropertyValue(sRedlineAuthor); in ExportChangeInfo()
488 aAny = rPropSet->getPropertyValue(sRedlineDateTime); in ExportChangeInfo()
501 aAny = rPropSet->getPropertyValue(sRedlineComment); in ExportChangeInfo()
557 const Reference<XPropertySet> & rPropSet, in ExportStartOrEndRedline() argument
560 if( ! rPropSet.is() ) in ExportStartOrEndRedline()
567 aAny = rPropSet->getPropertyValue(bStart ? sStartRedline : sEndRedline); in ExportStartOrEndRedline()