| /aoo4110/main/wizards/com/sun/star/wizards/document/ | 
| H A D | Control.java | 49     public XPropertySet xPropertySet;  field in Control100             XPropertySetInfo xPSI = xPropertySet.getPropertySetInfo();  in createControl()
 243             if (xPropertySet.getPropertySetInfo().hasPropertyByName("Text"))  in getPreferredSize()
 245                 xPropertySet.setPropertyValue("Text", sText);  in getPreferredSize()
 266         if (xPropertySet.getPropertySetInfo().hasPropertyByName(_sPropertyName))  in setPropertyValue()
 268             xPropertySet.setPropertyValue(_sPropertyName, _aPropertyValue);  in setPropertyValue()
 290                 Object oValue = xPropertySet.getPropertyValue("EffectiveMax");  in getPeerSize()
 315                 xPropertySet.setPropertyValue("Date", com.sun.star.uno.Any.VOID);  in getPeerSize()
 321                 xPropertySet.setPropertyValue("Time", com.sun.star.uno.Any.VOID);  in getPeerSize()
 335                 xPropertySet.setPropertyValue("Text", stext);  in getPeerSize()
 [all …]
 
 | 
| H A D | DatabaseControl.java | 206                 xPropertySet.setPropertyValue("TreatAsNumber", Boolean.TRUE);  in setNumericLimits()225                         xPropertySet.setPropertyValue("EffectiveMax", new Double(Long.MAX_VALUE));  in setNumericLimits()
 226                         xPropertySet.setPropertyValue("EffectiveMin", new Double(Long.MIN_VALUE));  in setNumericLimits()
 229 …                      xPropertySet.setPropertyValue("EffectiveMax", new Double(Integer.MAX_VALUE));  in setNumericLimits()
 230 …                      xPropertySet.setPropertyValue("EffectiveMin", new Double(Integer.MIN_VALUE));  in setNumericLimits()
 233                         xPropertySet.setPropertyValue("EffectiveMax", new Double(Short.MAX_VALUE));  in setNumericLimits()
 234                         xPropertySet.setPropertyValue("EffectiveMin", new Double(Short.MIN_VALUE));  in setNumericLimits()
 237                         xPropertySet.setPropertyValue("EffectiveMax", new Double(127));  in setNumericLimits()
 238                         xPropertySet.setPropertyValue("EffectiveMin", new Double(-128));  in setNumericLimits()
 253 …             xPropertySet.setPropertyValue("ScaleMode", com.sun.star.awt.ImageScaleMode.ISOTROPIC);  in setNumericLimits()
 
 | 
| /aoo4110/main/xmloff/source/text/ | 
| H A D | txtfldi.cxx | 867 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument946 		xPropertySet->getPropertySetInfo());  in PrepareField()
 1517 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 1569 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 1634 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 1921 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 2020 		xPropertySet->getPropertySetInfo());  in PrepareField()
 2086 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 2329 		xPropertySet->getPropertySetInfo());  in PrepareField()
 2534 	if (xPropertySet->getPropertySetInfo()->  in PrepareField()
 [all …]
 
 | 
| H A D | txtvfldi.cxx | 215 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument265 	if (xPropertySet->getPropertySetInfo()->  in PrepareField()
 284 	aValueHelper.PrepareField(xPropertySet);  in PrepareField()
 436 	const Reference<XPropertySet> & xPropertySet)   in PrepareField()  argument
 483 		const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 520 		const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 582 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 615 		const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 652 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 688 	const Reference<XPropertySet> & xPropertySet)  in PrepareField()  argument
 [all …]
 
 | 
| /aoo4110/main/xmloff/inc/ | 
| H A D | txtfldi.hxx | 255 		::com::sun::star::beans::XPropertySet> & xPropertySet);290 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 327 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 370 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 425 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 461 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 510 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 571 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 599 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 629 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 [all …]
 
 | 
| H A D | txtvfldi.hxx | 102 		::com::sun::star::beans::XPropertySet> & xPropertySet);210 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 243 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 266 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 287 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 363 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 389 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 425 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 462 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 573 		::com::sun::star::beans::XPropertySet> & xPropertySet);
 
 | 
| /aoo4110/main/sdext/source/minimizer/ | 
| H A D | unodialog.cxx | 226 		Reference< XPropertySet > xPropertySet( xButtonModel, UNO_QUERY_THROW );  in insertButton()  local227 		xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertButton()
 252 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertFixedText()
 270 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertCheckBox()
 288 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertFormattedField()
 306 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertComboBox()
 324 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertRadioButton()
 342 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertListBox()
 360 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) );  in insertImage()
 378 			xPropertySet->setPropertyValue( rPropertyName, rPropertyValue );  in setControlProperty()
 [all …]
 
 | 
| H A D | optimizerdialog.cxx | 143 		xPropertySet->setPropertyValue( TKGet( TK_ImageURL ), Any( sBitmap ) );  in InitRoadmap()163 		Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY_THROW );  in InsertRoadmapItem()  local
 164 		xPropertySet->setPropertyValue( TKGet( TK_Label ), Any( rLabel ) );  in InsertRoadmapItem()
 165 		xPropertySet->setPropertyValue( TKGet( TK_Enabled ), Any( bEnabled ) );  in InsertRoadmapItem()
 166 		xPropertySet->setPropertyValue( TKGet( TK_ID ), Any( nItemID ) );  in InsertRoadmapItem()
 420 			xPropertySet->getPropertyValue( TKGet( TK_Name ) ) >>= aControlName;  in itemStateChanged()
 431 					if ( xPropertySet->getPropertyValue( TKGet( TK_State ) ) >>= nState )  in itemStateChanged()
 437 					if ( xPropertySet->getPropertyValue( TKGet( TK_State ) ) >>= nState )  in itemStateChanged()
 443 					if ( xPropertySet->getPropertyValue( TKGet( TK_State ) ) >>= nState )  in itemStateChanged()
 454 					if ( xPropertySet->getPropertyValue( TKGet( TK_State ) ) >>= nInt16 )  in itemStateChanged()
 [all …]
 
 | 
| /aoo4110/main/toolkit/source/controls/ | 
| H A D | roadmapcontrol.cxx | 207         Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY );  in SetRMItemDefaultProperties()  local239                 Reference< XPropertySet > xPropertySet( CurRoadmapItem, UNO_QUERY );  in GetUniqueID()  local
 286         sal_Int16 n_CurrentItemID = GetCurrentItemID( xPropertySet );  in insertByIndex()
 307         sal_Int16 n_CurrentItemID = GetCurrentItemID( xPropertySet );  in removeByIndex()
 427 		Reference < XPropertySet > xPropertySet( xPeer, UNO_QUERY );  in elementInserted()  local
 428         if ( xPropertySet.is() )  in elementInserted()
 429 		    xPropertySet->addPropertyChangeListener( rtl::OUString(), this );  in elementInserted()
 441     Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY );  in elementRemoved()  local
 442 	if ( xPropertySet.is() )  in elementRemoved()
 443         xPropertySet->removePropertyChangeListener( rtl::OUString(), this );  in elementRemoved()
 [all …]
 
 | 
| /aoo4110/main/wizards/com/sun/star/wizards/db/ | 
| H A D | ColumnPropertySet.java | 37     public XPropertySet xPropertySet;  field in ColumnPropertySet43         xPropertySet = _xPropertySet;  in ColumnPropertySet()
 83                 xPropertySet.setPropertyValue("Precision", precision);  in assignPropertyValues()
 137             return ((Integer) xPropertySet.getPropertyValue("Precision")).intValue();  in getPrecision()
 168                 xPropertySet.setPropertyValue("Type", new Integer(nType));  in assignPropertyValue()
 175                     xPropertySet.setPropertyValue(PropertyNames.PROPERTY_NAME, sName);  in assignPropertyValue()
 181                 nScale = oTypeInspector.getScale(xPropertySet);  in assignPropertyValue()
 182                 xPropertySet.setPropertyValue("Scale", new Integer(nScale));  in assignPropertyValue()
 188                 xPropertySet.setPropertyValue("IsNullable", new Integer(nNullability));  in assignPropertyValue()
 193                 xPropertySet.setPropertyValue("TypeName", sTypeName);  in assignPropertyValue()
 [all …]
 
 | 
| /aoo4110/main/chart2/source/model/main/ | 
| H A D | DataSeries.cxx | 194     if( ( aValue >>= xPropertySet )  in DataSeries()195         && xPropertySet.is())  in DataSeries()
 199     if( ( aValue >>= xPropertySet )  in DataSeries()
 200         && xPropertySet.is())  in DataSeries()
 223     if( ( aValue >>= xPropertySet )  in Init()
 224         && xPropertySet.is())  in Init()
 228     if( ( aValue >>= xPropertySet )  in Init()
 229         && xPropertySet.is())  in Init()
 246         if( ( aValue >>= xPropertySet )  in ~DataSeries()
 247             && xPropertySet.is())  in ~DataSeries()
 [all …]
 
 | 
| H A D | DataPoint.cxx | 123     Reference< beans::XPropertySet > xPropertySet;  in DataPoint()  local127     if( ( aValue >>= xPropertySet )  in DataPoint()
 128         && xPropertySet.is())  in DataPoint()
 129         ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder );  in DataPoint()
 132     if( ( aValue >>= xPropertySet )  in DataPoint()
 133         && xPropertySet.is())  in DataPoint()
 144         Reference< beans::XPropertySet > xPropertySet;  in ~DataPoint()  local
 148         if( ( aValue >>= xPropertySet )  in ~DataPoint()
 149             && xPropertySet.is())  in ~DataPoint()
 153         if( ( aValue >>= xPropertySet )  in ~DataPoint()
 [all …]
 
 | 
| /aoo4110/main/chart2/source/model/template/ | 
| H A D | CandleStickChartType.cxx | 180     Reference< beans::XPropertySet > xPropertySet;  in CandleStickChartType()  local184     if( ( aValue >>= xPropertySet )  in CandleStickChartType()
 185         && xPropertySet.is())  in CandleStickChartType()
 186         ModifyListenerHelper::addListener( xPropertySet, m_xModifyEventForwarder );  in CandleStickChartType()
 189     if( ( aValue >>= xPropertySet )  in CandleStickChartType()
 190         && xPropertySet.is())  in CandleStickChartType()
 198         Reference< beans::XPropertySet > xPropertySet;  in ~CandleStickChartType()  local
 202         if( ( aValue >>= xPropertySet )  in ~CandleStickChartType()
 203             && xPropertySet.is())  in ~CandleStickChartType()
 207         if( ( aValue >>= xPropertySet )  in ~CandleStickChartType()
 [all …]
 
 | 
| /aoo4110/main/wizards/com/sun/star/wizards/form/ | 
| H A D | StyleApplier.java | 283 …           oGridControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue);  in changeBorderLayouts()295 …                    XPropertySet xPropertySet = oTimeStampControl.getControlofGroupShapeByIndex(i);  in changeBorderLayouts()  local
 298 …                        xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue);  in changeBorderLayouts()
 409     private void setDBControlColors(XPropertySet xPropertySet, int[] _iStyleColors)  in setDBControlColors()  argument
 413             if (xPropertySet.getPropertySetInfo().hasPropertyByName("TextColor"))  in setDBControlColors()
 417                     xPropertySet.setPropertyValue("TextColor", Integer.decode("#00000"));  in setDBControlColors()
 420             if (xPropertySet.getPropertySetInfo().hasPropertyByName("BackgroundColor"))  in setDBControlColors()
 422                 xPropertySet.setPropertyValue("BackgroundColor", Integer.decode("#DDDDDD"));  in setDBControlColors()
 461 …                    XPropertySet xPropertySet = oTimeStampControl.getControlofGroupShapeByIndex(i);  in applyDBControlProperties()  local
 462                                     setDBControlColors(xPropertySet, _iStyleColors);  in applyDBControlProperties()
 [all …]
 
 | 
| /aoo4110/main/odk/examples/java/Text/ | 
| H A D | HardFormatting.java | 71             com.sun.star.beans.XPropertySet xPropertySet = null;  in main()  local76             xPropertySet = (com.sun.star.beans.XPropertySet)  in main()
 96             xPropertySet = (com.sun.star.beans.XPropertySet)  in main()
 101                 +xPropertySet.getPropertyValue("ParaStyleName").toString()  in main()
 103                 + xPropertySet.getPropertyValue("CharFontName").toString()  in main()
 105                 + xPropertySet.getPropertyValue("CharWeight").toString() );  in main()
 111             xPropertySet = (com.sun.star.beans.XPropertySet)  in main()
 114             xPropertySet.setPropertyValue("CharWeight",  in main()
 120                 + xPropertySet.getPropertyValue("ParaStyleName").toString()  in main()
 122                 + xPropertySet.getPropertyValue("CharFontName").toString()  in main()
 [all …]
 
 | 
| H A D | StyleCreation.java | 75             com.sun.star.beans.XPropertySet xPropertySet =  in main()  local81             xPropertySet.setPropertyValue("CharFontName", new String( "Helvetica" ) );  in main()
 84             xPropertySet.setPropertyValue("CharHeight", new Float( 36 ) );  in main()
 87             xPropertySet.setPropertyValue("CharWeight",  in main()
 91             xPropertySet.setPropertyValue("CharAutoKerning", new Boolean( true ) );  in main()
 93             xPropertySet.setPropertyValue("ParaAdjust",  in main()
 97             xPropertySet.setPropertyValue("ParaFirstLineIndent", new Integer( 0 ) );  in main()
 100             xPropertySet.setPropertyValue("BreakType",  in main()
 105             xParaStyleCollection.insertByName( "myheading", xPropertySet );  in main()
 
 | 
| /aoo4110/main/framework/source/application/ | 
| H A D | login.cxx | 156 	Reference< XPropertySet >	xPropertySet( xLoginDialog												, UNO_QUERY );  in Main()  local162 			( xPropertySet.is()			==	sal_True	)	&&  in Main()
 171             xPropertySet->setPropertyValue( PROPERTYNAME_PARENTWINDOW, aParentWindow );  in Main()
 176 		xPropertySet->setPropertyValue( PROPERTYNAME_CONNECTIONTYPE, aConnectionType );  in Main()
 192 			xPropertySet->getPropertyValue( PROPERTYNAME_USERNAME		) >>= sUserName 		;  in Main()
 193 			xPropertySet->getPropertyValue( PROPERTYNAME_PASSWORD		) >>= sPassword 		;  in Main()
 194 			xPropertySet->getPropertyValue( PROPERTYNAME_SERVER			) >>= sServer   		;  in Main()
 195 			xPropertySet->getPropertyValue( PROPERTYNAME_CONNECTIONTYPE	) >>= sConnectionType	;  in Main()
 198 				xPropertySet->getPropertyValue( sConnectionType ) >>= nPort;  in Main()
 
 | 
| /aoo4110/main/sc/source/filter/xml/ | 
| H A D | XMLCalculationSettingsContext.cxx | 141 		uno::Reference <beans::XPropertySet> xPropertySet (GetScImport().GetModel(), uno::UNO_QUERY);  in EndElement()  local142 		if (xPropertySet.is())  in EndElement()
 144 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_CALCASSHOWN)), uno…  in EndElement()
 145 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_IGNORECASE)), uno:…  in EndElement()
 146 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_LOOKUPLABELS)), un…  in EndElement()
 147 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_MATCHWHOLE)), uno:…  in EndElement()
 148 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_REGEXENABLED)), un…  in EndElement()
 149 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERENABLED)), uno…  in EndElement()
 150 …xPropertySet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERCOUNT)), uno:…  in EndElement()
 151 …xPropertySet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITEREPSILON)), un…  in EndElement()
 [all …]
 
 | 
| H A D | XMLExportDatabaseRanges.cxx | 79 		uno::Reference <beans::XPropertySet> xPropertySet (rExport.GetModel(), uno::UNO_QUERY);  in GetEmptyDatabaseRanges()  local80 		if (xPropertySet.is())  in GetEmptyDatabaseRanges()
 281 		uno::Reference <beans::XPropertySet> xPropertySet (xSheetFilterDescriptor, uno::UNO_QUERY);  in WriteFilterDescriptor()  local
 282 		if (xPropertySet.is())  in WriteFilterDescriptor()
 284 …if (::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_U…  in WriteFilterDescriptor()
 306 …if (::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_U…  in WriteFilterDescriptor()
 527 			uno::Reference <beans::XPropertySet> xPropertySet (xSubTotalDescriptor, uno::UNO_QUERY);  in WriteSubTotalDescriptor()  local
 531 			if (xPropertySet.is())  in WriteSubTotalDescriptor()
 535 …if (::cppu::any2bool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_U…  in WriteSubTotalDescriptor()
 597 		uno::Reference <beans::XPropertySet> xPropertySet (xSpreadDoc, uno::UNO_QUERY);  in WriteDatabaseRanges()  local
 [all …]
 
 | 
| H A D | xmlcelli.cxx | 524 			if (xPropertySet.is())  in SetContentValidation()529 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRTITLE)), un…  in SetContentValidation()
 531 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPMESS)), uno…  in SetContentValidation()
 533 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPTITLE)), un…  in SetContentValidation()
 534 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWERR)), uno…  in SetContentValidation()
 536 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_TYPE)), uno::m…  in SetContentValidation()
 537 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_IGNOREBL)), un…  in SetContentValidation()
 538 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWLIST)), un…  in SetContentValidation()
 539 …xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRALSTY)), un…  in SetContentValidation()
 540 				uno::Reference<sheet::XSheetCondition> xCondition(xPropertySet, uno::UNO_QUERY);  in SetContentValidation()
 [all …]
 
 | 
| /aoo4110/test/testuno/source/fvt/uno/sw/ | 
| H A D | DocumentTest.java | 103 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso…  in testNewDocumentFromTemplate()  local104 		String paraStyle = (String)xPropertySet.getPropertyValue("ParaStyleName");		  in testNewDocumentFromTemplate()
 121 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso…  in testSaveDocument()  local
 122 		xPropertySet.setPropertyValue("ParaStyleName", "Heading 1");				  in testSaveDocument()
 130 		xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCursor);				  in testSaveDocument()
 131 …Equals("Modify plain text to heading 1 style. ", "Heading 1", (String)xPropertySet.getPropertyValu…  in testSaveDocument()
 146 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso…  in testSaveAsDocument()  local
 148 		xPropertySet.setPropertyValue("ParaStyleName", "Heading 1");  in testSaveAsDocument()
 198 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso…  in testSaveAsTemplate()  local
 200 		xPropertySet.setPropertyValue("ParaStyleName", "Heading 1");		  in testSaveAsTemplate()
 
 | 
| /aoo4110/main/sw/qa/complex/checkColor/ | 
| H A D | CheckChangeColor.java | 63 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPageStyl…  in checkChangeColor()  local67             Any.complete(xPropertySet.getPropertyValue("BackColor")));  in checkChangeColor()
 70             Any.complete(xPropertySet.getPropertyValue("IsLandscape")));  in checkChangeColor()
 73             Any.complete(xPropertySet.getPropertyValue("Size")).getType());  in checkChangeColor()
 75         xPropertySet.setPropertyValue("BackColor", 0xFF000000);  in checkChangeColor()
 76         xPropertySet.setPropertyValue("IsLandscape", true);  in checkChangeColor()
 79             Any.complete(xPropertySet.getPropertyValue("BackColor")));  in checkChangeColor()
 82             Any.complete(xPropertySet.getPropertyValue("IsLandscape")));  in checkChangeColor()
 
 | 
| /aoo4110/main/wizards/com/sun/star/wizards/table/ | 
| H A D | FieldDescription.java | 43     private XPropertySet xPropertySet;  field in FieldDescription114             if (xPropertySet.getPropertySetInfo().hasPropertyByName(_propertyname))  in propertyexists()
 116                 Object oValue = xPropertySet.getPropertyValue(_propertyname);  in propertyexists()
 131             xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, _xNameAccessFieldNode);  in setFieldProperties()
 139 …aPropertyValues.addElement(Properties.createProperty("Type", xPropertySet.getPropertyValue("Type")…  in setFieldProperties()
 143 …aPropertyValues.addElement(Properties.createProperty("Scale", xPropertySet.getPropertyValue("Scale…  in setFieldProperties()
 148 …aPropertyValues.addElement(Properties.createProperty("Precision", xPropertySet.getPropertyValue("P…  in setFieldProperties()
 153 …aPropertyValues.addElement(Properties.createProperty("DefaultValue", xPropertySet.getPropertyValue…  in setFieldProperties()
 
 | 
| /aoo4110/main/chart2/source/controller/itemsetwrapper/ | 
| H A D | DataPointItemConverter.cxx | 107 … SfxItemSet & rItemSet, const uno::Reference< beans::XPropertySet > & xPropertySet, bool bOverwrit…  in lcl_NumberFormatFromItemToPropertySet()  argument110     if( !xPropertySet.is() )  in lcl_NumberFormatFromItemToPropertySet()
 135     uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) );  in lcl_NumberFormatFromItemToPropertySet()
 138         Reference< chart2::XDataSeries > xSeries( xPropertySet, uno::UNO_QUERY);  in lcl_NumberFormatFromItemToPropertySet()
 148         xPropertySet->setPropertyValue(aPropertyName, aValue );  in lcl_NumberFormatFromItemToPropertySet()
 154 … SfxItemSet & rItemSet, const uno::Reference< beans::XPropertySet > & xPropertySet, bool bOverwrit…  in lcl_UseSourceFormatFromItemToPropertySet()  argument
 157     if( !xPropertySet.is() )  in lcl_UseSourceFormatFromItemToPropertySet()
 182     uno::Any aOldValue( xPropertySet->getPropertyValue(aPropertyName) );  in lcl_UseSourceFormatFromItemToPropertySet()
 185         Reference< chart2::XDataSeries > xSeries( xPropertySet, uno::UNO_QUERY);  in lcl_UseSourceFormatFromItemToPropertySet()
 195         xPropertySet->setPropertyValue( aPropertyName, aNewValue );  in lcl_UseSourceFormatFromItemToPropertySet()
 
 | 
| /aoo4110/main/framework/source/uifactory/ | 
| H A D | factoryconfiguration.cxx | 311     Reference< XPropertySet > xPropertySet;  in impl_getElementProps()  local312     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()
 
 |