| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlwrap.cxx | 229 uno::Reference< beans::XPropertySet > xInfoSet; in ImportFromComponent() local 231 aArgs.getConstArray()[0] >>= xInfoSet; in ImportFromComponent() 232 DBG_ASSERT( xInfoSet.is(), "missing property set" ); in ImportFromComponent() 233 if( xInfoSet.is() ) in ImportFromComponent() 236 xInfoSet->setPropertyValue( sPropName, uno::makeAny( sStream ) ); in ImportFromComponent() 438 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in Import() local 452 … xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Import() 464 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ProgressRange")), uno::makeA… in Import() 471 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aBaseURL ) ); in Import() 490 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aName ) ); in Import() [all …]
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | swxml.cxx | 344 uno::Reference< beans::XPropertySet > xInfoSet; in ReadThroughComponent() local 346 rFilterArguments.getConstArray()[0] >>= xInfoSet; in ReadThroughComponent() 347 DBG_ASSERT( xInfoSet.is(), "missing property set" ); in ReadThroughComponent() 348 if( xInfoSet.is() ) in ReadThroughComponent() 351 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 650 uno::Reference< beans::XPropertySet > xInfoSet( in Read() local 666 xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Read() 698 xInfoSet->setPropertyValue(sProgressRange, aProgRange); in Read() 711 *pArgs++ <<= xInfoSet; in Read() 719 *pArgs++ <<= xInfoSet; in Read() [all …]
|
| H A D | wrtxml.cxx | 178 uno::Reference< beans::XPropertySet > xInfoSet( in _Write() local 183 xInfoSet->setPropertyValue( sTargetStorage, Any( xStg ) ); in _Write() 200 xInfoSet->setPropertyValue(sProgressRange, aAny); in _Write() 204 xInfoSet->setPropertyValue(sProgressMax, aAny); in _Write() 210 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny(bUsePrettyPrinting)); in _Write() 217 xInfoSet->setPropertyValue( sShowChanges, aAny ); in _Write() 225 xInfoSet->setPropertyValue( sPropName, makeAny( ::rtl::OUString( GetBaseURL() ) ) ); in _Write() 236 xInfoSet->setPropertyValue( sPropName, makeAny( aName ) ); in _Write() 246 xInfoSet->setPropertyValue( sAutoTextMode, aAny2 ); in _Write() 256 xInfoSet->setPropertyValue( sOutlineStyleAsNormalListStyle, makeAny( sal_True ) ); in _Write() [all …]
|
| H A D | xmlexp.cxx | 509 Reference<XPropertySet> xInfoSet( getExportInfo() ); in GetViewSettings() local 510 if ( xInfoSet.is() ) in GetViewSettings() 513 if( xInfoSet->getPropertySetInfo()->hasPropertyByName( sShowChanges ) ) in GetViewSettings() 515 bShowRedlineChanges = *(sal_Bool*) xInfoSet-> in GetViewSettings()
|
| /trunk/main/sd/source/filter/xml/ |
| H A D | sdxmlwrp.cxx | 407 uno::Reference< beans::XPropertySet > xInfoSet; in ReadThroughComponent() local 409 rFilterArguments.getConstArray()[0] >>= xInfoSet; in ReadThroughComponent() 410 DBG_ASSERT( xInfoSet.is(), "missing property set" ); in ReadThroughComponent() 411 if( xInfoSet.is() ) in ReadThroughComponent() 414 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 518 …uno::Reference< beans::XPropertySet > xInfoSet( GenericPropertySet_CreateInstance( new PropertySet… in Import() local 519 …xInfoSet->setPropertyValue( OUString::createFromAscii( "Preview" ), uno::makeAny( mrDocShell.GetDo… in Import() 533 xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Import() 575 …xInfoSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ProgressRange")), aProgRan… in Import() 580 …xInfoSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ProgressCurrent")), aProgC… in Import() [all …]
|
| /trunk/main/filter/source/xmlfilteradaptor/ |
| H A D | XmlFilterAdaptor.cxx | 113 Reference< XPropertySet > xInfoSet( in importImpl() local 115 xInfoSet->setPropertyValue( in importImpl() 117 aAnys[0] <<= xInfoSet; in importImpl() 289 Reference< XPropertySet > xInfoSet( in exportImpl() local 291 xInfoSet->setPropertyValue( in exportImpl() 294 xInfoSet->setPropertyValue( in exportImpl() 298 xInfoSet->setPropertyValue( in exportImpl() 300 aAnys[1] <<= xInfoSet; in exportImpl()
|
| /trunk/main/chart2/source/model/filter/ |
| H A D | XMLFilter.cxx | 667 uno::Reference< beans::XPropertySet > xInfoSet; in impl_Export() local 680 …xInfoSet = comphelper::GenericPropertySet_CreateInstance( new comphelper::PropertySetInfo( aExport… in impl_Export() 685 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny( bUsePrettyPrinting ) ); in impl_Export() 687 xInfoSet->setPropertyValue( C2U("ExportTableNumberList"), uno::makeAny( true )); in impl_Export() 697 aFilterProperties[ nArgs++ ] <<= xInfoSet; in impl_Export() 791 uno::Reference< beans::XPropertySet > xInfoSet; in impl_ExportStream() local 793 rFilterProperties.getConstArray()[0] >>= xInfoSet; in impl_ExportStream() 794 OSL_ENSURE( xInfoSet.is(), "missing infoset for export" ); in impl_ExportStream() 795 if( xInfoSet.is() ) in impl_ExportStream() 796 xInfoSet->setPropertyValue( C2U("StreamName"), uno::makeAny( rStreamName ) ); in impl_ExportStream()
|
| /trunk/main/dbaccess/source/core/dataaccess/ |
| H A D | databasedocument.cxx | 445 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in impl_import_nolck_throw() local 446 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(_rR… in impl_import_nolck_throw() 447 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in impl_import_nolck_throw() 451 aFilterCreationArgs[nCount] <<= xInfoSet; in impl_import_nolck_throw() 1616 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in impl_writeStorage_throw() local 1619 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")), uno::m… in impl_writeStorage_throw() 1621 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(_rM… in impl_writeStorage_throw() 1634 …xInfoSet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Version" )), uno::makeAny(… in impl_writeStorage_throw() 1643 aDelegatorArguments[nArgsLen++] <<= xInfoSet; in impl_writeStorage_throw() 1653 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in impl_writeStorage_throw() [all …]
|
| /trunk/main/starmath/source/ |
| H A D | mathmlexport.cxx | 165 uno::Reference< beans::XPropertySet > xInfoSet( in Export() local 172 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny(bUsePrettyPrinting)); in Export() 176 xInfoSet->setPropertyValue( sPropName, makeAny( rMedium.GetBaseURL( true ) ) ); in Export() 201 xInfoSet->setPropertyValue( sPropName, makeAny( aName ) ); in Export() 211 xStg, xModelComp, "meta.xml", xServiceFactory, xInfoSet, in Export() 222 xStg, xModelComp, "content.xml", xServiceFactory, xInfoSet, in Export() 232 xStg, xModelComp, "settings.xml", xServiceFactory, xInfoSet, in Export() 247 xOut, xModelComp, xServiceFactory, xInfoSet, in Export()
|
| H A D | mathmlimport.cxx | 154 uno::Reference< beans::XPropertySet > xInfoSet( in Import() local 160 xInfoSet->setPropertyValue( sPropName, makeAny( rMedium.GetBaseURL() ) ); in Import() 194 xInfoSet->setPropertyValue( sPropName, makeAny( aName ) ); in Import() 204 xServiceFactory, xInfoSet, in Import() 215 xServiceFactory, xInfoSet, in Import() 226 xServiceFactory, xInfoSet, "com.sun.star.comp.Math.XMLImporter" ); in Import() 243 xServiceFactory, xInfoSet, "com.sun.star.comp.Math.XMLImporter", sal_False ); in Import()
|
| /trunk/main/xmloff/source/draw/ |
| H A D | sdxmlimp.cxx | 430 uno::Reference< beans::XPropertySet > xInfoSet( getImportInfo() ); in initialize() local 431 if( xInfoSet.is() ) in initialize() 433 uno::Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in initialize() 436 xInfoSet->getPropertyValue( msPageLayouts ) >>= mxPageLayouts; in initialize() 439 xInfoSet->getPropertyValue( msPreview ) >>= mbPreview; in initialize() 446 if (xInfoSet->getPropertyValue(sOrganizerMode) >>= bStyleOnly) in initialize()
|
| H A D | sdxmlexp.cxx | 2293 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportStyles() local 2294 if( xInfoSet.is() ) in _ExportStyles() 2296 Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in _ExportStyles() 2303 xInfoSet->setPropertyValue( msPageLayoutNames, aAny ); in _ExportStyles() 2312 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportAutoStyles() local 2313 if( xInfoSet.is() ) in _ExportAutoStyles() 2315 Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in _ExportAutoStyles() 2319 xInfoSet->getPropertyValue( msPageLayoutNames ) >>= maDrawPagesAutoLayoutNames; in _ExportAutoStyles()
|
| H A D | ximpstyl.cxx | 1291 uno::Reference< beans::XPropertySet > xInfoSet( GetImport().getImportInfo() ); in EndElement() local 1292 if( xInfoSet.is() ) in EndElement() 1294 … uno::Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in EndElement() 1297 …xInfoSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "PageLayouts" ) ), uno::makeAny… in EndElement()
|
| /trunk/main/reportdesign/source/core/api/ |
| H A D | ReportDefinition.cxx | 1523 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in storeToStorage() local 1526 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")), uno::m… in storeToStorage() 1530 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(sVa… in storeToStorage() 1533 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")), uno::makeA… in storeToStorage() 1538 aDelegatorArguments[nArgsLen++] <<= xInfoSet; in storeToStorage() 1556 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage() 1572 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage() 1588 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage() 1604 …xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage()
|