Home
last modified time | relevance | path

Searched refs:xPropSet (Results 201 – 225 of 335) sorted by relevance

12345678910>>...14

/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx123 Reference< XPropertySet > xPropSet( rSourceContainer, UNO_QUERY ); in RootItemContainer() local
124 if ( xPropSet.is() ) in RootItemContainer()
126xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ))) >>= m_aUIName; in RootItemContainer()
H A Dconstitemcontainer.cxx181 Reference< XPropertySet > xPropSet( rSourceContainer, UNO_QUERY ); in ConstItemContainer() local
182 if ( xPropSet.is() ) in ConstItemContainer()
185xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ))) >>= m_aUIName; in ConstItemContainer()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1405 Reference < XPropertySet > xPropSet( m_xSMgr, UNO_QUERY ); in getRegistryFromServiceManager() local
1408 if( xPropSet.is() ) { in getRegistryFromServiceManager()
1412 Any aAny = xPropSet->getPropertyValue( spool().Registry ); in getRegistryFromServiceManager()
1659 Reference < XPropertySet > xPropSet = Reference< XPropertySet >::query( m_xSMgr ); in revokeImplementation() local
1660 if( xPropSet.is() ) { in revokeImplementation()
1662 Any aAny = xPropSet->getPropertyValue( spool().Registry ); in revokeImplementation()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx418 uno::Reference< beans::XPropertySet > xPropSet( m_xPackageStream, uno::UNO_QUERY ); in IsEncrypted() local
419 if ( xPropSet.is() ) in IsEncrypted()
421 …uno::Any aValue = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii( "WasEncrypted" ) ); in IsEncrypted()
444 GetEncryptionKeyProperty_Impl( xPropSet ) >>= aKey; in IsEncrypted()
1192 uno::Reference< beans::XPropertySet > xPropSet( m_xPackageStream, uno::UNO_QUERY ); in ReadPackageStreamProperties() local
1193 if ( xPropSet.is() ) in ReadPackageStreamProperties()
1198 aResult[nInd].Value = xPropSet->getPropertyValue( aResult[nInd].Name ); in ReadPackageStreamProperties()
1736 uno::Reference< beans::XPropertySet > xPropSet( xRelsStream, uno::UNO_QUERY_THROW ); in CommitStreamRelInfo() local
1737 xPropSet->setPropertyValue( in CommitStreamRelInfo()
1762 uno::Reference< beans::XPropertySet > xPropSet( xRelsStream, uno::UNO_QUERY_THROW ); in CommitStreamRelInfo() local
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextListItemContext.cxx105 uno::Reference< beans::XPropertySet > xPropSet( xStyle, UNO_QUERY ); in XMLTextListItemContext() local
106 aAny = xPropSet->getPropertyValue(s_NumberingRules); in XMLTextListItemContext()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DXMLSettingsExporter.java137 XPropertySet xPropSet = (XPropertySet) in createTestEnvironment() local
139 xPropSet.setPropertyValue("ShowGrid", "false"); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DXMLSettingsExporter.java144 XPropertySet xPropSet = xViewSetSup.getViewSettings(); in createTestEnvironment() local
145 xPropSet.setPropertyValue("ZoomValue", new Short(ZOOM)); in createTestEnvironment()
H A DSwAccessibleFootnoteView.java102 XPropertySet xPropSet = xViewSetSup.getViewSettings(); in createTestEnvironment() local
107 xPropSet.setPropertyValue("ZoomValue", new Short("10")); in createTestEnvironment()
H A DSwAccessibleEndnoteView.java102 XPropertySet xPropSet = xViewSetSup.getViewSettings(); in createTestEnvironment() local
107 xPropSet.setPropertyValue("ZoomValue", new Short("10")); in createTestEnvironment()
H A DSwAccessibleFooterView.java120 XPropertySet xPropSet = xViewSetSup.getViewSettings(); in createTestEnvironment() local
121 xPropSet.setPropertyValue("ZoomValue", new Short("20")); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLSettingsExporter.java141 XPropertySet xPropSet = (XPropertySet) in createTestEnvironment() local
143 xPropSet.setPropertyValue("IsLayerMode", new Boolean("true")); in createTestEnvironment()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx456 uno::Reference< beans::XPropertySet > xPropSet( in queryStorage() local
458 OSL_ENSURE( xPropSet.is(), in queryStorage()
463 uno::Any aPropValue = xPropSet->getPropertyValue( in queryStorage()
H A Dtdoc_docmgr.cxx150 uno::Reference< beans::XPropertySet > xPropSet( xDoc, uno::UNO_QUERY ); in getDocumentId() local
151 if ( xPropSet.is() ) in getDocumentId()
155 uno::Any aValue = xPropSet->getPropertyValue( in getDocumentId()
/trunk/main/framework/source/jobs/
H A Djobdata.cxx559 css::uno::Reference< css::beans::XPropertySet > xPropSet(aConfig.cfg(), css::uno::UNO_QUERY); in disableJob() local
560 if (xPropSet.is()) in disableJob()
565xPropSet->setPropertyValue(::rtl::OUString::createFromAscii(EVENTCFG_PROP_USERTIME), aValue); in disableJob()
/trunk/main/sw/source/ui/utlui/
H A Dunotools.cxx215 uno::Reference< beans::XPropertySet > xPropSet( xFrm, uno::UNO_QUERY ); in IMPL_LINK() local
216 if ( xPropSet.is() ) in IMPL_LINK()
221 uno::Any aValue = xPropSet->getPropertyValue(C2U("LayoutManager")); in IMPL_LINK()
/trunk/main/cui/source/customize/
H A Dselector.cxx836 Reference < beans::XPropertySet >xPropSet( children[n], UNO_QUERY ); in GroupSelected() local
837 if (!xPropSet.is()) in GroupSelected()
843 xPropSet->getPropertyValue( String::CreateFromAscii( "URI" ) ); in GroupSelected()
848 value = xPropSet->getPropertyValue( in GroupSelected()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1282 uno::Reference < beans::XPropertySet > xPropSet( GetStorage(), uno::UNO_QUERY_THROW ); in CheckEncryption_Impl() local
1283xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= aVer… in CheckEncryption_Impl()
1284xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasEncryptedEntries" ) … in CheckEncryption_Impl()
1285xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasNonEncryptedEntries"… in CheckEncryption_Impl()
2263 … uno::Reference < beans::XPropertySet > xPropSet( rDocShell.GetStorage(), uno::UNO_QUERY_THROW ); in hasTrustedScriptingSignature() local
2264xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>= aVer… in hasTrustedScriptingSignature()
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx208 uno::Reference< beans::XPropertySet > xPropSet( xStream, uno::UNO_QUERY ); in SetStreamMediaType_Impl() local
209 if ( !xPropSet.is() ) in SetStreamMediaType_Impl()
212xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ), uno::makeAny( aMediaT… in SetStreamMediaType_Impl()
218 uno::Reference< beans::XPropertySet > xPropSet( xStream, uno::UNO_QUERY ); in LetCommonStoragePassBeUsed_Impl() local
219 if ( !xPropSet.is() ) in LetCommonStoragePassBeUsed_Impl()
222xPropSet->setPropertyValue( ::rtl::OUString::createFromAscii( "UseCommonStoragePasswordEncryption"… in LetCommonStoragePassBeUsed_Impl()
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx151 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPropSet( in SfxPartDockWnd_Impl()
158 ::com::sun::star::uno::Any a = xPropSet->getPropertyValue( aLayoutManager ); in SfxPartDockWnd_Impl()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java152 XPropertySet xPropSet = (XPropertySet) in main() local
154 xPropSet.setPropertyValue( "Style", xTitle1Style ); in main()
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx160 uno::Reference< beans::XPropertySet > xPropSet = in EndTextEdit() local
167 ::com::sun::star::chart2::XTitle >::query( xPropSet ), m_xCC ); in EndTextEdit()
/trunk/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx105 uno::Reference< beans::XPropertySet > xPropSet( xSubStorage, uno::UNO_QUERY ); in createInstanceInitFromEntry() local
106 if ( !xPropSet.is() ) in createInstanceInitFromEntry()
111 uno::Any aAny = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ); in createInstanceInitFromEntry()
/trunk/main/xmloff/source/meta/
H A DMetaExportComponent.cxx113 uno::Reference< beans::XPropertySet > xPropSet = in exportDoc() local
121 aArgs[1] <<= xPropSet; in exportDoc()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java136 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in addPortion() local
138 return xPropSet; in addPortion()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java127 … XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextRange); in addPortion() local
128 return xPropSet; in addPortion()

Completed in 150 milliseconds

12345678910>>...14