Home
last modified time | relevance | path

Searched refs:xInfoSet (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1523 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in storeToStorage() local
1526xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")), uno::m… in storeToStorage()
1530xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(sVa… in storeToStorage()
1533xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")), uno::makeA… in storeToStorage()
1538 aDelegatorArguments[nArgsLen++] <<= xInfoSet; in storeToStorage()
1556xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage()
1572xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage()
1588xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage()
1604xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in storeToStorage()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx178 uno::Reference< beans::XPropertySet > xInfoSet( in _Write() local
200 xInfoSet->setPropertyValue(sProgressRange, aAny); in _Write()
204 xInfoSet->setPropertyValue(sProgressMax, aAny); in _Write()
217 xInfoSet->setPropertyValue( sShowChanges, aAny ); in _Write()
246 xInfoSet->setPropertyValue( sAutoTextMode, aAny2 ); in _Write()
271 *pArgs++ <<= xInfoSet; in _Write()
282 *pArgs++ <<= xInfoSet; in _Write()
457 aAny = xInfoSet->getPropertyValue( sShowChanges ); in _Write()
573 uno::Reference< beans::XPropertySet > xInfoSet; in WriteThroughComponent() local
575 rArguments.getConstArray()[0] >>= xInfoSet; in WriteThroughComponent()
[all …]
H A Dswxml.cxx344 uno::Reference< beans::XPropertySet > xInfoSet; in ReadThroughComponent() local
346 rFilterArguments.getConstArray()[0] >>= xInfoSet; in ReadThroughComponent()
348 if( xInfoSet.is() ) in ReadThroughComponent()
650 uno::Reference< beans::XPropertySet > xInfoSet( in Read() local
711 *pArgs++ <<= xInfoSet; in Read()
719 *pArgs++ <<= xInfoSet; in Read()
767 xInfoSet->setPropertyValue( sTextInsertModeRange, in Read()
837 xInfoSet->setPropertyValue( sShowChanges, aAny ); in Read()
854 xInfoSet->setPropertyValue( in Read()
862 xInfoSet->setPropertyValue( in Read()
[all …]
H A Dxmlexp.cxx509 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/starmath/source/
H A Dmathmlexport.cxx165 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 Dmathmlimport.cxx154 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/sd/source/filter/xml/
H A Dsdxmlwrp.cxx407 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()
628 xInfoSet->setPropertyValue( sStreamRelPath, Any( aName ) ); in Import()
647 *pArgs++ <<= xInfoSet; in Import()
654 *pArgs++ <<= xInfoSet; in Import()
776 if( xInfoSet.is() ) in Import()
785 xInfoSet->getPropertyValue(sPropName) >>= sBuildId; in Import()
953 xInfoSet->setPropertyValue( sPropName, makeAny( aName ) ); in Export()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx233 if( xInfoSet.is() ) in ImportFromComponent()
539 pMetaArgs[0] <<= xInfoSet; in Import()
572 pStylesArgs[0] <<= xInfoSet; in Import()
585 pSettingsArgs[0] <<= xInfoSet; in Import()
616 pDocArgs[0] <<= xInfoSet; in Import()
671 if( xInfoSet.is() ) in Import()
779 if( xInfoSet.is() ) in ExportToComponent()
987 pMetaArgs[0] <<= xInfoSet; in Export()
1026 pStylesArgs[0] <<= xInfoSet; in Export()
1050 pDocArgs[0] <<= xInfoSet; in Export()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx1291 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()
1297xInfoSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "PageLayouts" ) ), uno::makeAny… in EndElement()
H A Dsdxmlexp.cxx2294 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportStyles() local
2295 if( xInfoSet.is() ) in _ExportStyles()
2297 Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in _ExportStyles()
2304 xInfoSet->setPropertyValue( msPageLayoutNames, aAny ); in _ExportStyles()
2313 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportAutoStyles() local
2314 if( xInfoSet.is() ) in _ExportAutoStyles()
2316 Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in _ExportAutoStyles()
2320 xInfoSet->getPropertyValue( msPageLayoutNames ) >>= maDrawPagesAutoLayoutNames; in _ExportAutoStyles()
H A Dsdxmlimp.cxx432 uno::Reference< beans::XPropertySet > xInfoSet( getImportInfo() ); in initialize() local
433 if( xInfoSet.is() ) in initialize()
435 uno::Reference< beans::XPropertySetInfo > xInfoSetInfo( xInfoSet->getPropertySetInfo() ); in initialize()
438 xInfoSet->getPropertyValue( msPageLayouts ) >>= mxPageLayouts; in initialize()
441 xInfoSet->getPropertyValue( msPreview ) >>= mbPreview; in initialize()
448 if (xInfoSet->getPropertyValue(sOrganizerMode) >>= bStyleOnly) in initialize()
/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx114 Reference< XPropertySet > xInfoSet( in importImpl() local
116 xInfoSet->setPropertyValue( in importImpl()
118 aAnys[0] <<= xInfoSet; in importImpl()
291 Reference< XPropertySet > xInfoSet( in exportImpl() local
293 xInfoSet->setPropertyValue( in exportImpl()
296 xInfoSet->setPropertyValue( in exportImpl()
300 xInfoSet->setPropertyValue( in exportImpl()
302 aAnys[1] <<= xInfoSet; in exportImpl()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx445 …uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new… in impl_import_nolck_throw() local
446xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(_rR… in impl_import_nolck_throw()
447xInfoSet->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
1619xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UsePrettyPrinting")), uno::m… in impl_writeStorage_throw()
1621xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BaseURI")), uno::makeAny(_rM… in impl_writeStorage_throw()
1634xInfoSet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Version" )), uno::makeAny(… in impl_writeStorage_throw()
1643 aDelegatorArguments[nArgsLen++] <<= xInfoSet; in impl_writeStorage_throw()
1653xInfoSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamName")), uno::makeAny(… in impl_writeStorage_throw()
[all …]
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx673 uno::Reference< beans::XPropertySet > xInfoSet; in impl_Export() local
686xInfoSet = comphelper::GenericPropertySet_CreateInstance( new comphelper::PropertySetInfo( aExport… in impl_Export()
691 xInfoSet->setPropertyValue( sUsePrettyPrinting, uno::makeAny( bUsePrettyPrinting ) ); in impl_Export()
693 xInfoSet->setPropertyValue( C2U("ExportTableNumberList"), uno::makeAny( true )); in impl_Export()
703 aFilterProperties[ nArgs++ ] <<= xInfoSet; in impl_Export()
797 uno::Reference< beans::XPropertySet > xInfoSet; in impl_ExportStream() local
799 rFilterProperties.getConstArray()[0] >>= xInfoSet; in impl_ExportStream()
800 OSL_ENSURE( xInfoSet.is(), "missing infoset for export" ); in impl_ExportStream()
801 if( xInfoSet.is() ) in impl_ExportStream()
802 xInfoSet->setPropertyValue( C2U("StreamName"), uno::makeAny( rStreamName ) ); in impl_ExportStream()

Completed in 230 milliseconds