Home
last modified time | relevance | path

Searched refs:xPropertySet (Results 26 – 50 of 126) sorted by relevance

123456

/aoo42x/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx311 Reference< XPropertySet > xPropertySet; in impl_getElementProps() local
312 aElement >>= xPropertySet; in impl_getElementProps()
314 if ( xPropertySet.is() ) in impl_getElementProps()
318 xPropertySet->getPropertyValue( m_aPropCommand ) >>= aCommand; in impl_getElementProps()
319 xPropertySet->getPropertyValue( m_aPropModule ) >>= aModule; in impl_getElementProps()
320 xPropertySet->getPropertyValue( m_aPropController ) >>= aServiceSpecifier; in impl_getElementProps()
322 xPropertySet->getPropertyValue( m_aPropValue ) >>= aValue; in impl_getElementProps()
H A Duielementfactorymanager.cxx335 Reference< XPropertySet > xPropertySet; in readConfigurationData() local
358 Reference< XPropertySet > xPropertySet; in impl_getElementProps() local
359 aElement >>= xPropertySet; in impl_getElementProps()
361 if ( xPropertySet.is() ) in impl_getElementProps()
365 xPropertySet->getPropertyValue( m_aPropType ) >>= rType; in impl_getElementProps()
366 xPropertySet->getPropertyValue( m_aPropName ) >>= rName; in impl_getElementProps()
367 xPropertySet->getPropertyValue( m_aPropModule ) >>= rModule; in impl_getElementProps()
368 xPropertySet->getPropertyValue( m_aPropFactory ) >>= rServiceSpecifier; in impl_getElementProps()
/aoo42x/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java325 … oSubControlForm.xPropertySet.setPropertyValue("DetailFields", LinkFieldNames[0]); in finalizeForms()
326 … oSubControlForm.xPropertySet.setPropertyValue("MasterFields", LinkFieldNames[1]); in finalizeForms()
358 XPropertySet xPropertySet; field in FormDocument.ControlForm
375 xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xFormContainer); in ControlForm()
508 xPropertySet.setPropertyValue("DataSourceName", getDataSourceName()); in setFormProperties()
509 xPropertySet.setPropertyValue(PropertyNames.COMMAND, _oDBMetaData.getCommandName()); in setFormProperties()
510xPropertySet.setPropertyValue(PropertyNames.COMMAND_TYPE, new Integer(_oDBMetaData.getCommandType(… in setFormProperties()
513xPropertySet.setPropertyValue(_aPropertySetList[i].Name, _aPropertySetList[i].Value); in setFormProperties()
557 … oGridControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, _NBorderType); in insertGridControl()
/aoo42x/main/package/source/xstor/
H A Dowriteablestream.cxx113 OSL_ENSURE( xPropertySet.is(), "No property set is provided!\n" ); in SetEncryptionKeyProperty_Impl()
114 if ( !xPropertySet.is() ) in SetEncryptionKeyProperty_Impl()
132 OSL_ENSURE( xPropertySet.is(), "No property set is provided!\n" ); in GetEncryptionKeyProperty_Impl()
133 if ( !xPropertySet.is() ) in GetEncryptionKeyProperty_Impl()
818 if ( !xPropertySet.is() ) in InsertStreamDirectly()
841 xPropertySet->setPropertyValue( aProps[nInd].Name, aProps[nInd].Value ); in InsertStreamDirectly()
871 xPropertySet->setPropertyValue( ::rtl::OUString::createFromAscii( "Encrypted" ), in InsertStreamDirectly()
945 if ( !xPropertySet.is() ) in Commit()
955 xPropertySet->setPropertyValue( m_aProps[nInd].Name, m_aProps[nInd].Value ); in Commit()
959 xPropertySet->setPropertyValue( m_aProps[nInd].Name, m_aProps[nInd].Value ); in Commit()
[all …]
/aoo42x/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx366 Reference< XPropertySet > xPropertySet( xSlide, UNO_QUERY ); in importSlide() local
367 if ( xPropertySet.is() ) in importSlide()
372 xPropertySet->setPropertyValue( sWidth, Any( rPageSize.Width ) ); in importSlide()
373 xPropertySet->setPropertyValue( sHeight, Any( rPageSize.Height ) ); in importSlide()
386 xPropertySet->setPropertyValue( sIsHeaderVisible, Any( aHeaderFooter.mbHeader ) ); in importSlide()
387 xPropertySet->setPropertyValue( sIsFooterVisible, Any( aHeaderFooter.mbFooter ) ); in importSlide()
388 xPropertySet->setPropertyValue( sIsDateTimeVisible, Any( aHeaderFooter.mbDateTime ) ); in importSlide()
389 xPropertySet->setPropertyValue( sIsPageNumberVisible, Any( aHeaderFooter.mbSlideNumber ) ); in importSlide()
/aoo42x/main/odk/examples/java/Inspector/
H A DInspector.java108 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in getSDKPath() local
109 sRetPath = (String) xPropertySet.getPropertyValue("SDKPath"); in getSDKPath()
158 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in assignSDKPath() local
159 xPropertySet.setPropertyValue("SDKPath", sInstallationFolder); in assignSDKPath()
164 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFolderPi… in assignSDKPath() local
165 Object oWindow = xPropertySet.getPropertyValue("Window"); in assignSDKPath()
253 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in setSourceCodeLanguage() local
267 xPropertySet.setPropertyValue("Language", sLanguage); in setSourceCodeLanguage()
/aoo42x/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx214 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCollectBackgroundGraphic() local
215 xPropertySet->getPropertyValue( TKGet( TK_Width ) ) >>= aLogicalSize.Width; in ImpCollectBackgroundGraphic()
216 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCollectBackgroundGraphic()
219 if ( xPropertySet->getPropertyValue( TKGet( TK_Background ) ) >>= xBackgroundPropSet ) in ImpCollectBackgroundGraphic()
220 …y( rxContext, xBackgroundPropSet, aLogicalSize, rGraphicEntities, rGraphicSettings, xPropertySet ); in ImpCollectBackgroundGraphic()
400 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCountBackgroundGraphic() local
401 xPropertySet->getPropertyValue( TKGet( TK_Width ) ) >>= aLogicalSize.Width; in ImpCountBackgroundGraphic()
402 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCountBackgroundGraphic()
405 if ( xPropertySet->getPropertyValue( TKGet( TK_Background ) ) >>= xBackgroundPropSet ) in ImpCountBackgroundGraphic()
/aoo42x/main/odk/examples/java/Text/
H A DStyleInitialization.java89 com.sun.star.beans.XPropertySet xPropertySet = null; in main() local
93 xPropertySet = (com.sun.star.beans.XPropertySet) in main()
100 + xPropertySet.getPropertyValue("ParaStyleName") ); in main()
197 xPropertySet = (com.sun.star.beans.XPropertySet) UnoRuntime.queryInterface( in main()
201 String sFontname = aAnyConv.toString(xPropertySet.getPropertyValue("CharFontName")); in main()
207 xPropertySet = (com.sun.star.beans.XPropertySet) UnoRuntime.queryInterface( in main()
212xPropertySet.setPropertyValue("ParaStyleName", new String( sElementNames[iCounter] ) ); in main()
H A DTextDocumentStructure.java125 com.sun.star.beans.XPropertySet xPropertySet = in main() local
131 + xPropertySet.getPropertyValue( "CharFontName" ) ); in main()
180 com.sun.star.beans.XPropertySet xPropertySet = in createExampleData() local
183 xPropertySet.setPropertyValue("CharWeight", in createExampleData()
/aoo42x/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx123 uno::Reference<beans::XPropertySet> xPropertySet(aTempAny, uno::UNO_QUERY); in AddValidation() local
124 if (xPropertySet.is()) in AddValidation()
127 xPropertySet->getPropertyValue(sERRMESS) >>= sErrorMessage; in AddValidation()
129 xPropertySet->getPropertyValue(sERRTITLE) >>= sErrorTitle; in AddValidation()
131 xPropertySet->getPropertyValue(sINPMESS) >>= sImputMessage; in AddValidation()
133 xPropertySet->getPropertyValue(sINPTITLE) >>= sImputTitle; in AddValidation()
134 sal_Bool bShowErrorMessage = ::cppu::any2bool(xPropertySet->getPropertyValue(sSHOWERR)); in AddValidation()
137 xPropertySet->getPropertyValue(sTYPE) >>= aValidationType; in AddValidation()
150 xPropertySet->getPropertyValue(sSHOWLIST) >>= aValidation.nShowList; in AddValidation()
151 xPropertySet->getPropertyValue(sERRALSTY) >>= aValidation.aAlertStyle; in AddValidation()
[all …]
/aoo42x/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx205 Reference<XPropertySet> xPropertySet( xIfc, UNO_QUERY ); in XMLImageMapObjectContext() local
207 xMapEntry = xPropertySet; in XMLImageMapObjectContext()
650 xPropertySet(rPropertySet) in XMLImageMapContext()
656 xPropertySet->getPropertySetInfo(); in XMLImageMapContext()
658 xPropertySet->getPropertyValue(sImageMap) >>= xImageMap; in XMLImageMapContext()
706 xPropertySet->getPropertySetInfo(); in EndElement()
708 xPropertySet->setPropertyValue(sImageMap, uno::makeAny( xImageMap ) ); in EndElement()
/aoo42x/main/xmloff/source/text/
H A DXMLSectionExport.cxx154 Reference<XPropertySet> xPropertySet(rSection, UNO_QUERY); in ExportSectionStart() local
160 GetParaExport().Add( XML_STYLE_FAMILY_TEXT_SECTION, xPropertySet ); in ExportSectionStart()
168 xPropertySet, sEmpty ) ); in ExportSectionStart()
339 Reference<XPropertySet> xPropertySet(rIndex, UNO_QUERY); in ExportIndexStart() local
344 ExportTableOfContentStart(xPropertySet); in ExportIndexStart()
348 ExportIllustrationIndexStart(xPropertySet); in ExportIndexStart()
352 ExportAlphabeticalIndexStart(xPropertySet); in ExportIndexStart()
356 ExportTableIndexStart(xPropertySet); in ExportIndexStart()
360 ExportObjectIndexStart(xPropertySet); in ExportIndexStart()
364 ExportUserIndexStart(xPropertySet); in ExportIndexStart()
[all …]
H A DXMLAutoMarkFileContext.cxx83 Reference<XPropertySet> xPropertySet( in StartElement() local
85 if (xPropertySet.is()) in StartElement()
87 xPropertySet->setPropertyValue( sIndexAutoMarkFileURL, aAny ); in StartElement()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java611 …XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)… in getReferencedTables() local
612 int curtype = AnyConverter.toInt(xPropertySet.getPropertyValue("Type")); in getReferencedTables()
616 … String sreftablename = AnyConverter.toString(xPropertySet.getPropertyValue("ReferencedTable")); in getReferencedTables()
649 …XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)… in getKeyColumns() local
650 int curtype = AnyConverter.toInt(xPropertySet.getPropertyValue("Type")); in getKeyColumns()
653 … String scurreftablename = AnyConverter.toString(xPropertySet.getPropertyValue("ReferencedTable")); in getKeyColumns()
658 …ColumnsSupplier xColumnsSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, xPropertySet); in getKeyColumns()
/aoo42x/main/framework/test/
H A Dtest.cxx476 Reference< XPropertySet > xPropertySet( xDialog, UNO_QUERY ); in impl_testLoginDialog()
491 xPropertySet->setPropertyValue( DECLARE_ASCII("UserName" ), aUserName ); in impl_testLoginDialog()
492 xPropertySet->setPropertyValue( DECLARE_ASCII("Password" ), aPassword ); in impl_testLoginDialog()
493 xPropertySet->setPropertyValue( DECLARE_ASCII("Server" ), aServer ); in impl_testLoginDialog()
494 xPropertySet->setPropertyValue( DECLARE_ASCII("ConnectionType" ), aConnectionType ); in impl_testLoginDialog()
495 xPropertySet->setPropertyValue( DECLARE_ASCII("Compressed" ), aPort ); in impl_testLoginDialog()
524 xPropertySet->getPropertyValue( DECLARE_ASCII("UserName" ) ) >>= sUserName ; in impl_testLoginDialog()
525 xPropertySet->getPropertyValue( DECLARE_ASCII("Password" ) ) >>= sPassword ; in impl_testLoginDialog()
526 xPropertySet->getPropertyValue( DECLARE_ASCII("Server" ) ) >>= sServer ; in impl_testLoginDialog()
527 xPropertySet->getPropertyValue( DECLARE_ASCII("ConnectionType" ) ) >>= sConnectionType ; in impl_testLoginDialog()
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java80 …XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet… in raiseSaveAsDialog() local
81 String sTemplateUrl = (String) xPropertySet.getPropertyValue("Template_writable"); in raiseSaveAsDialog()
128 …XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet… in getWorkPath() local
129 sWorkUrl = (String) xPropertySet.getPropertyValue("Work"); in getWorkPath()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java158 … XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xPathInterface); in getOfficePath() local
164 Template_writable = (String) xPropertySet.getPropertyValue(sPath + "_writable"); in getOfficePath()
165 Template_internal = (String[]) xPropertySet.getPropertyValue(sPath + "_internal"); in getOfficePath()
166 Template_user = (String[]) xPropertySet.getPropertyValue(sPath + "_user"); in getOfficePath()
232 … XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xPathInterface); in getOfficePaths() local
237 Template_writable = (String) xPropertySet.getPropertyValue(_sPath + "_writable"); in getOfficePaths()
238 Template_internal = (String[]) xPropertySet.getPropertyValue(_sPath + "_internal"); in getOfficePaths()
239 Template_user = (String[]) xPropertySet.getPropertyValue(_sPath + "_user"); in getOfficePaths()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAuditing.java145 … XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xAddress); in _showInvalid() local
146 Object o = xPropertySet.getPropertyValue("Validation"); in _showInvalid()
149 xPropertySet.setPropertyValue("Validation", xValidation); in _showInvalid()
157 xPropertySet.setPropertyValue("Validation", xValidation); in _showInvalid()
/aoo42x/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1733 Reference< XPropertySet > xPropertySet; in lcl_ApplyResolverToNestedContainees() local
1736 xPropertySet = Reference< XPropertySet >( xControl->getModel(), UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1738 if ( !xPropertySet.is() ) in lcl_ApplyResolverToNestedContainees()
1744 Any aOldValue = xPropertySet->getPropertyValue( aPropName ); in lcl_ApplyResolverToNestedContainees()
1749 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1750 Reference< XPropertiesChangeListener > xListener( xPropertySet, UNO_QUERY ); in lcl_ApplyResolverToNestedContainees()
1754 xPropertySet->setPropertyValue( aPropName, xNewStringResourceResolver ); in lcl_ApplyResolverToNestedContainees()
1796 Reference< XPropertySet > xPropertySet( getModel(), UNO_QUERY ); in ImplUpdateResourceResolver() local
1797 if ( xPropertySet.is() ) in ImplUpdateResourceResolver()
1799 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in ImplUpdateResourceResolver()
[all …]
/aoo42x/main/sdext/source/presenter/
H A DPresenterSlidePreview.cxx269 Reference<beans::XPropertySet> xPropertySet (mxCurrentSlide, UNO_QUERY); in SetSlide() local
270 if (xPropertySet.is()) in SetSlide()
275 xPropertySet->getPropertyValue( in SetSlide()
277 xPropertySet->getPropertyValue( in SetSlide()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx445 uno::Reference< beans::XPropertySet > xPropertySet( xShape, uno::UNO_QUERY_THROW ); in setDefaultShapeProperties() local
446xPropertySet->setPropertyValue( rtl::OUString::createFromAscii( "FillStyle" ), uno::makeAny( rtl::… in setDefaultShapeProperties()
447xPropertySet->setPropertyValue( rtl::OUString::createFromAscii( "FillColor"), uno::makeAny( sal_In… in setDefaultShapeProperties()
448xPropertySet->setPropertyValue( rtl::OUString::createFromAscii( "TextWordWrap"), uno::makeAny( tex… in setDefaultShapeProperties()
456 uno::Reference< beans::XPropertySet > xPropertySet( xShape, uno::UNO_QUERY_THROW ); in setShape_NameProperty() local
459xPropertySet->setPropertyValue( rtl::OUString::createFromAscii( "Name" ), uno::makeAny( sName ) ); in setShape_NameProperty()
H A Dvbacommandbar.cxx44 uno::Reference< beans::XPropertySet > xPropertySet( m_xBarSettings, uno::UNO_QUERY_THROW ); in getName() local
45 uno::Any aName = xPropertySet->getPropertyValue( rtl::OUString::createFromAscii("UIName") ); in getName()
75 uno::Reference< beans::XPropertySet > xPropertySet( m_xBarSettings, uno::UNO_QUERY_THROW ); in setName() local
76xPropertySet->setPropertyValue( rtl::OUString::createFromAscii("UIName"), uno::makeAny( _name ) ); in setName()
H A Dvbacommandbarhelper.cxx182 uno::Reference< beans::XPropertySet > xPropertySet( xFrame, uno::UNO_QUERY_THROW ); in getLayoutManager() local
183 …uno::Reference< frame::XLayoutManager > xLayoutManager( xPropertySet->getPropertyValue( rtl::OUStr… in getLayoutManager()
192 …uno::Reference< beans::XPropertySet > xPropertySet( m_xDocCfgMgr->getSettings( sResourceUrl, sal_F… in hasToolbar() local
193xPropertySet->getPropertyValue( rtl::OUString::createFromAscii(ITEM_DESCRIPTOR_UINAME) ) >>= sUINa… in hasToolbar()
/aoo42x/main/cui/source/options/
H A Doptinet2.cxx475 … Reference< beans::XPropertySet > xPropertySet(m_xConfigurationUpdateAccess, UNO_QUERY_THROW ); in FillItemSet() local
486 xPropertySet->setPropertyValue(aProxyModePN, in FillItemSet()
493 xPropertySet->setPropertyValue( aHttpProxyPN, in FillItemSet()
500 xPropertySet->setPropertyValue( aHttpPortPN, in FillItemSet()
507 xPropertySet->setPropertyValue( aHttpsProxyPN, in FillItemSet()
514 xPropertySet->setPropertyValue( aHttpsPortPN, in FillItemSet()
521 xPropertySet->setPropertyValue( aFtpProxyPN, in FillItemSet()
528 xPropertySet->setPropertyValue( aFtpPortPN, in FillItemSet()
535 xPropertySet->setPropertyValue( aNoProxyDescPN, in FillItemSet()
/aoo42x/main/wizards/com/sun/star/wizards/text/
H A DTextStyleHandler.java77 XPropertySet xPropertySet = null; in getStyleByName() local
82xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xNameAccess.getByName(sStyleName)); in getStyleByName()
84 return xPropertySet; in getStyleByName()

Completed in 174 milliseconds

123456