| /AOO41X/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 1365 com::sun::star::beans::XPropertySet> &rPropSet) in Import() 1368 rPropSet->setPropertyValue( WW8_ASCII2STR("Name"), aTmp ); in Import() 1371 rPropSet->setPropertyValue( WW8_ASCII2STR("TextColor"), aTmp); in Import() 1378 rPropSet->setPropertyValue( WW8_ASCII2STR("BackgroundColor"), aTmp); in Import() 1387 rPropSet->setPropertyValue( WW8_ASCII2STR("Enabled"), aTmp); in Import() 1391 rPropSet->setPropertyValue( WW8_ASCII2STR("MultiLine"), aTmp); in Import() 1396 rPropSet->setPropertyValue( WW8_ASCII2STR("Label"), aTmp); in Import() 1400 rPropSet->setPropertyValue( WW8_ASCII2STR( "FocusOnClick" ), aTmp ); in Import() 1402 aFontData.Import(rPropSet); in Import() 1423 const uno::Reference< beans::XPropertySet >& rPropSet, in WriteContents() [all …]
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtflde.cxx | 1068 const Reference<XPropertySet> & rPropSet, in ExportFieldHelper() argument 1075 Reference<XPropertySetInfo> xPropSetInfo(rPropSet->getPropertySetInfo()); in ExportFieldHelper() 1084 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_True); in ExportFieldHelper() 1085 ExportElement(MapAuthorFieldName(rPropSet), sPresentation); in ExportFieldHelper() 1091 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_True); in ExportFieldHelper() 1092 ExportElement(MapSenderFieldName(rPropSet), sPresentation); in ExportFieldHelper() 1099 GetInt16Property(sPropertyPlaceholderType, rPropSet))); in ExportFieldHelper() 1101 GetStringProperty(sPropertyHint,rPropSet), sal_True); in ExportFieldHelper() 1109 GetStringProperty(sPropertyVariableName, rPropSet)); in ExportFieldHelper() 1110 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper() [all …]
|
| H A D | XMLIndexMarkExport.cxx | 85 const Reference<XPropertySet> & rPropSet, in ExportIndexMark() argument 96 aAny = rPropSet->getPropertyValue(sDocumentIndexMark); in ExportIndexMark() 104 aAny = rPropSet->getPropertyValue(sIsCollapsed); in ExportIndexMark() 120 aAny = rPropSet->getPropertyValue(sIsStart); in ExportIndexMark() 180 const Reference<XPropertySet> & rPropSet) in ExportTOCMarkAttributes() argument 184 Any aAny = rPropSet->getPropertyValue(sLevel); in ExportTOCMarkAttributes() 193 const Reference<XPropertySet> & rPropSet, in lcl_ExportPropertyString() argument 198 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyString() 211 const Reference<XPropertySet> & rPropSet, in lcl_ExportPropertyBool() argument 216 rAny = rPropSet->getPropertyValue( sProperty ); in lcl_ExportPropertyBool() [all …]
|
| H A D | XMLRedlineExport.cxx | 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() [all …]
|
| H A D | txtparae.cxx | 443 const Reference < XPropertySet > & rPropSet, in Add() 468 xPropMapper->Filter( rPropSet ); in Add() 481 Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo()); in Add() 489 rPropSet->getPropertyValue( sParaStyleName ) >>= sParent; in Add() 493 rPropSet->getPropertyValue( sParaConditionalStyleName ) >>= sCondParent; in Add() 497 …Reference < XIndexReplace > xNumRule(rPropSet->getPropertyValue( sNumberingRules ), uno::UNO_QUERY… in Add() 566 rPropSet->getPropertyValue( sFrameStyleName ) >>= sParent; in Add() 590 const Reference < XPropertySet > & rPropSet, in Add() 602 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Add() 615 rPropSet, sal_True ), uno::UNO_QUERY); in Add() [all …]
|
| H A D | txtftne.cxx | 76 const Reference<XPropertySet> & rPropSet, in exportTextFootnote() argument 82 aAny = rPropSet->getPropertyValue(sFootnote); in exportTextFootnote() 94 Add( XML_STYLE_FAMILY_TEXT_TEXT, rPropSet ); in exportTextFootnote() 108 OUString sStyle = FindTextStyleAndHyperlink( rPropSet, bHasHyperlink, in exportTextFootnote() 115 Reference<XPropertyState> xPropState( rPropSet, UNO_QUERY ); in exportTextFootnote() 116 xPropSetInfo = rPropSet->getPropertySetInfo(); in exportTextFootnote() 118 addHyperlinkAttributes( rPropSet, xPropState, xPropSetInfo ); in exportTextFootnote() 131 Any a = rPropSet->getPropertyValue(sHyperLinkEvents); in exportTextFootnote() 142 rPropSet ), bHasAutoStyle, in exportTextFootnote() 143 rPropSet, sCharStyleNames ); in exportTextFootnote() [all …]
|
| H A D | XMLTextMasterPageExport.cxx | 86 const Reference < XPropertySet > & rPropSet, in exportMasterPageContent() 92 aAny = rPropSet->getPropertyValue( sHeaderText ); in exportMasterPageContent() 96 aAny = rPropSet->getPropertyValue( sHeaderTextLeft ); in exportMasterPageContent() 100 aAny = rPropSet->getPropertyValue( sFooterText ); in exportMasterPageContent() 104 aAny = rPropSet->getPropertyValue( sFooterTextLeft ); in exportMasterPageContent() 120 aAny = rPropSet->getPropertyValue( sHeaderOn ); in exportMasterPageContent() 126 aAny = rPropSet->getPropertyValue( sHeaderShareContent ); in exportMasterPageContent() 150 aAny = rPropSet->getPropertyValue( sFooterOn ); in exportMasterPageContent() 156 aAny = rPropSet->getPropertyValue( sFooterShareContent ); in exportMasterPageContent()
|
| H A D | txtparai.cxx | 1076 Reference<beans::XPropertySet>& rPropSet); 1089 Reference<beans::XPropertySet>& rPropSet); 1094 sal_Bool CreateMark(Reference<beans::XPropertySet>& rPropSet, 1201 Reference<beans::XPropertySet>& rPropSet) in ProcessAttributes() argument 1213 rPropSet); in ProcessAttributes() 1221 Reference<beans::XPropertySet>& rPropSet) in ProcessAttribute() argument 1234 rPropSet->setPropertyValue(sAlternativeText, uno::makeAny(sValue)); in ProcessAttribute() 1315 Reference<beans::XPropertySet>& rPropSet, in CreateMark() argument 1325 rPropSet = xPropSet; in CreateMark() 1353 Reference<beans::XPropertySet>& rPropSet); [all …]
|
| H A D | txtstyli.cxx | 421 const Reference<XPropertySet > & rPropSet ) in FillPropertySet() 456 Reference< XPropertySetInfo > xInfo( rPropSet->getPropertySetInfo(), UNO_SET_THROW ); in FillPropertySet() 471 rPropSet->setPropertyValue( sAutoProp, makeAny(GetAutoName()) ); in FillPropertySet() 484 xImpPrMap->CheckSpecialContext( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet() 486 xImpPrMap->FillPropertySet( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet() 506 DBG_ASSERT( rPropSet->getPropertySetInfo()->hasPropertyByName( sIsSplitAllowed ), in FillPropertySet() 508 rPropSet->setPropertyValue( sIsSplitAllowed, in FillPropertySet() 518 DBG_ASSERT( rPropSet->getPropertySetInfo()->hasPropertyByName( sCollapsingBorders ), in FillPropertySet() 520 rPropSet->setPropertyValue( sCollapsingBorders, in FillPropertySet() 566 rPropSet->setPropertyValue( rPropertyName, aAny ); in FillPropertySet()
|
| H A D | XMLRedlineExport.hxx | 118 ::com::sun::star::beans::XPropertySet> & rPropSet, 144 ::com::sun::star::beans::XPropertySet> & rPropSet, 167 ::com::sun::star::beans::XPropertySet> & rPropSet); 173 ::com::sun::star::beans::XPropertySet> & rPropSet); 184 ::com::sun::star::beans::XPropertySet> & rPropSet); 189 ::com::sun::star::beans::XPropertySet> & rPropSet); 202 ::com::sun::star::beans::XPropertySet> & rPropSet);
|
| /AOO41X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 689 PropertySet& rPropSet, 693 PropertySet& rPropSet, 713 PropertySet& rPropSet, 720 PropertySet& rPropSet, 725 PropertySet& rPropSet, 731 PropertySet& rPropSet, 736 PropertySet& rPropSet, 741 PropertySet& rPropSet, 970 void TextFormatter::convertFormatting( PropertySet& rPropSet, const TextCharacterProperties* pTextP… in convertFormatting() argument 977 aTextProps.pushToPropSet( rPropSet, mrData.mrFilter ); in convertFormatting() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xechart.cxx | 385 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) const in ConvertLineFormat() argument 388 rLineFmt, *mxChData->mxLineDashTable, rPropSet, ePropMode ); in ConvertLineFormat() 392 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) const in ConvertAreaFormat() argument 394 return GetChartPropSetHelper().ReadAreaProperties( rAreaFmt, rPropSet, ePropMode ); in ConvertAreaFormat() 399 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) const in ConvertEscherFormat() argument 402 …*mxChData->mxGradientTable, *mxChData->mxHatchTable, *mxChData->mxBitmapTable, rPropSet, ePropMode… in ConvertEscherFormat() 405 sal_uInt16 XclExpChRoot::ConvertFont( const ScfPropertySet& rPropSet, sal_Int16 nScript ) const in ConvertFont() argument 408 … GetFontPropSetHelper().ReadFontProperties( aFontData, rPropSet, EXC_FONTPROPSET_CHART, nScript ); in ConvertFont() 412 sal_uInt16 XclExpChRoot::ConvertPieRotation( const ScfPropertySet& rPropSet ) in ConvertPieRotation() argument 415 rPropSet.GetProperty( nApiRot, EXC_CHPROP_STARTINGANGLE ); in ConvertPieRotation() [all …]
|
| H A D | xichart.cxx | 358 void XclImpChRoot::ConvertLineFormat( ScfPropertySet& rPropSet, in ConvertLineFormat() argument 362 rPropSet, *mxChData->mxLineDashTable, rLineFmt, ePropMode ); in ConvertLineFormat() 365 void XclImpChRoot::ConvertAreaFormat( ScfPropertySet& rPropSet, in ConvertAreaFormat() argument 368 GetChartPropSetHelper().WriteAreaProperties( rPropSet, rAreaFmt, ePropMode ); in ConvertAreaFormat() 371 void XclImpChRoot::ConvertEscherFormat( ScfPropertySet& rPropSet, in ConvertEscherFormat() argument 375 GetChartPropSetHelper().WriteEscherProperties( rPropSet, in ConvertEscherFormat() 380 void XclImpChRoot::ConvertFont( ScfPropertySet& rPropSet, in ConvertFont() argument 383 GetFontBuffer().WriteFontProperties( rPropSet, EXC_FONTPROPSET_CHART, nFontIdx, pFontColor ); in ConvertFont() 386 void XclImpChRoot::ConvertPieRotation( ScfPropertySet& rPropSet, sal_uInt16 nAngle ) in ConvertPieRotation() argument 389 rPropSet.SetProperty( EXC_CHPROP_STARTINGANGLE, nApiRot ); in ConvertPieRotation() [all …]
|
| H A D | xlchart.cxx | 723 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) in ReadLineProperties() argument 734 rLineHlp.ReadFromPropertySet( rPropSet ); in ReadLineProperties() 797 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) in ReadAreaProperties() argument 806 rAreaHlp.ReadFromPropertySet( rPropSet ); in ReadAreaProperties() 822 const ScfPropertySet& rPropSet, XclChPropertyMode ePropMode ) in ReadEscherProperties() argument 833 rAreaHlp.ReadFromPropertySet( rPropSet ); in ReadEscherProperties() 864 rGradHlp.ReadFromPropertySet( rPropSet ); in ReadEscherProperties() 881 rHatchHlp.ReadFromPropertySet( rPropSet ); in ReadEscherProperties() 898 maBitmapHlp.ReadFromPropertySet( rPropSet ); in ReadEscherProperties() 917 XclChMarkerFormat& rMarkerFmt, const ScfPropertySet& rPropSet, sal_uInt16 nFormatIdx ) in ReadMarkerProperties() argument [all …]
|
| H A D | xiescher.cxx | 2037 void XclImpTbxObjBase::ConvertFont( ScfPropertySet& rPropSet ) const in ConvertFont() 2043 GetFontBuffer().WriteDefaultCtrlFontProperties( rPropSet ); in ConvertFont() 2045 …GetFontBuffer().WriteFontProperties( rPropSet, EXC_FONTPROPSET_CONTROL, rFormatRuns.front().mnFont… in ConvertFont() 2049 void XclImpTbxObjBase::ConvertLabel( ScfPropertySet& rPropSet ) const in ConvertLabel() 2060 rPropSet.SetStringProperty( CREATE_OUSTRING( "Label" ), aLabel ); in ConvertLabel() 2076 ConvertFont( rPropSet ); in ConvertLabel() 2099 void XclImpButtonObj::DoProcessControl( ScfPropertySet& rPropSet ) const in DoProcessControl() 2102 ConvertLabel( rPropSet ); in DoProcessControl() 2113 rPropSet.SetProperty( CREATE_OUSTRING( "Align" ), nHorAlign ); in DoProcessControl() 2124 rPropSet.SetProperty( CREATE_OUSTRING( "VerticalAlign" ), eVerAlign ); in DoProcessControl() [all …]
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xechart.hxx | 129 const ScfPropertySet& rPropSet, 135 const ScfPropertySet& rPropSet, 141 const ScfPropertySet& rPropSet, 145 const ScfPropertySet& rPropSet, 149 static sal_uInt16 ConvertPieRotation( const ScfPropertySet& rPropSet ); 238 const ScfPropertySet& rPropSet, XclChObjectType eObjType ); 274 const ScfPropertySet& rPropSet, XclChObjectType eObjType ); 306 void Convert( const ScfPropertySet& rPropSet, XclChObjectType eObjType ); 350 const ScfPropertySet& rPropSet, XclChObjectType eObjType ); 380 void Convert( const ScfPropertySet& rPropSet ); [all …]
|
| H A D | xichart.hxx | 145 ScfPropertySet& rPropSet, 150 ScfPropertySet& rPropSet, 155 ScfPropertySet& rPropSet, 162 ScfPropertySet& rPropSet, 168 ScfPropertySet& rPropSet, 246 ScfPropertySet& rPropSet, XclChObjectType eObjType, 276 ScfPropertySet& rPropSet, XclChObjectType eObjType, 299 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet, 344 ScfPropertySet& rPropSet, XclChObjectType eObjType, 348 ScfPropertySet& rPropSet, XclChObjectType eObjType, [all …]
|
| H A D | xiescher.hxx | 499 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 535 void ConvertFont( ScfPropertySet& rPropSet ) const; 537 void ConvertLabel( ScfPropertySet& rPropSet ) const; 560 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 581 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 606 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 627 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 648 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 668 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; 692 virtual void DoProcessControl( ScfPropertySet& rPropSet ) const; [all …]
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | msocximex.hxx | 183 com::sun::star::beans::XPropertySet > &rPropSet); 187 com::sun::star::beans::XPropertySet> &rPropSet); 464 com::sun::star::beans::XPropertySet>& rPropSet); 467 com::sun::star::beans::XPropertySet> &rPropSet, 471 com::sun::star::beans::XPropertySet> &rPropSet, 566 com::sun::star::beans::XPropertySet> &rPropSet); 619 com::sun::star::beans::XPropertySet> &rPropSet); 781 com::sun::star::beans::XPropertySet> &rPropSet); 940 com::sun::star::beans::XPropertySet> &rPropSet); 943 com::sun::star::beans::XPropertySet> &rPropSet, [all …]
|
| /AOO41X/main/oox/inc/oox/drawingml/chart/ |
| H A D | objectformatter.hxx | 96 PropertySet& rPropSet, 103 PropertySet& rPropSet, 111 PropertySet& rPropSet, 117 PropertySet& rPropSet, 124 PropertySet& rPropSet, 130 PropertySet& rPropSet, 136 PropertySet& rPropSet, 142 PropertySet& rPropSet, 148 PropertySet& rPropSet,
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | txtparae.hxx | 255 ::com::sun::star::beans::XPropertySet > & rPropSet, 259 ::com::sun::star::beans::XPropertySet > & rPropSet, 266 ::com::sun::star::beans::XPropertySet > & rPropSet, 282 ::com::sun::star::beans::XPropertySet >& rPropSet, 351 ::com::sun::star::beans::XPropertySet > & rPropSet, 370 ::com::sun::star::beans::XPropertySet > & rPropSet, 375 ::com::sun::star::beans::XPropertySet > & rPropSet, 387 ::com::sun::star::beans::XPropertySet > & rPropSet ); 390 ::com::sun::star::beans::XPropertySet > & rPropSet, 401 ::com::sun::star::beans::XPropertySet >& rPropSet, [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltexte.cxx | 85 const Reference < XPropertySet >& rPropSet ) const in GetNoTxtNode() 87 Reference<XUnoTunnel> xCrsrTunnel( rPropSet, UNO_QUERY ); in GetNoTxtNode() 214 const Reference< XPropertySet >& rPropSet, in setTextEmbeddedGraphicURL() 220 SwGrfNode *pGrfNd = GetNoTxtNode( rPropSet )->GetGrfNode(); in setTextEmbeddedGraphicURL() 386 const Reference < XPropertySet > & rPropSet ) in _collectTextEmbeddedAutoStyles() 388 SwOLENode *pOLENd = GetNoTxtNode( rPropSet )->GetOLENode(); in _collectTextEmbeddedAutoStyles() 410 Add( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, aStates ); in _collectTextEmbeddedAutoStyles() 421 const Reference < XPropertySet > & rPropSet, in _exportTextEmbedded() 424 SwOLENode *pOLENd = GetNoTxtNode( rPropSet )->GetOLENode(); in _exportTextEmbedded() 458 aAny = rPropSet->getPropertyValue( sFrameStyleName ); in _exportTextEmbedded() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLTableMasterPageExport.cxx | 117 const Reference < XPropertySet > & rPropSet, in exportMasterPageContent() 120 …Reference < sheet::XHeaderFooterContent > xHeader(rPropSet->getPropertyValue( rtl::OUString(RTL_CO… in exportMasterPageContent() 122 …Reference < sheet::XHeaderFooterContent > xHeaderLeft(rPropSet->getPropertyValue( rtl::OUString(RT… in exportMasterPageContent() 124 …Reference < sheet::XHeaderFooterContent > xFooter(rPropSet->getPropertyValue( rtl::OUString(RTL_CO… in exportMasterPageContent() 126 …Reference < sheet::XHeaderFooterContent > xFooterLeft(rPropSet->getPropertyValue( rtl::OUString(RT… in exportMasterPageContent() 157 …sal_Bool bHeader(::cppu::any2bool(rPropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRING… in exportMasterPageContent() 161 …sal_Bool bLeftHeader(!::cppu::any2bool(rPropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_US… in exportMasterPageContent() 165 …sal_Bool bFooter(::cppu::any2bool(rPropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRING… in exportMasterPageContent() 169 …sal_Bool bLeftFooter = (!::cppu::any2bool(rPropSet->getPropertyValue( rtl::OUString(RTL_CONSTASCII… in exportMasterPageContent()
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlimppr.cxx | 398 ::com::sun::star::beans::XPropertySet > rPropSet, in CheckSpecialContext() 401 OSL_ENSURE( rPropSet.is(), "need an XPropertySet" ); in CheckSpecialContext() 404 Reference< XPropertySetInfo > xInfo(rPropSet->getPropertySetInfo()); in CheckSpecialContext() 443 const Reference< XPropertySet > rPropSet, in FillPropertySet() 448 Reference< XTolerantMultiPropertySet > xTolPropSet( rPropSet, UNO_QUERY ); in FillPropertySet() 456 Reference< XPropertySetInfo > xInfo(rPropSet->getPropertySetInfo()); in FillPropertySet() 459 Reference<XMultiPropertySet> xMultiPropSet( rPropSet, UNO_QUERY ); in FillPropertySet() 467 bSet = _FillPropertySet( aProperties, rPropSet, in FillPropertySet() 472 bSet = _FillPropertySet( aProperties, rPropSet, xInfo, in FillPropertySet() 482 const Reference<XPropertySet> & rPropSet, in _FillPropertySet() argument [all …]
|
| H A D | PageMasterExportPropMapper.cxx | 318 Reference< XPropertySet > rPropSet ) const in ContextFilter() 448 …F_PM_PRINT_ANNOTATIONS), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintAnnotations")), rPropSet); in ContextFilter() 449 …ryIndex(CTF_PM_PRINT_CHARTS), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintCharts")), rPropSet); in ContextFilter() 450 …Index(CTF_PM_PRINT_DRAWING), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintDrawing")), rPropSet); in ContextFilter() 451 …dex(CTF_PM_PRINT_FORMULAS), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintFormulas")), rPropSet); in ContextFilter() 452 …dEntryIndex(CTF_PM_PRINT_GRID), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintGrid")), rPropSet); in ContextFilter() 453 …Index(CTF_PM_PRINT_HEADERS), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintHeaders")), rPropSet); in ContextFilter() 454 …Index(CTF_PM_PRINT_OBJECTS), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintObjects")), rPropSet); in ContextFilter() 455 …CTF_PM_PRINT_ZEROVALUES), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PrintZeroValues")), rPropSet); in ContextFilter() 458 SvXMLExportPropertyMapper::ContextFilter(rPropState,rPropSet); in ContextFilter()
|