Home
last modified time | relevance | path

Searched refs:xPropertySet (Results 1 – 25 of 126) sorted by relevance

123456

/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx867 const Reference<XPropertySet> & xPropertySet) in PrepareField() argument
946 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 Dtxtvfldi.cxx215 const Reference<XPropertySet> & xPropertySet) in PrepareField() argument
265 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 …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java49 public XPropertySet xPropertySet; field in Control
100 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 DDatabaseControl.java206 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()
229xPropertySet.setPropertyValue("EffectiveMax", new Double(Integer.MAX_VALUE)); in setNumericLimits()
230xPropertySet.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()
253xPropertySet.setPropertyValue("ScaleMode", com.sun.star.awt.ImageScaleMode.ISOTROPIC); in setNumericLimits()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx255 ::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 Dtxtvfldi.hxx102 ::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);
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx226 Reference< XPropertySet > xPropertySet( xButtonModel, UNO_QUERY_THROW ); in insertButton() local
227 xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertButton()
252xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFixedText()
270xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertCheckBox()
288xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFormattedField()
306xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertComboBox()
324xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertRadioButton()
342xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertListBox()
360xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertImage()
378 xPropertySet->setPropertyValue( rPropertyName, rPropertyValue ); in setControlProperty()
[all …]
H A Doptimizerdialog.cxx143 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 …]
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx207 Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY ); in SetRMItemDefaultProperties() local
239 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 …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java37 public XPropertySet xPropertySet; field in ColumnPropertySet
43 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 …]
/trunk/main/chart2/source/model/main/
H A DDataSeries.cxx194 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 DDataPoint.cxx123 Reference< beans::XPropertySet > xPropertySet; in DataPoint() local
127 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 …]
/trunk/main/chart2/source/model/template/
H A DCandleStickChartType.cxx180 Reference< beans::XPropertySet > xPropertySet; in CandleStickChartType() local
184 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 …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java283 … oGridControl.xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts()
295 … XPropertySet xPropertySet = oTimeStampControl.getControlofGroupShapeByIndex(i); in changeBorderLayouts() local
298xPropertySet.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 …]
/trunk/main/odk/examples/java/Text/
H A DHardFormatting.java71 com.sun.star.beans.XPropertySet xPropertySet = null; in main() local
76 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 DStyleCreation.java75 com.sun.star.beans.XPropertySet xPropertySet = in main() local
81 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()
/trunk/main/sc/source/filter/xml/
H A DXMLCalculationSettingsContext.cxx141 uno::Reference <beans::XPropertySet> xPropertySet (GetScImport().GetModel(), uno::UNO_QUERY); in EndElement() local
142 if (xPropertySet.is()) in EndElement()
144xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_CALCASSHOWN)), uno… in EndElement()
145xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_IGNORECASE)), uno:… in EndElement()
146xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_LOOKUPLABELS)), un… in EndElement()
147xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_MATCHWHOLE)), uno:… in EndElement()
148xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_REGEXENABLED)), un… in EndElement()
149xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERENABLED)), uno… in EndElement()
150xPropertySet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITERCOUNT)), uno:… in EndElement()
151xPropertySet->setPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ITEREPSILON)), un… in EndElement()
[all …]
H A DXMLExportDatabaseRanges.cxx79 uno::Reference <beans::XPropertySet> xPropertySet (rExport.GetModel(), uno::UNO_QUERY); in GetEmptyDatabaseRanges() local
80 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 Dxmlcelli.cxx524 if (xPropertySet.is()) in SetContentValidation()
529xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRTITLE)), un… in SetContentValidation()
531xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPMESS)), uno… in SetContentValidation()
533xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_INPTITLE)), un… in SetContentValidation()
534xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWERR)), uno… in SetContentValidation()
536xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_TYPE)), uno::m… in SetContentValidation()
537xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_IGNOREBL)), un… in SetContentValidation()
538xPropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWLIST)), un… in SetContentValidation()
539xPropertySet->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 …]
/trunk/main/framework/source/application/
H A Dlogin.cxx156 Reference< XPropertySet > xPropertySet( xLoginDialog , UNO_QUERY ); in Main() local
162 ( 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()
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java103 …XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextCurso… in testNewDocumentFromTemplate() local
104 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()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java43 private XPropertySet xPropertySet; field in FieldDescription
114 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()
/trunk/main/sw/qa/complex/checkColor/
H A DCheckChangeColor.java63 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xPageStyl… in checkChangeColor() local
67 Any.complete(xPropertySet.getPropertyValue("IsLandscape"))); in checkChangeColor()
70 Any.complete(xPropertySet.getPropertyValue("Size")).getType()); in checkChangeColor()
72 xPropertySet.setPropertyValue("BackColor", 0xFF000000); in checkChangeColor()
73 xPropertySet.setPropertyValue("IsLandscape", true); in checkChangeColor()
76 Any.complete(xPropertySet.getPropertyValue("BackColor"))); in checkChangeColor()
79 Any.complete(xPropertySet.getPropertyValue("IsLandscape"))); in checkChangeColor()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx107 … SfxItemSet & rItemSet, const uno::Reference< beans::XPropertySet > & xPropertySet, bool bOverwrit… in lcl_NumberFormatFromItemToPropertySet() argument
110 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()
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx208 Reference< XPropertySet > xPropertySet; in implHandleControlResourceProperties() local
209 aControlAny >>= xPropertySet; in implHandleControlResourceProperties()
210 if( xPropertySet.is() ) in implHandleControlResourceProperties()
267 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
284 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
340 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
378 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
462 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
490 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
566 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
[all …]

Completed in 179 milliseconds

123456