Home
last modified time | relevance | path

Searched refs:XPropertySet (Results 251 – 275 of 3110) sorted by relevance

1...<<11121314151617181920>>...125

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellSearchObj.csv15 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
16 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
17 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
18 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
19 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
20 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
21 "ScCellSearchObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.ScSubTotalDescriptorBase.csv15 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
16 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
17 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
18 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
19 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
20 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
21 "ScSubTotalDescriptorBase";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.ScSpreadsheetSettings.csv1 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
2 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
3 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
4 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
5 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
6 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
7 "ScSpreadsheetSettings";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.ScSpreadsheetSettingsObj.csv1 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
2 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
3 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
4 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
5 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
6 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
7 "ScSpreadsheetSettingsObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.ScTableValidationObj.csv19 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
20 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
21 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
22 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
23 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
24 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
25 "ScTableValidationObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx220 uno::Reference<beans::XPropertySet> xProp(xDataSequence, uno::UNO_QUERY ); in VDataSeries()
269 uno::Reference<beans::XPropertySet> xProp(xDataSeries, uno::UNO_QUERY ); in VDataSeries()
548 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( nPointIndex )); in hasExplicitNumberFormat()
742 const uno::Reference< beans::XPropertySet >& xProp ) in getSymbolPropertiesFromPropertySet()
816 uno::Reference< beans::XPropertySet > xErrorBarProp; in getYErrorBarProperties()
818 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( index )); in getYErrorBarProperties()
857 Reference< beans::XPropertySet > xSeriesProp( this->getPropertiesOfSeries() ); in isVaryColorsByPoint()
870 uno::Reference< beans::XPropertySet > VDataSeries::getPropertiesOfSeries() const in getPropertiesOfSeries()
872 return uno::Reference<beans::XPropertySet>(m_xDataSeries, uno::UNO_QUERY ); in getPropertiesOfSeries()
876 const uno::Reference< beans::XPropertySet >& xProp ) in getDataPointLabelFromPropertySet()
[all …]
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx207 Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY ); in SetRMItemDefaultProperties()
208 Reference< XPropertySet > xProps( xRoadmapItem, UNO_QUERY ); in SetRMItemDefaultProperties()
239 Reference< XPropertySet > xPropertySet( CurRoadmapItem, UNO_QUERY ); in GetUniqueID()
264 sal_Int16 UnoControlRoadmapModel::GetCurrentItemID( Reference< XPropertySet > xPropertySet ) in GetCurrentItemID()
285 …Reference< XPropertySet > xPropertySet( (XAggregation*) (::cppu::OWeakAggObject*)this, UNO_QUERY ); in insertByIndex()
306 …Reference< XPropertySet > xPropertySet( (XAggregation*) (::cppu::OWeakAggObject*)this, UNO_QUERY ); in removeByIndex()
344 Type aType = getCppuType( ( Reference< XPropertySet>* ) NULL ); in getElementType()
419 Reference< XPropertySet > xRoadmapPropertySet( xRoadmapItem, UNO_QUERY ); in elementInserted()
427 Reference < XPropertySet > xPropertySet( xPeer, UNO_QUERY ); in elementInserted()
441 Reference< XPropertySet > xPropertySet( xRoadmapItem, UNO_QUERY ); in elementRemoved()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx83 …opertySetDefaulted(const Sequence< ::rtl::OUString>& _aNames,const Reference<XPropertySet>& _xProp) in lcl_isPropertySetDefaulted()
169 ,Reference<XPropertySet>& _xTableDefinition in lcl_createDefintionObject()
207 Reference<XPropertySet> xTableDefinition; in createObject()
255 Reference<XPropertySet> xDest(xRet,UNO_QUERY); in createObject()
269 Reference< XPropertySet > OTableContainer::createDescriptor() in createDescriptor()
272 Reference< XPropertySet > xRet; in createDescriptor()
295 …iner::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor ) in appendObject()
339 Reference<XPropertySet> xTableDefinition; in appendObject()
351 Reference<XPropertySet> xProp = xFac->createDataDescriptor(); in appendObject()
359 Reference<XPropertySet> xColumn(xNames->getByName(*pIter),UNO_QUERY); in appendObject()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OHiddenModel.csv14 "OHiddenModel";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
15 "OHiddenModel";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
16 "OHiddenModel";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
17 "OHiddenModel";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
18 "OHiddenModel";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
19 "OHiddenModel";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
20 "OHiddenModel";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChartGrid.csv15 "ChartGrid";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
16 "ChartGrid";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
17 "ChartGrid";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
18 "ChartGrid";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
19 "ChartGrid";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
20 "ChartGrid";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
21 "ChartGrid";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.ChartLine.csv15 "ChartLine";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
16 "ChartLine";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
17 "ChartLine";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
18 "ChartLine";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
19 "ChartLine";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
20 "ChartLine";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
21 "ChartLine";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXPresentation.csv16 "SdXPresentation";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
17 "SdXPresentation";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
18 "SdXPresentation";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
19 "SdXPresentation";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
20 "SdXPresentation";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
21 "SdXPresentation";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
22 "SdXPresentation";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DChangeOrderDemo.java33 import com.sun.star.beans.XPropertySet;
87 XPropertySet xPropSet1 = (XPropertySet) in main()
88 UnoRuntime.queryInterface( XPropertySet.class, xShape1 ); in main()
89 XPropertySet xPropSet2 = (XPropertySet) in main()
90 UnoRuntime.queryInterface( XPropertySet.class, xShape2 ); in main()
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx102 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity()
137 …ty( const Reference< XComponentContext >& rxContext, const Reference< XPropertySet >& rxPropertySe… in ImpAddFillBitmapEntity()
214 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCollectBackgroundGraphic()
218 Reference< XPropertySet > xBackgroundPropSet; in ImpCollectBackgroundGraphic()
248 Reference< XPropertySet > xEmptyPagePropSet; in ImpCollectGraphicObjects()
249 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects()
262 Reference< XPropertySet > xGraphicPropertySet( rxGraphic, UNO_QUERY_THROW ); in GetOriginalSize()
375 Reference< XPropertySet > xEmptyPagePropSet; in ImpCountGraphicObjects()
376 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects()
400 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCountBackgroundGraphic()
[all …]
/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx54 using ::com::sun::star::beans::XPropertySet;
124 Reference<XPropertySet> xMapEntry; /// one map-entry (one area)
166 ::com::sun::star::beans::XPropertySet> & rPropertySet);
205 Reference<XPropertySet> xPropertySet( xIfc, UNO_QUERY ); in XMLImageMapObjectContext()
308 Reference<XPropertySet> & rPropertySet) in Prepare()
348 ::com::sun::star::beans::XPropertySet> & rPropertySet);
420 Reference<XPropertySet> & rPropertySet) in Prepare()
458 ::com::sun::star::beans::XPropertySet> & rPropertySet);
556 ::com::sun::star::beans::XPropertySet> & rPropertySet);
617 Reference<XPropertySet> & rPropertySet) in Prepare()
[all …]
H A Dximpshap.cxx404 Reference< beans::XPropertySet > xSet( mxShape, UNO_QUERY_THROW ); in EndElement()
539 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetTransformation()
606 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetStyle()
774 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in SetThumbnail()
1161 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement()
1728 uno::Reference< beans::XPropertySet > xProps(mxShape, uno::UNO_QUERY); in StartElement()
2536 uno::Reference< beans::XPropertySet > xProps(mxShape, uno::UNO_QUERY); in StartElement()
2856 uno::Reference< beans::XPropertySet > xProps(mxShape, uno::UNO_QUERY); in EndElement()
2873 uno::Reference< beans::XPropertySet > xProps(mxShape, uno::UNO_QUERY); in EndElement()
3631 uno::Reference < beans::XPropertySet > xPropSet( in CreateChildContext()
[all …]
/trunk/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx50 using ::com::sun::star::beans::XPropertySet;
187 Reference< XPropertySet > xProp( xSeq, uno::UNO_QUERY_THROW ); in initializeCurveCalculator()
308 const uno::Reference< XPropertySet > & xSeriesProp ) in addMeanValueLine()
320 uno::Reference< XPropertySet > xProp( xCurve, uno::UNO_QUERY ); in addMeanValueLine()
362 const uno::Reference< beans::XPropertySet >& xPropertySource, in addRegressionCurve()
363 const uno::Reference< beans::XPropertySet >& xEquationProperties ) in addRegressionCurve()
386 uno::Reference< beans::XPropertySet > xProp( xCurve, uno::UNO_QUERY ); in addRegressionCurve()
393 uno::Reference< XPropertySet > xSeriesProp( xRegCnt, uno::UNO_QUERY ); in addRegressionCurve()
459 … uno::Reference< beans::XPropertySet > xEqProp( xRegCurve->getEquationProperties() ) ; in removeEquations()
492 Reference< beans::XPropertySet >( xRegressionCurve, uno::UNO_QUERY ), in replaceOrAddCurveAndReduceToOne()
[all …]
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx213 css::uno::Reference< css::beans::XPropertySet > xSet(m_xNode, css::uno::UNO_QUERY); in IsReduceTransparency()
233 css::uno::Reference< css::beans::XPropertySet > xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedTransparencyMode()
253 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsReduceGradients()
275 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedGradientMode()
297 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedGradientStepCount()
319 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsReduceBitmaps()
341 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedBitmapMode()
363 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedBitmapResolution()
385 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsReducedBitmapIncludesTransparency()
407 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsConvertToGreyscales()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxGraphicObject.java37 import com.sun.star.beans.XPropertySet;
176 XPropertySet oShapeProps = (XPropertySet) in createTestEnvironment()
177 UnoRuntime.queryInterface(XPropertySet.class,oObj); in createTestEnvironment()
188 oShapeProps = (XPropertySet) in createTestEnvironment()
189 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
201 oShapeProps = (XPropertySet) in createTestEnvironment()
202 UnoRuntime.queryInterface(XPropertySet.class,oObj); in createTestEnvironment()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DAxisWrapper.hxx93 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getAxis…
94 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getMajo…
95 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getMino…
114 ::com::sun::star::beans::XPropertySet > SAL_CALL getNumberFormatSettings()
124 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getInnerProperty…
136 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xAxisTitle;
137 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xMajorGrid;
138 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xMinorGrid;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXCell.csv20 "SwXCell";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
21 "SwXCell";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
22 "SwXCell";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
23 "SwXCell";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
24 "SwXCell";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
25 "SwXCell";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
26 "SwXCell";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/connectivity/source/inc/adabas/
H A DBTables.hxx39 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor…
40 …ame, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor );
43 …ents(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor )…
44 …void createTable( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >&…
62 …lType(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
66 …fault(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
71 …tring(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
/trunk/main/connectivity/source/inc/mysql/
H A DYTables.hxx41 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor…
42 …ame, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor );
45 …void createTable( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >&…
62 …lType(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
66 …fault(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
71 …tring(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColProp);
79 …ment(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor,:…
/trunk/main/svx/source/form/
H A Dformcontroller.cxx118 using ::com::sun::star::beans::XPropertySet;
284 Reference< XPropertySet > xColumnProps; in ColumnInfoCache()
460 Reference< XPropertySet > xField;
1298 Reference<XPropertySet> xOldBound; in propertyChange()
2254 Reference< XPropertySet > xField; in setControlLock()
2310 Reference< XPropertySet > xField; in lcl_shouldListenForModifications()
2906 Reference< XPropertySet > xField; in elementInserted()
3182 Reference< XPropertySet > xField; in setFilter()
3185 Reference< XPropertySet > xSet; in setFilter()
3373 Reference< XPropertySet > xField; in startFiltering()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx126 Reference<beans::XPropertySet> PresenterConfigurationAccess::GetNodeProperties ( in GetNodeProperties()
179 Reference<beans::XPropertySet> xProperties (maNode, UNO_QUERY); in SetProperty()
219 Reference<beans::XPropertySet> PresenterConfigurationAccess::GetNodeProperties ( in GetNodeProperties()
223 return Reference<beans::XPropertySet>(GetConfigurationNode(rxNode, rsPathToNode), UNO_QUERY); in GetNodeProperties()
269 Reference<beans::XPropertySet> xSet (xSetItem, UNO_QUERY); in ForAll()
304 Reference<beans::XPropertySet> xSet (rxContainer->getByName(rsKey), UNO_QUERY); in ForAll()
352 Reference<beans::XPropertySet> xProperties ( in Find()
369 const css::uno::Reference<css::beans::XPropertySet>& rxNode) in IsStringPropertyEqual()
382 const Reference<beans::XPropertySet>& rxProperties, in GetProperty()

Completed in 138 milliseconds

1...<<11121314151617181920>>...125