Lines Matching refs:xPropSet
250 Reference<XPropertySet> xPropSet; in ExportChangesListElements() local
251 aAny >>= xPropSet; in ExportChangesListElements()
253 DBG_ASSERT(xPropSet.is(), in ExportChangesListElements()
255 if (xPropSet.is()) in ExportChangesListElements()
259 aAny = xPropSet->getPropertyValue(sIsInHeaderFooter); in ExportChangesListElements()
263 ExportChangedRegion(xPropSet); in ExportChangesListElements()
316 Reference<XPropertySet> xPropSet; in ExportChangesListAutoStyles() local
317 aAny >>= xPropSet; in ExportChangesListAutoStyles()
319 DBG_ASSERT(xPropSet.is(), in ExportChangesListAutoStyles()
321 if (xPropSet.is()) in ExportChangesListAutoStyles()
326 aAny = xPropSet->getPropertyValue(sIsInHeaderFooter); in ExportChangesListAutoStyles()
329 ExportChangeAutoStyle(xPropSet); in ExportChangesListAutoStyles()
627 Reference<XPropertySet> xPropSet(rContent, uno::UNO_QUERY); in ExportStartOrEndRedline() local
628 if (xPropSet.is()) in ExportStartOrEndRedline()
630 ExportStartOrEndRedline(xPropSet, bStart); in ExportStartOrEndRedline()
642 Reference<XPropertySet> xPropSet(rSection, uno::UNO_QUERY); in ExportStartOrEndRedline() local
643 if (xPropSet.is()) in ExportStartOrEndRedline()
645 ExportStartOrEndRedline(xPropSet, bStart); in ExportStartOrEndRedline()