Home
last modified time | relevance | path

Searched refs:beans (Results 526 – 550 of 5872) sorted by relevance

1...<<21222324252627282930>>...235

/aoo41x/main/offapi/com/sun/star/report/
H A DXReportComponent.idl39 #include <com/sun/star/beans/XPropertySet.idl>
78 interface com::sun::star::beans::XPropertySet;
84 set raises ( com::sun::star::beans::PropertyVetoException );
113 get raises ( com::sun::star::beans::UnknownPropertyException );
126 get raises ( com::sun::star::beans::UnknownPropertyException );
135 set raises ( com::sun::star::beans::UnknownPropertyException );
136 get raises ( com::sun::star::beans::UnknownPropertyException );
150 set raises ( com::sun::star::beans::UnknownPropertyException );
151 get raises ( com::sun::star::beans::UnknownPropertyException );
179 set raises ( com::sun::star::beans::UnknownPropertyException );
[all …]
/aoo41x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java26 import com.sun.star.beans.XPropertySet;
27 import com.sun.star.beans.XMultiPropertySet;
28 import com.sun.star.beans.XHierarchicalPropertySet;
29 import com.sun.star.beans.XMultiHierarchicalPropertySet;
30 import com.sun.star.beans.XPropertyState;
31 import com.sun.star.beans.XMultiPropertyStates;
234 com.sun.star.beans.PropertyValue aPathArgument = new com.sun.star.beans.PropertyValue(); in createConfigurationView()
258 com.sun.star.beans.PropertyValue aPathArgument = new com.sun.star.beans.PropertyValue(); in createUpdatableView()
870 com.sun.star.beans.NamedValue [] aSettings = new com.sun.star.beans.NamedValue [2];
888 com.sun.star.beans.NamedValue [] aDriverSettings,
[all …]
/aoo41x/main/sw/inc/
H A Dunochart.hxx179 …aSourcePossible( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
181 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL detectA…
255 ::com::sun::star::beans::XPropertySet,
322 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
323 …ar::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
324 …ertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
325 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
326 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com::…
327 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
328 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
[all …]
/aoo41x/main/connectivity/inc/connectivity/
H A Ddbtools.hxx53 namespace beans { namespace
103 …sal_Int32 getDefaultNumberFormat(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::…
231 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& i_xTable
441 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxRowSet,
456 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxRowSetProps,
466 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxOld,
467 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxNew,
514 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable );
524 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable,
735 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>
[all …]
H A Dvirtualdbtools.hxx49 namespace beans { namespace
145 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn,
151 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxOld,
152 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxNew,
170 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable
205 …virtual sal_Bool canInsert(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPrope…
210 …virtual sal_Bool canUpdate(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPrope…
265 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxColumn,
288 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField,
307 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dfilnot.cxx173 beans::PropertySetInfoChangeEvent aEvt( m_xCreatorContent, in notifyPropertyAdded()
176 beans::PropertySetInfoChange::PROPERTY_INSERTED ); in notifyPropertyAdded()
180 uno::Reference< beans::XPropertySetInfoChangeListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyPropertyAdded()
190 beans::PropertySetInfoChangeEvent aEvt( m_xCreatorContent, in notifyPropertyRemoved()
193 beans::PropertySetInfoChange::PROPERTY_REMOVED ); in notifyPropertyRemoved()
197 uno::Reference< beans::XPropertySetInfoChangeListener > ref( m_sListeners[i],uno::UNO_QUERY ); in notifyPropertyRemoved()
231 uno::Sequence< beans::PropertyChangeEvent > Changes ) in notifyPropertyChanged()
243 uno::Reference< beans::XPropertiesChangeListener > aListener( seqList[j],uno::UNO_QUERY ); in notifyPropertyChanged()
250 uno::Sequence< beans::PropertyChangeEvent > seq(1); in notifyPropertyChanged()
258 uno::Reference< beans::XPropertiesChangeListener > aListener( seqList[j],uno::UNO_QUERY ); in notifyPropertyChanged()
/aoo41x/main/odk/examples/java/Text/
H A DStyleCreation.java75 com.sun.star.beans.XPropertySet xPropertySet = in main()
76 (com.sun.star.beans.XPropertySet) UnoRuntime.queryInterface( in main()
77 com.sun.star.beans.XPropertySet.class, xInterface ); in main()
113 com.sun.star.beans.XPropertySet xParagraphPropertySet = in main()
114 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in main()
115 com.sun.star.beans.XPropertySet.class, xTextRange ); in main()
195 com.sun.star.beans.PropertyValue xValues[] = in CreateNewDocument()
196 new com.sun.star.beans.PropertyValue[1]; in CreateNewDocument()
197 com.sun.star.beans.PropertyValue xEmptyArgs[] = in CreateNewDocument()
198 new com.sun.star.beans.PropertyValue[0]; in CreateNewDocument()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dsolverutil.cxx91 uno::Reference<beans::XPropertySet> xPropset(xMSF, uno::UNO_QUERY); in GetImplementations()
147 uno::Reference<beans::XPropertySet> xPropset(xMSF, uno::UNO_QUERY); in GetSolver()
187 uno::Sequence<beans::PropertyValue> ScSolverUtil::GetDefaults( const rtl::OUString& rImplName ) in GetDefaults()
189 uno::Sequence<beans::PropertyValue> aDefaults; in GetDefaults()
192 uno::Reference<beans::XPropertySet> xPropSet( xSolver, uno::UNO_QUERY ); in GetDefaults()
201 uno::Reference<beans::XPropertySetInfo> xInfo = xPropSet->getPropertySetInfo(); in GetDefaults()
206 uno::Sequence<beans::Property> aPropSeq = xInfo->getProperties(); in GetDefaults()
212 const beans::Property& rProp = aPropSeq[nPos]; in GetDefaults()
217 …aDefaults[nValid++] = beans::PropertyValue( rProp.Name, -1, aValue, beans::PropertyState_DIRECT_VA… in GetDefaults()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunolayer.hxx73 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
74 …tar::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
75 …pertyValue( const ::rtl::OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyEx…
76 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw(::com::…
77 …tar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw(::com::…
78 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
79 …tar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw(::com::…
/aoo41x/main/reportdesign/source/core/inc/
H A DFormattedField.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::…
H A DGroup.hxx105 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
106 …ar::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
107 …ertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
108 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
109 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com::…
110 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
111 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
H A DImageControl.hxx89 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
90 …ar::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
91 …ertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
92 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
93 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com::…
94 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
95 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
H A DReportEngineJFree.hxx97 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
98 …ar::uno::Any& aValue ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
99 …ertyValue( const ::rtl::OUString& PropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
100 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::…
101 …ar::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListener ) throw (::com::…
102 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
103 …ar::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListener ) throw (::com::…
/aoo41x/main/xmloff/inc/
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);
339 ::com::sun::star::beans::XPropertySet> & xMaster);
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);
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dprint.hxx451 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >
456 com::sun::star::beans::PropertyValue* getValue( const rtl::OUString& i_rPropertyName );
457 …const com::sun::star::beans::PropertyValue* getValue( const rtl::OUString& i_rPropertyName ) const;
472 void setValue( const com::sun::star::beans::PropertyValue& i_rValue );
476 … const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& getUIOptions() const;
480 … void setUIOptions( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& );
556 …com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > m_aUIProperties;
560 …PrinterOptionsHelper( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >&… in PrinterOptionsHelper()
570 …bool processProperties( const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue …
615 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > maAddProps;
[all …]
/aoo41x/main/toolkit/source/helper/
H A Dproperty.cxx94 …d, ::getCppuType( static_cast< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute…
96 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
98 …, ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::star::beans::PropertyAttribute…
100beans::PropertyAttribute::attrib1 | ::com::sun::star::beans::PropertyAttribute::attrib2 | ::com::s…
103 …d, ::getCppuType( static_cast< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute…
105 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
107 …, ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::star::beans::PropertyAttribute…
/aoo41x/main/forms/source/inc/
H A DFormComponent.hxx346 , ::com::sun::star::beans::XPropertyContainer
347 , ::com::sun::star::beans::XPropertyAccess
464 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle);
473 …:rtl::OUString& Name ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
499 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
505 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& _out_rFixedProperties,
508 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet >
603 , ::com::sun::star::beans::XPropertyChangeListener
638 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
662 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
[all …]
/aoo41x/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl27 #include <com/sun/star/beans/PropertyState.idl>
30 #include <com/sun/star/beans/Property.idl>
33 #include <com/sun/star/beans/XPropertyChangeListener.idl>
42 #include <com/sun/star/beans/UnknownPropertyException.idl>
93 @throws com::sun::star::beans::UnknownPropertyException
106 @throws com::sun::star::beans::UnknownPropertyException
117 @throws com::sun::star::beans::UnknownPropertyException
120 com::sun::star::beans::PropertyState
132 @throws com::sun::star::beans::UnknownPropertyException
162 @throws com::sun::star::beans::UnknownPropertyException
[all …]
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlimppr.hxx128 ::com::sun::star::beans::XPropertySet > rPropSet,
134 ::com::sun::star::beans::XPropertySet > rPropSet,
139 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rValues )
152 ::com::sun::star::beans::XPropertySet> & rPropSet,
154 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo,
167 ::com::sun::star::beans::XMultiPropertySet> & rMultiPropSet,
169 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo,
181 ::com::sun::star::beans::XTolerantMultiPropertySet> & rTolPropSet,
193 ::com::sun::star::beans::XPropertySetInfo> & rPropSetInfo,
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DOfficeDocument.java24 package com.sun.star.comp.beans;
71 /*IN*/com.sun.star.beans.PropertyValue[] aArguments ) in attachResource()
81 public com.sun.star.beans.PropertyValue[] getArgs( ) in getArgs()
156 throws com.sun.star.beans.PropertyVetoException in setModified()
165 public com.sun.star.beans.PropertyValue[] getPrinter( ) in getPrinter()
170 public void setPrinter( /*IN*/ com.sun.star.beans.PropertyValue[] aPrinter ) in setPrinter()
176 public void print( /*IN*/ com.sun.star.beans.PropertyValue[] xOptions ) in print()
207 public void storeAsURL( /*IN*/ String aURL, /*IN*/ com.sun.star.beans.PropertyValue[] aArguments ) in storeAsURL()
213 public void storeToURL( /*IN*/ String aURL, /*IN*/ com.sun.star.beans.PropertyValue[] aArguments ) in storeToURL()
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/
H A D_DrawingDocumentDrawView.java99 } catch(com.sun.star.beans.UnknownPropertyException e) { in _CurrentPage()
110 } catch(com.sun.star.beans.UnknownPropertyException e) { in _CurrentPage()
114 } catch(com.sun.star.beans.PropertyVetoException e) { in _CurrentPage()
125 } catch(com.sun.star.beans.UnknownPropertyException e) { in _IsMasterPageMode()
129 } catch(com.sun.star.beans.PropertyVetoException e) { in _IsMasterPageMode()
140 } catch(com.sun.star.beans.UnknownPropertyException e) { in _IsLayerMode()
144 } catch(com.sun.star.beans.PropertyVetoException e) { in _IsLayerMode()
160 } catch(com.sun.star.beans.UnknownPropertyException e) { in _ZoomType()
164 } catch(com.sun.star.beans.PropertyVetoException e) { in _ZoomType()
/aoo41x/main/extensions/source/propctrlr/
H A Dsubmissionhandler.hxx53 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxIntrospectee,
63 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel,
94 …tyValue( const ::rtl::OUString& _rPropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
95 …ame, const ::com::sun::star::uno::Any& _rValue ) throw (::com::sun::star::beans::UnknownPropertyEx…
101 …::XPropertyControlFactory >& _rxControlFactory ) throw (::com::sun::star::beans::UnknownPropertyEx…
103 …nst ::com::sun::star::uno::Any& _rControlValue ) throw (::com::sun::star::beans::UnknownPropertyEx…
104 …:com::sun::star::uno::Type& _rControlValueType ) throw (::com::sun::star::beans::UnknownPropertyEx…
107 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >
113 …virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( …
/aoo41x/main/qadevOOo/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.StandaloneDocumentInfo.csv38 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
39 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
40 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
41 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
42 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
43 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
44 "StandaloneDocumentInfo";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
45 "StandaloneDocumentInfo";"com::sun::star::beans::XFastPropertySet";"setFastPropertyValue()"
46 "StandaloneDocumentInfo";"com::sun::star::beans::XFastPropertySet";"getFastPropertyValue()"
/aoo41x/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java36 import com.sun.star.beans.PropertyState;
95 com.sun.star.beans.PropertyValue[] info = null; in test()
101 info = new com.sun.star.beans.PropertyValue[]{ in test()
102 new com.sun.star.beans.PropertyValue("Storage",0,stor,PropertyState.DIRECT_VALUE) in test()
103 … ,new com.sun.star.beans.PropertyValue("URL",0,mod.getURL(),PropertyState.DIRECT_VALUE) in test()
129 com.sun.star.beans.PropertyValue[] info = null; in test2()
132 info = new com.sun.star.beans.PropertyValue[]{ in test2()
133 …new com.sun.star.beans.PropertyValue("JavaDriverClass",0,"org.hsqldb.jdbcDriver",PropertyState.DIR… in test2()
134 …,new com.sun.star.beans.PropertyValue("ParameterNameSubstitution",0, false,PropertyState.DIRECT_VA… in test2()
/aoo41x/main/embeddedobj/source/msole/
H A Dxolefactory.cxx70 const uno::Sequence< beans::PropertyValue >& aMedDescr, in createInstanceInitFromEntry()
71 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitFromEntry()
143 const uno::Sequence< beans::PropertyValue >& aMediaDescr, in createInstanceInitFromMediaDescriptor()
144 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitFromMediaDescriptor()
186 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitNew()
216 uno::Sequence< beans::PropertyValue >(), in createInstanceInitNew()
226 const uno::Sequence< beans::PropertyValue >& aMediaDescr, in createInstanceLink()
227 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceLink()
272 const uno::Sequence< beans::PropertyValue >& /*lArguments*/, in createInstanceUserInit()
273 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceUserInit()
[all …]

Completed in 100 milliseconds

1...<<21222324252627282930>>...235