/aoo42x/main/basctl/source/dlged/ |
H A D | dlgedobj.cxx | 373 if ( xPSet.is() ) in SetRectFromProps() 410 if ( xPSet.is() ) in SetPropsFromRect() 562 if (xPSet.is()) in GetStep() 671 if ( xPSet.is() ) in TabIndexChange() 945 if ( xPSet.is() ) in clonedFrom() 1073 if ( xPSet.is() ) in SetDefaults() 1402 if ( xPSet.is() ) in SetRectFromProps() 1644 aCtrl >>= xPSet; in UpdateTabIndices() 1645 if ( xPSet.is() ) in UpdateTabIndices() 1658 aCtrl >>= xPSet; in UpdateTabIndices() [all …]
|
H A D | dlgedfac.cxx | 95 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK() local 96 if (xPSet.is()) in IMPL_LINK() 99 xPSet->setPropertyValue( DLGED_PROP_DROPDOWN, uno::Any(&bB,::getBooleanCppuType())); in IMPL_LINK() 131 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK() local 132 if (xPSet.is()) in IMPL_LINK() 136 xPSet->setPropertyValue( DLGED_PROP_ORIENTATION, aValue ); in IMPL_LINK() 153 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK() local 154 if (xPSet.is()) in IMPL_LINK() 158 xPSet->setPropertyValue( DLGED_PROP_ORIENTATION, aValue ); in IMPL_LINK()
|
H A D | dlged.cxx | 437 Reference< ::com::sun::star::beans::XPropertySet > xPSet; in SetDialog() local 438 aCtrl >>= xPSet; in SetDialog() 439 if ( xPSet.is() ) in SetDialog() 440 xPSet->getPropertyValue( DLGED_PROP_TABINDEX ) >>= nTabIndex; in SetDialog() 562 if ( xPSet.is() ) in IMPL_LINK() 566 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidth; in IMPL_LINK() 567 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in IMPL_LINK() 1055 xPSet->setPropertyValue( DLGED_PROP_NAME, aUniqueName ); in Paste() 1135 if (xPSet.is()) in Delete() 1137 xPSet->getPropertyValue( DLGED_PROP_NAME ) >>= aName; in Delete() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 166 xPSet.setPropertyValue(PropertyName, PropertyValue); in setControlProperty() 207 return xPSet.getPropertyValue(PropertyName); in getControlProperty() 302 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertLabel() 329 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertButton() 348 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertCheckBox() 366 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertNumericField() 386 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertScrollBar() 423 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertEditField() 445 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertListBox() 465 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName); in insertComboBox() [all …]
|
H A D | WizardDialog.java | 253 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oRoadmap); in addRoadmap() local 254 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, "rdmNavi"); in addRoadmap()
|
H A D | FilterComponent.java | 221 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xControl.getModel()); in getControlName() local 222 return AnyConverter.toString(xPSet.getPropertyValue(PropertyNames.PROPERTY_NAME)); in getControlName()
|
/aoo42x/main/toolkit/workben/ |
H A D | unodialog.cxx | 165 uno::Reference< beans::XPropertySet > xPSet( xCtrl1, uno::UNO_QUERY ); in Main() local 168 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "PositionX" ) ), aValue ); in Main() 170 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "PositionY" ) ), aValue ); in Main() 172 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Width" ) ), aValue ); in Main() 174 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Height" ) ), aValue ); in Main() 176 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Label" ) ), aValue ); in Main() 196 xPSet = uno::Reference< beans::XPropertySet >( xCtrl2, uno::UNO_QUERY ); in Main() 198 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "PositionX" ) ), aValue ); in Main() 202 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Width" ) ), aValue ); in Main() 204 xPSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Height" ) ), aValue ); in Main() [all …]
|
H A D | controls.cxx | 191 XPropertySetRef xPSet( xModel, USR_QUERY ); in MouseButtonDown() local 192 xPSet->setPropertyValue( L"Text", UsrAny( UString( L"Hallo!" ) ) ); in MouseButtonDown() 193 xPSet->setPropertyValue( L"FontName", UsrAny( UString( L"Times New Roman" ) ) ); in MouseButtonDown() 247 xModel->queryInterface( XPropertySet::getSmartUik(), xPSet ); in MouseButtonDown() 248 xPSet->setPropertyValue( L"Label", UsrAny( L"Press!" ) ); in MouseButtonDown()
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | Helper.java | 64 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in setUnoPropertyValue() local 65 if (xPSet.getPropertySetInfo().hasPropertyByName(PropertyName)) in setUnoPropertyValue() 67 xPSet.setPropertyValue(PropertyName, PropertyValue); in setUnoPropertyValue() 71 Property[] selementnames = xPSet.getPropertySetInfo().getProperties(); in setUnoPropertyValue() 124 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue() local 125 Object oObject = xPSet.getPropertyValue(PropertyName); in getUnoPropertyValue() 200 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oUnoObject); in getUnoPropertyValue() local 202 return xPSet.getPropertyValue(PropertyName); in getUnoPropertyValue() 219 Object oObject = xPSet.getPropertyValue(PropertyName); in getUnoArrayPropertyValue() 240 if (xPSet.getPropertySetInfo().hasPropertyByName(PropertyName)) in getUnoStructValue() [all …]
|
H A D | NumberFormatter.java | 199 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, _xFormatObject); in setNumberFormat() local 200 if (xPSet.getPropertySetInfo().hasPropertyByName("FormatsSupplier")) in setNumberFormat() 201 …xPSet.setPropertyValue("FormatsSupplier", _oNumberFormatter.xNumberFormatter.getNumberFormatsSuppl… in setNumberFormat() 202 if (xPSet.getPropertySetInfo().hasPropertyByName("NumberFormat")) in setNumberFormat() 204 xPSet.setPropertyValue("NumberFormat", new Integer(NewFormatKey)); in setNumberFormat() 206 else if (xPSet.getPropertySetInfo().hasPropertyByName("FormatKey")) in setNumberFormat() 208 xPSet.setPropertyValue("FormatKey", new Integer(NewFormatKey)); in setNumberFormat()
|
/aoo42x/main/desktop/source/app/ |
H A D | appfirststart.cxx | 133 …Reference< XPropertySet > xPSet = impl_getConfigurationAccess( OUString( RTL_CONSTASCII_USTRINGPAR… in impl_isFirstStart() local 135 … Any result = xPSet->getPropertyValue(OUString::createFromAscii("FirstStartWizardCompleted")); in impl_isFirstStart() 209 …Reference< XPropertySet > xPSet = impl_getConfigurationAccess( OUString( RTL_CONSTASCII_USTRINGPAR… in impl_isLicenseAccepted() local 211 Any result = xPSet->getPropertyValue(OUString::createFromAscii("LicenseAcceptDate")); in impl_isLicenseAccepted() 297 …Reference< XPropertySet > xPSet = impl_getConfigurationAccess( OUString( RTL_CONSTASCII_USTRINGPAR… in DoRestartActionsIfNecessary() local 300 Any aRestart = xPSet->getPropertyValue( sPropName ); in DoRestartActionsIfNecessary() 304 xPSet->setPropertyValue( sPropName, makeAny( sal_False ) ); in DoRestartActionsIfNecessary() 305 Reference< util::XChangesBatch >( xPSet, UNO_QUERY_THROW )->commitChanges(); in DoRestartActionsIfNecessary() 327 …Reference< XPropertySet > xPSet = impl_getConfigurationAccess( OUString( RTL_CONSTASCII_USTRINGPAR… in SetRestartState() local 329 xPSet->setPropertyValue( sPropName, makeAny( sal_True ) ); in SetRestartState() [all …]
|
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextFieldHandler.java | 110 XPropertySet xPSet = createUserField(FieldName, FieldTitle); in insertUserField() local 111 xDepField.attachTextFieldMaster(xPSet); in insertUserField() 136 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oMaster); in createUserField() local 137 xPSet.setPropertyValue(PropertyNames.PROPERTY_NAME, FieldName); in createUserField() 138 xPSet.setPropertyValue("Content", FieldTitle); in createUserField() 143 return xPSet; in createUserField() 272 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oTextField); in updateDateFields() local 273 xPSet.setPropertyValue("IsFixed", Boolean.FALSE); in updateDateFields() 274 xPSet.setPropertyValue("DateTimeValue", dt); in updateDateFields() 295 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, oTextField); in fixDateFields() local [all …]
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrolbase.cxx | 55 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPSet( mxModel, ::com::… in ImplHasProperty() 56 if ( !xPSet.is() ) in ImplHasProperty() 58 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo = xPSet->getP… in ImplHasProperty() 101 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPSet( mxModel, ::com::… in ImplSetPropertyValue() 107 xPSet->setPropertyValue( aPropertyName, aValue ); in ImplSetPropertyValue() 122 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPSet( mxModel, ::com::… in ImplGetPropertyValue() 123 if ( xPSet.is() ) in ImplGetPropertyValue() 124 return xPSet->getPropertyValue( aPropertyName ); in ImplGetPropertyValue()
|
H A D | unocontrol.cxx | 1184 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1211 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1221 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1231 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1241 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1251 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1261 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1271 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1281 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1292 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() [all …]
|
H A D | unocontrolcontainer.cxx | 349 uno::Reference< beans::XPropertySet > xPSet in implUpdateVisibility() local 352 xInfo = xPSet->getPropertySetInfo(); in implUpdateVisibility() 357 uno::Any aVal = xPSet->getPropertyValue( aPropName ); in implUpdateVisibility() 784 uno::Reference< beans::XPropertySet > xPSet in createPeer() local 787 xInfo = xPSet->getPropertySetInfo(); in createPeer() 791 ::com::sun::star::uno::Any aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 801 xPSet->addPropertyChangeListener( aPropName, xListener ); in createPeer()
|
H A D | stdtabcontroller.cxx | 121 Reference< XPropertySet > xPSet( xCtrl->getModel(), UNO_QUERY ); in ImplCreateComponentSequence() local 122 Reference< XPropertySetInfo > xInfo = xPSet->getPropertySetInfo(); in ImplCreateComponentSequence() 124 *pTabs++ = xPSet->getPropertyValue( aTabStopName ); in ImplCreateComponentSequence()
|
/aoo42x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxDocument.java | 109 … XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xPageNumberField); in switchFooter() local 110 xPSet.setPropertyValue("SubType", PageNumberType.CURRENT); in switchFooter() 111 xPSet.setPropertyValue("NumberingType", new Short(NumberingType.ARABIC)); in switchFooter()
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 1215 … XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xControlModel); in textChanged() local 1216 String sName = (String) xPSet.getPropertyValue("Name"); in textChanged() 1220 String sText = (String) xPSet.getPropertyValue("Text"); in textChanged() 1242 … XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xControlModel); in up() local 1243 String sName = (String) xPSet.getPropertyValue("Name"); in up() 1247 double fvalue = AnyConverter.toDouble(xPSet.getPropertyValue("EffectiveValue")); in up() 1281 … XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xControlModel); in actionPerformed() local 1282 String sName = (String) xPSet.getPropertyValue("Name"); in actionPerformed()
|
/aoo42x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterDocument.java | 114 … XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xPageNumberField); in switchFooter() local 115 xPSet.setPropertyValue("SubType", PageNumberType.CURRENT); in switchFooter() 116 xPSet.setPropertyValue("NumberingType", new Short(NumberingType.ARABIC)); in switchFooter()
|
/aoo42x/main/xmlscript/source/xmlflat_imexp/ |
H A D | xmlbas_export.cxx | 255 Reference< beans::XPropertySet > xPSet( m_xModel, UNO_QUERY ); in filter() local 256 if ( xPSet.is() ) in filter() 257 …xPSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BasicLibraries" ) ) ) >>= … in filter()
|
H A D | xmlbas_import.cxx | 586 Reference< beans::XPropertySet > xPSet( m_xModel, UNO_QUERY ); in startRootElement() local 587 if ( xPSet.is() ) in startRootElement() 588 …xPSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BasicLibraries" ) ) ) >>= … in startRootElement()
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | DBMetaData.java | 606 … XPropertySet xPSet = UnoRuntime.queryInterface( XPropertySet.class, m_dataSource ); in getConnection() local 607 if (xPSet != null) in getConnection() 609 … DataSourceName = AnyConverter.toString(xPSet.getPropertyValue(PropertyNames.PROPERTY_NAME)); in getConnection() 841 XPropertySet xPSet = UnoRuntime.queryInterface( XPropertySet.class, oQuery ); in createQuery() local 844 xPSet.setPropertyValue(PropertyNames.COMMAND, s); in createQuery()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 1509 Reference < XPropertySet > xPSet( xAutoStyle, uno::UNO_QUERY ); in collectTextAutoStylesOptimized() local 1510 Add( nFamily, xPSet, 0, true ); in collectTextAutoStylesOptimized() 1604 Reference < XPropertySet > xPSet( xSection, uno::UNO_QUERY ); in collectTextAutoStylesOptimized() local 1605 Add( XML_STYLE_FAMILY_TEXT_SECTION, xPSet ); in collectTextAutoStylesOptimized()
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 1626 Reference< beans::XPropertySet > xPSet( mxModel, UNO_QUERY ); in _ExportScripts() local 1627 if ( xPSet.is() ) in _ExportScripts() 1628 … xPSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BasicLibraries" ) ) ); in _ExportScripts()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 1023 const css::uno::Reference<css::beans::XPropertySet> xPSet(m_xUserDefined, in updateUserDefinedAndAttributes() local 1026 udStringsAttrs( propsToStrings(xPSet) ); in updateUserDefinedAndAttributes()
|