Home
last modified time | relevance | path

Searched refs:beans (Results 451 – 475 of 5488) sorted by relevance

1...<<11121314151617181920>>...220

/aoo41x/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapeGroup.csv22 "SvxShapeGroup";"com::sun::star::beans::XTolerantMultiPropertySet#optional";"setPropertyValuesToler…
23 "SvxShapeGroup";"com::sun::star::beans::XTolerantMultiPropertySet#optional";"getPropertyValuesToler…
24 "SvxShapeGroup";"com::sun::star::beans::XTolerantMultiPropertySet#optional";"getDirectPropertyValue…
27 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
28 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
29 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
30 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
31 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
32 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
33 "SvxShapeGroup";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/aoo41x/main/svx/source/unodraw/
H A Dunoshap2.cxx193 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
468 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
636 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
834 …throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, com::… in setPropertyValue()
839 uno::Reference< beans::XPropertySet > xControl( getControl(), uno::UNO_QUERY ); in setPropertyValue()
878 uno::Reference< beans::XPropertySet > xControl( getControl(), uno::UNO_QUERY ); in getPropertyValue()
922 beans::PropertyState SAL_CALL SvxShapeControl::getPropertyState( const ::rtl::OUString& PropertyNam… in getPropertyState()
939 return beans::PropertyState_DEFAULT_VALUE; in getPropertyState()
998 throw beans::UnknownPropertyException(); in getPropertyDefault()
2078 throw(beans::PropertyVetoException, uno::RuntimeException) in setSize()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Dformbrowsertools.hxx43 …struct FindPropertyByHandle : public ::std::unary_function< ::com::sun::star::beans::Property, boo…
50 bool operator()( const ::com::sun::star::beans::Property& _rProp ) const in operator ()()
57 …struct FindPropertyByName : public ::std::unary_function< ::com::sun::star::beans::Property, bool >
64 bool operator()( const ::com::sun::star::beans::Property& _rProp ) const in operator ()()
72 :public ::std::binary_function < ::com::sun::star::beans::Property,
73 ::com::sun::star::beans::Property,
77 …bool operator() (::com::sun::star::beans::Property _rLhs, ::com::sun::star::beans::Property _rRhs)… in operator ()()
97 typedef ::std::set< ::com::sun::star::beans::Property, PropertyLessByName > PropertyBag;
/aoo41x/main/ucb/qa/complex/tdoc/
H A D_XPropertyContainer.java25 import com.sun.star.beans.XPropertyContainer;
42 catch(com.sun.star.beans.PropertyExistException e) { in _addProperty()
50 catch(com.sun.star.beans.IllegalTypeException e) { in _addProperty()
57 catch(com.sun.star.beans.PropertyExistException e) { in _addProperty()
65 catch(com.sun.star.beans.IllegalTypeException e) { in _addProperty()
77 catch(com.sun.star.beans.UnknownPropertyException e) { in _removeProperty()
80 catch(com.sun.star.beans.NotRemoveableException e) { in _removeProperty()
87 catch(com.sun.star.beans.UnknownPropertyException e) { in _removeProperty()
91 catch(com.sun.star.beans.NotRemoveableException e) { in _removeProperty()
/aoo41x/main/comphelper/inc/comphelper/
H A Dpropertystatecontainer.hxx44 typedef ::cppu::ImplHelper1 < ::com::sun::star::beans::XPropertyState
66 …::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( const ::rtl::OUString& PropertyN…
67beans::PropertyState > SAL_CALL getPropertyStates( const ::com::sun::star::uno::Sequence< ::rtl::O…
68 …ToDefault( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
69 …yDefault( const ::rtl::OUString& aPropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
82 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle( sal_Int32 _nHandle );
109 …e( const ::rtl::OUString& _rPropertyName ) SAL_THROW( ( ::com::sun::star::beans::UnknownPropertyEx…
/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx91 using namespace ::com::sun::star::beans;
144 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpXMLEXPPageMasterInfo()
758 Reference< beans::XPropertyState > mxState;
759 Reference< beans::XPropertySet > mxSet;
871 Reference <beans::XPropertySet> xPropSet(xPage, UNO_QUERY); in ImpPrepAutoLayoutInfo()
1756 Reference< beans::XPropertySet > xPropSet; in ImpCreatePresPageStyleName()
1765 Reference< beans::XPropertySet > xPropSet2; in ImpCreatePresPageStyleName()
1880 uno::Sequence<beans::NamedValue> stats(1); in _ExportMeta()
2294 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportStyles()
2313 Reference< beans::XPropertySet > xInfoSet( getExportInfo() ); in _ExportAutoStyles()
[all …]
/aoo41x/main/odk/examples/CLI/VB.NET/WriterDemo/
H A DWriterDemo.vb74 Dim arProps() As unoidl.com.sun.star.beans.PropertyValue = _
75 New unoidl.com.sun.star.beans.PropertyValue(){}
107 Dim xPropertySetTable As unoidl.com.sun.star.beans.XPropertySet
108 xPropertySetTable = DirectCast(objTextTable, unoidl.com.sun.star.beans.XPropertySet)
119 Dim xPropertySetFirstRow As unoidl.com.sun.star.beans.XPropertySet
147 Dim xPropertySetCursor As unoidl.com.sun.star.beans.XPropertySet
148 xPropertySetCursor = DirectCast(xCursor, unoidl.com.sun.star.beans.XPropertySet)
178 Dim xPropertySetFrame As unoidl.com.sun.star.beans.XPropertySet
179 xPropertySetFrame = DirectCast(xTextFrame, unoidl.com.sun.star.beans.XPropertySet)
229 Dim xPropertySetCursor As unoidl.com.sun.star.beans.XPropertySet
[all …]
/aoo41x/main/framework/inc/dispatch/
H A Dbasedispatcher.hxx106 … const css::uno::Sequence< css::beans::PropertyValue > lNewDescriptor , in LoadBinding()
120 … const css::uno::Sequence< css::beans::PropertyValue > lNewDescriptor , in LoadBinding()
147 lDescriptor = css::uno::Sequence< css::beans::PropertyValue >(); in free()
157 …css::uno::Sequence< css::beans::PropertyValue > lDescriptor ; // dispatched arguments - necc…
280 … const css::uno::Sequence< css::beans::PropertyValue >& aArgs,
335 … const css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
341 … const css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
350 … css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
353 … css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
357 … css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
[all …]
/aoo41x/main/reportdesign/source/ui/inc/
H A DReportComponentHandler.hxx71 …tyName) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyEx…
72 … Value) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyEx…
73beans::PropertyState SAL_CALL getPropertyState(const ::rtl::OUString & PropertyName) throw (::com:…
74 …ion::XPropertyControlFactory >& ControlFactory ) throw (::com::sun::star::beans::UnknownPropertyEx…
75 …lValue) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyEx…
76 …ueType) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyEx…
77 …yChangeListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeLi…
78 …yChangeListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeLi…
79 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getSupported…
82 …tyName) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyEx…
[all …]
/aoo41x/main/chart2/workbench/addin/
H A Dsampleaddin.hxx84 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getData…
95 throw( ::com::sun::star::beans::PropertyVetoException,
108 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXAxi…
110 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXMai…
112 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getXHel…
118 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYAxi…
120 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYHel…
122 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getYMai…
126 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getUpBa…
128 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getDown…
[all …]
/aoo41x/main/drawinglayer/source/geometry/
H A Dviewinformation2d.cxx85 uno::Sequence< beans::PropertyValue > mxViewInformation;
89 uno::Sequence< beans::PropertyValue > mxExtendedInformation;
128 void impInterpretPropertyValues(const uno::Sequence< beans::PropertyValue >& rViewParameters) in impInterpretPropertyValues()
140 const beans::PropertyValue& rProp = rViewParameters[a]; in impInterpretPropertyValues()
192 uno::Sequence< beans::PropertyValue > xRetval; in impFillViewInformationFromContent()
270 const uno::Sequence< beans::PropertyValue >& rExtendedParameters) in ImpViewInformation2D()
287 ImpViewInformation2D(const uno::Sequence< beans::PropertyValue >& rViewParameters) in ImpViewInformation2D()
393 const uno::Sequence< beans::PropertyValue >& getViewInformationSequence() const in getViewInformationSequence()
403 const uno::Sequence< beans::PropertyValue >& getExtendedInformationSequence() const in getExtendedInformationSequence()
448 const uno::Sequence< beans::PropertyValue >& rExtendedParameters) in ViewInformation2D()
[all …]
/aoo41x/main/ucb/source/sorter/
H A Dsortresult.hxx120 #define PROPERTYCHANGEEVENT com::sun::star::beans::PropertyChangeEvent
145 public com::sun::star::beans::XPropertySet
398 com::sun::star::beans::XPropertySetInfo > SAL_CALL
405 throw( com::sun::star::beans::UnknownPropertyException,
406 com::sun::star::beans::PropertyVetoException,
413 throw( com::sun::star::beans::UnknownPropertyException,
421 throw( com::sun::star::beans::UnknownPropertyException,
428 com::sun::star::beans::XPropertyChangeListener >& Listener )
429 throw( com::sun::star::beans::UnknownPropertyException,
437 throw( com::sun::star::beans::UnknownPropertyException,
[all …]
/aoo41x/main/reportdesign/source/core/inc/
H A DFixedLine.hxx95 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
96 …ar::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
97 …ertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
98 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
99 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com::…
100 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
101 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
116 …virtual ::sal_Int32 SAL_CALL getOrientation() throw (::com::sun::star::beans::UnknownPropertyExcep…
117 …virtual void SAL_CALL setOrientation( ::sal_Int32 _orientation ) throw (::com::sun::star::beans::U…
/aoo41x/main/svx/source/inc/
H A Dsdbdatacolumn.hxx43 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xPropertySet;
50 …DataColumn(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxIFac…
63 …inline const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& getProperty… in getPropertySet()
82 …inline ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> getPropertySet…
83 …tar::uno::Any& aValue) throw( ::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
84 …Value(const ::rtl::OUString& PropertyName) const throw( ::com::sun::star::beans::UnknownPropertyEx…
85 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener>& xListener) throw( ::com::s…
86 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener>& aListener) throw( ::com::s…
87 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener>& aListener) throw( ::com::s…
88 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener>& aListener) throw( ::com::s…
H A Dgridcell.hxx77 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xModel;
78 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xField; // Verbindun…
130 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& getModel() const … in getModel()
131 void setModel(::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > _xModel);
147 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& GetField() const … in GetField()
167 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xField(m_xField); in UpdateControl()
583 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
605 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
630 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
659 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel
[all …]
/aoo41x/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx118 …::std::vector< ::std::vector < ::com::sun::star::beans::PropertyValue > >& rFilters, const ::com::…
120 …::std::vector < ::com::sun::star::beans::PropertyValue > & rFilters, const ::com::sun::star::uno::…
122 …::std::vector < ::com::sun::star::beans::PropertyValue > & rFilters, const ::com::sun::star::uno::…
125 …::rtl::OUString getTableAlias(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPr…
139 …void setConditionByColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPrope…
151 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Propert…
188 …olumnName_throw(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& c…
219 …dGroupByColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& c…
224 …dOrderByColumn( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& c…
232 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans:…
[all …]
/aoo41x/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl31 #include <com/sun/star/beans/StringPair.idl>
127 <type scope="::com::sun::star::beans">StringPair</type>::First
129 <type scope="::com::sun::star::beans">StringPair</type>::Second
138 sequence< ::com::sun::star::beans::StringPair >
155 <type scope="::com::sun::star::beans">StringPair</type>::First
164 sequence< sequence< ::com::sun::star::beans::StringPair > >
175 <type scope="::com::sun::star::beans">StringPair</type>::First
183 sequence< sequence< ::com::sun::star::beans::StringPair > >
195 <type scope="::com::sun::star::beans">StringPair</type>::First
214 [in] sequence< ::com::sun::star::beans::StringPair > aEntry,
[all …]
/aoo41x/main/chart2/source/model/main/
H A DDataSeries.cxx43 using ::com::sun::star::beans::Property;
110 uno::Reference< beans::XPropertySetInfo >* operator()() in operator ()()
141 Reference< beans::XPropertySet > xPoint( (*aIt).second ); in lcl_CloneAttributedDataPoints()
190 Reference< beans::XPropertySet > xPropertySet; in DataSeries()
219 Reference< beans::XPropertySet > xPropertySet; in Init()
242 Reference< beans::XPropertySet > xPropertySet; in ~DataSeries()
285 throw(beans::UnknownPropertyException) in GetDefaultValue()
361 Reference< beans::XPropertySet >
366 Reference< beans::XPropertySet > xResult; in getDataPointByIndex()
389 Reference< beans::XPropertySet > xParentProperties; in getDataPointByIndex()
[all …]
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx75 public com::sun::star::beans::XPropertySet
92 com::sun::star::beans::Property >& rProperties,
108 com::sun::star::beans::Property >& rProperties,
329 com::sun::star::beans::XPropertySetInfo > SAL_CALL
335 throw( com::sun::star::beans::UnknownPropertyException,
336 com::sun::star::beans::PropertyVetoException,
342 throw( com::sun::star::beans::UnknownPropertyException,
349 throw( com::sun::star::beans::UnknownPropertyException,
356 throw( com::sun::star::beans::UnknownPropertyException,
363 throw( com::sun::star::beans::UnknownPropertyException,
[all …]
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java33 import com.sun.star.beans.XPropertyChangeListener;
34 import com.sun.star.beans.XVetoableChangeListener;
35 import com.sun.star.beans.PropertyChangeEvent;
36 import com.sun.star.beans.XPropertySet;
37 import com.sun.star.beans.Property;
38 import com.sun.star.beans.PropertyAttribute;
39 import com.sun.star.beans.UnknownPropertyException;
41 import com.sun.star.beans.XPropertySetInfo;
42 import com.sun.star.beans.XFastPropertySet;
43 import com.sun.star.beans.PropertyVetoException;
[all …]
/aoo41x/main/sfx2/source/view/
H A Dviewprn.cxx82 Sequence< beans::PropertyValue > getMergedOptions() const;
92 const uno::Sequence< beans::PropertyValue >& rProps
139 Sequence< beans::PropertyValue > aRenderOptions( 3 ); in SfxPrinterController()
153 Sequence< beans::PropertyValue > aUIProps; in SfxPrinterController()
223 Sequence< beans::PropertyValue > aRenderOptions( 1 ); in getMergedOptions()
237 Sequence< beans::PropertyValue > aJobOptions( getMergedOptions() ); in getPageCount()
246 Sequence< beans::PropertyValue > aResult; in getPageParameters()
250 Sequence< beans::PropertyValue > aJobOptions( getMergedOptions() ); in getPageParameters()
307 uno::Sequence < beans::PropertyValue > aOpts; in jobStarted()
627 const beans::PropertyValue* pVal = rProps.getConstArray(); in ExecPrint()
[all …]
/aoo41x/main/unotools/source/config/
H A Dviewoptions.cxx256 css::uno::Sequence< css::beans::NamedValue > m_lUserData ;
488 css::uno::Reference< css::beans::XPropertySet > xNode( in GetWindowState()
513 css::uno::Reference< css::beans::XPropertySet > xNode( in SetWindowState()
546 css::uno::Sequence< css::beans::NamedValue > lUserData(c); in GetUserData()
562 return css::uno::Sequence< css::beans::NamedValue >(); in GetUserData()
582 const css::beans::NamedValue* pData = lData.getConstArray(); in SetUserData()
673 css::uno::Reference< css::beans::XPropertySet > xNode( in GetPageID()
698 css::uno::Reference< css::beans::XPropertySet > xNode( in SetPageID()
720 css::uno::Reference< css::beans::XPropertySet > xNode( in GetVisible()
745 css::uno::Reference< css::beans::XPropertySet > xNode( in SetVisible()
[all …]
/aoo41x/main/chart2/source/tools/
H A DAxisHelper.cxx158 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in getExplicitNumberFormatKeyForAxis()
378 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in createAxis()
383 Reference< beans::XPropertySet > xProp( xAxis, uno::UNO_QUERY ); in createAxis()
469 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisVisible()
495 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in makeAxisInvisible()
630 Reference< beans::XPropertySet > xCooSysProp( xCooSys, uno::UNO_QUERY ); in getCrossingMainAxis()
671 Reference< beans::XPropertySet > xProps( xAxis, uno::UNO_QUERY ); in isAxisVisible()
705 Reference< beans::XPropertySet > AxisHelper::getGridProperties( in getGridProperties()
709 Reference< beans::XPropertySet > xRet; in getGridProperties()
866 std::vector< Reference< beans::XPropertySet > > aGridVector; in getAllGrids()
[all …]
H A DThreeDHelper.cxx59 bool lcl_isRightAngledAxesSetAndSupported( const Reference< beans::XPropertySet >& xSceneProperties… in lcl_isRightAngledAxesSetAndSupported()
78 void lcl_RotateLightSource( const Reference< beans::XPropertySet >& xSceneProperties in lcl_RotateLightSource()
206 bool lcl_isRealisticLightScheme( const uno::Reference< beans::XPropertySet >& xDiagramProps ) in lcl_isRealisticLightScheme()
210 bool lcl_isSimpleLightScheme( const uno::Reference< beans::XPropertySet >& xDiagramProps ) in lcl_isSimpleLightScheme()
1008 const Reference< beans::XPropertySet >& xSceneProperties in setRotationAngleToDiagram()
1121 const Reference< beans::XPropertySet >& xSceneProperties ) in getCameraDistance()
1145 const Reference< beans::XPropertySet >& xSceneProperties, double fCameraDistance ) in setCameraDistance()
1211 uno::Reference< beans::XPropertySet > xDiagramProps( xDiagram, uno::UNO_QUERY ); in detectScheme()
1254 uno::Reference< beans::XPropertySet > xProp( xDiagram, uno::UNO_QUERY ); in setScheme()
1276 Reference< beans::XPropertyState > xState( xSceneProperties, uno::UNO_QUERY ); in set3DSettingsToDefault()
[all …]
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx1291 catch( beans::UnknownPropertyException & ) in parseDocument()
1503 catch( beans::UnknownPropertyException & ) in parseDocument()
1535 catch( beans::UnknownPropertyException & ) in parseDocument()
1970 Reference< beans::XPropertySet > xPropSet; in exportPlotArea()
2437 const Reference< beans::XPropertySet > xAxisProps, in exportAxis()
2476 Reference< beans::XPropertySet > xTitleProps; in exportAxis()
2477 Reference< beans::XPropertySet > xMajorGridProps; in exportAxis()
2478 Reference< beans::XPropertySet > xMinorGridProps; in exportAxis()
3097 const Reference< beans::XPropertySet > & xSeriesProp, in exportRegressionCurve()
3105 Reference< beans::XPropertySet > xStatProp; in exportRegressionCurve()
[all …]

Completed in 167 milliseconds

1...<<11121314151617181920>>...220