Home
last modified time | relevance | path

Searched refs:xProps (Results 151 – 175 of 196) sorted by relevance

12345678

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx2395 uno::Sequence< beans::PropertyValue > xProps; in GetLockingStream_Impl() local
2396 TransformItems( SID_OPENDOC, *GetItemSet(), xProps ); in GetLockingStream_Impl()
2397 comphelper::MediaDescriptor aMedium( xProps ); in GetLockingStream_Impl()
2448 uno::Sequence < beans::PropertyValue > xProps; in GetMedium_Impl() local
2484 TransformItems( SID_OPENDOC, *GetItemSet(), xProps ); in GetMedium_Impl()
2485 comphelper::MediaDescriptor aMedium( xProps ); in GetMedium_Impl()
/trunk/main/toolkit/source/layout/core/
H A Dflow.hxx47 css::uno::Reference< css::beans::XPropertySet > xProps; member
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx178 uno::Reference< beans::XPropertySet > xProps( xServiceManager, uno::UNO_QUERY ); in SfxDockingWrapper() local
181 if ( xProps.is() ) in SfxDockingWrapper()
182xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= x… in SfxDockingWrapper()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx1371 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in init() local
1372 OSL_ASSERT( xProps.is() ); in init()
1373 if (xProps.is()) in init()
1375 xProps->getPropertyValue( in init()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx692 Reference< XPropertySet > xProps( xControl->getModel(), UNO_QUERY ); in actionPerformed() local
693 xProps->getPropertyValue( TKGet( TK_Name ) ) >>= aName; in actionPerformed()
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx401 uno::Reference< beans::XPropertySet > xProps( xDocStream, uno::UNO_QUERY_THROW ); in ReadThroughComponent() local
402 …uno::Any aAny = xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted"… in ReadThroughComponent()
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.hxx64 …const css::uno::Reference< css::beans::XPropertySet >& xProps, ScDocument* pScDoc = NULL) throw ( …
H A Dvbachart.cxx89 uno::Reference< beans::XPropertySet > xProps( mxChartDocument, uno::UNO_QUERY_THROW ); in getName() local
92 xProps->getPropertyValue( CHART_NAME ) >>= sName; in getName()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx641 Reference< beans::XPropertySet > xProps( m_aAxisProperties.m_xAxisModel, uno::UNO_QUERY ); in createTextShapes() local
642 PropertyMapper::getTextLabelMultiPropertyLists( xProps, aPropNames, aPropValues, false in createTextShapes()
644 LabelPositionHelper::doDynamicFontResize( aPropValues, aPropNames, xProps in createTextShapes()
/trunk/main/cui/source/customize/
H A Dselector.cxx432 Reference < beans::XPropertySet > xProps( in Init() local
435 xContext.set( xProps->getPropertyValue( in Init()
H A Dcfgutil.cxx662 Reference < beans::XPropertySet > xProps( in Init() local
664 …xCtx.set( xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" )… in Init()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx358 uno::Reference <beans::XPropertySet > xProps( xStream, uno::UNO_QUERY ); in ReadThroughComponent() local
360 Any aAny = xProps->getPropertyValue( in ReadThroughComponent()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx566 uno::Reference< beans::XPropertySet > xProps( m_xPackageFolder, uno::UNO_QUERY_THROW ); in GetStorageProperties() local
573xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ) ) >>= m_aM… in GetStorageProperties()
579xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= m_aVer… in GetStorageProperties()
947 uno::Reference< beans::XPropertySet > xProps( xDestStream, uno::UNO_QUERY_THROW ); in CopyStorageElement() local
948 xProps->setPropertyValue( in CopyStorageElement()
981 uno::Reference< beans::XPropertySet > xProps( xDestStream, uno::UNO_QUERY_THROW ); in CopyStorageElement() local
982 xProps->setPropertyValue( in CopyStorageElement()
1259 uno::Reference< beans::XPropertySet > xProps( xNewPackageFolder, uno::UNO_QUERY ); in Commit() local
1260 if ( !xProps.is() ) in Commit()
1263xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ), uno::make… in Commit()
[all …]
H A Dowriteablestream.cxx1641 uno::Reference< beans::XPropertySet > xProps( m_xPackageStream, uno::UNO_QUERY ); in GetCopyOfLastCommit() local
1642 if ( !xProps.is() ) in GetCopyOfLastCommit()
1646 xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "Encrypted" ) ) >>= bEncr; in GetCopyOfLastCommit()
1651xProps->getPropertyValue( ::rtl::OUString::createFromAscii( STORAGE_ENCRYPTION_KEYS_PROPERTY ) ) >… in GetCopyOfLastCommit()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1780 Reference< XPropertySet > xProps( rXSMgr, UNO_QUERY ); in ImplIntrospection() local
1781 OSL_ASSERT( xProps.is() ); in ImplIntrospection()
1782 if (xProps.is()) in ImplIntrospection()
1785 xProps->getPropertyValue( in ImplIntrospection()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx227 uno::Reference< beans::XPropertySet > xProps; in getUnoProperties() local
230 return xProps; in getUnoProperties()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx261 uno::Reference< beans::XPropertySet > xProps( xDocStream, uno::UNO_QUERY_THROW ); in ReadThroughComponent() local
262xProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ) ) >>= bEncry… in ReadThroughComponent()
/trunk/main/basic/source/classes/
H A Dsb.cxx1302 SbxArrayRef xProps( GetProperties() ); in ClearGlobalVars() local
1303 sal_uInt16 nPropCount = xProps->Count(); in ClearGlobalVars()
1306 SbxBase* pVar = xProps->Get( nProp ); in ClearGlobalVars()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx693 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY ); in exportShape() local
695 xProps->getPropertyValue( OUString::createFromAscii( "LayerName" ) ) >>= aLayerName; in exportShape()
/trunk/main/framework/source/services/
H A Dpathsettings.cxx350 css::uno::Reference< css::beans::XPropertySet > xProps(xCfgOld, css::uno::UNO_QUERY_THROW); in impl_storePath() local
351 xProps->setPropertyValue(aResubstPath.sPathName, css::uno::Any()); in impl_storePath()
/trunk/main/cui/source/inc/
H A Dscriptdlg.hxx190 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xProps, ::rtl::OUString& …
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx711 Reference< ::com::sun::star::beans::XPropertySet > xProps(xSet, UNO_QUERY); in PreExecuteColumnContextMenu() local
712 if (xProps.is()) in PreExecuteColumnContextMenu()
714 … Reference< ::com::sun::star::beans::XPropertySetInfo > xPropsInfo = xProps->getPropertySetInfo(); in PreExecuteColumnContextMenu()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx148 Reference< XPropertySet > xProps( xElement, UNO_QUERY_THROW ); in impl_addVbEvents_nolck_nothrow() local
150 xProps->getPropertyValue( rtl::OUString::createFromAscii("DefaultControl" ) ) >>= sServiceName; in impl_addVbEvents_nolck_nothrow()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx932 Reference< XPropertySet > xProps( m_xServiceManager, UNO_QUERY ); in CreateControllers() local
939 if ( xProps.is() ) in CreateControllers()
940xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DefaultContext" ))) >>= xCo… in CreateControllers()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx995 Reference< XPropertySet > xProps( xMSF, UNO_QUERY_THROW ); in isLibraryShared() local
996 …xContext.set( xProps->getPropertyValue( ::rtl::OUString::createFromAscii( "DefaultContext" ) ), UN… in isLibraryShared()

Completed in 253 milliseconds

12345678