Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...237

/trunk/main/framework/inc/classes/
H A Dconverter.hxx66 … convert_seqProp2seqAny ( const css::uno::Sequence< css::beans::PropertyValue >& …
67 …static css::uno::Sequence< css::beans::PropertyValue > convert_seqAny2seqProp ( const css…
70 …atic css::uno::Sequence< css::beans::PropertyValue > convert_seqNamedVal2seqPropVal ( const css::…
71 …atic css::uno::Sequence< css::beans::NamedValue > convert_seqPropVal2seqNamedVal ( const css::…
77 …static css::uno::Sequence< css::beans::PropertyValue > convert_OUStringHash2seqProp ( const OUS…
78 … convert_seqProp2OUStringHash ( const css::uno::Sequence< css::beans::PropertyValue >& …
/trunk/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 …]
/trunk/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…
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx145 CPPU_TYPE_REF( beans::XPropertiesChangeNotifier ), in getTypes()
147 CPPU_TYPE_REF( beans::XPropertyContainer ), in getTypes()
216 uno::Sequence< beans::Property > m_seq;
228 const uno::Sequence< beans::Property >& seq, in ResultSetForRootFactory()
264 uno::Sequence< beans::Property > m_seq;
276 const uno::Sequence< beans::Property >& seq, in ResultSetForQueryFactory()
317 uno::Sequence< beans::Property > Properties; in execute()
328 uno::Sequence<beans::PropertyValue> propertyValues; in execute()
339 ret[i] <<= beans::UnknownPropertyException(); in execute()
450 const uno::Sequence< beans::Property >& rProperties ) in getPropertyValues()
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl40 #include <com/sun/star/beans/XPropertySet.idl>
79 interface com::sun::star::beans::XPropertySet;
85 set raises ( com::sun::star::beans::PropertyVetoException );
114 get raises ( com::sun::star::beans::UnknownPropertyException );
127 get raises ( com::sun::star::beans::UnknownPropertyException );
136 set raises ( com::sun::star::beans::UnknownPropertyException );
137 get raises ( com::sun::star::beans::UnknownPropertyException );
151 set raises ( com::sun::star::beans::UnknownPropertyException );
152 get raises ( com::sun::star::beans::UnknownPropertyException );
180 set raises ( com::sun::star::beans::UnknownPropertyException );
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DPropertyHierarchy.idl27 #include <com/sun/star/beans/XPropertySet.idl>
31 #include <com/sun/star/beans/XMultiPropertySet.idl>
35 #include <com/sun/star/beans/XHierarchicalPropertySet.idl>
39 #include <com/sun/star/beans/XMultiHierarchicalPropertySet.idl>
56 @see com::sun::star::beans::XProperty
58 implement <type scope="com::sun::star::beans">XProperty</type> to allow
67 interface com::sun::star::beans::XPropertySet;
77 interface com::sun::star::beans::XMultiPropertySet;
82 interface com::sun::star::beans::XHierarchicalPropertySet;
92 interface com::sun::star::beans::XMultiHierarchicalPropertySet;
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java26 import com.sun.star.beans.PropertyValue;
104 com.sun.star.beans.XPropertySet xCellProp = in doFunction()
105 (com.sun.star.beans.XPropertySet) in doFunction()
107 com.sun.star.beans.XPropertySet.class, xCellRange ); in doFunction()
116 xCellProp = (com.sun.star.beans.XPropertySet) in doFunction()
118 com.sun.star.beans.XPropertySet.class, xCell ); in doFunction()
126 com.sun.star.beans.XPropertySet xProp = xNumberFormats.getByKey( nIndexKey ); in doFunction()
170 com.sun.star.beans.XPropertySet xColPropSet = in doFunction()
171 (com.sun.star.beans.XPropertySet) in doFunction()
172 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, in doFunction()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx86 …ertyChangeMultiplexer, ::com::sun::star::beans::XPropertyChangeListener, propertyChange, ::com::su…
89 …:com::sun::star::beans::XVetoableChangeListener, vetoableChange, ::com::sun::star::beans::Property…
92 IMPLEMENT_LISTENER_MULTIPLEXER_CORE(SbaXPropertiesChangeMultiplexer, ::com::sun::star::beans::XProp…
93 …propertiesChange(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyChangeEve… in propertiesChange()
98 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyChangeEvent> aMulti(aEvts); in propertiesChange()
99 ::com::sun::star::beans::PropertyChangeEvent* pMulti = aMulti.getArray(); in propertiesChange()
105 ((::com::sun::star::beans::XPropertiesChangeListener*)aIt.next())->propertiesChange(aMulti); in propertiesChange()
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx85 const uno::Reference< beans::XPropertySet >& xPropSet) in ImpExportNewTrans_GetB2DHomMatrix()
323 uno::Sequence< beans::PropertyValue > aClickProperties;
389 uno::Sequence< beans::PropertyValue > aActionProperties;
670 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY);
774 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY);
807 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY);
1276 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY );
1473 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY );
1571 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY);
1885 uno::Sequence< beans::PropertyValue > aCommands;
[all …]
/trunk/main/cppu/qa/
H A Dtest_unotype.cxx58 struct DerivedStruct2: css::beans::PropertyChangeEvent {};
194 t = ::cppu::UnoType< css::beans::PropertyChangeEvent >::get(); in TEST_F()
204 t = ::cppu::UnoType< css::beans::Optional< ::sal_Int8 > >::get(); in TEST_F()
443 static_cast< css::beans::PropertyChangeEvent * >(0)) == in TEST_F()
444 ::cppu::UnoType< css::beans::PropertyChangeEvent >::get()); in TEST_F()
447 static_cast< css::beans::PropertyChangeEvent * >(0)) == in TEST_F()
452 ::cppu::UnoType< css::beans::PropertyChangeEvent >::get()); in TEST_F()
699 static_cast< css::beans::PropertyChangeEvent * >(0)) == in TEST_F()
700 ::cppu::UnoType< css::beans::PropertyChangeEvent >::get()); in TEST_F()
704 ::getCppuType< css::beans::PropertyChangeEvent >()); in TEST_F()
[all …]
/trunk/main/svx/inc/svx/
H A Dunopool.hxx59 …ar::uno::Any* pValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
60 …* ppEntries, ::com::sun::star::uno::Any* pValue ) throw(::com::sun::star::beans::UnknownPropertyEx…
62 …opertyMapEntry** ppEntries, ::com::sun::star::beans::PropertyState* pStates ) throw(::com::sun::st…
63 …lt( const comphelper::PropertyMapEntry* pEntry ) throw(::com::sun::star::beans::UnknownPropertyEx…
64 …ult( const comphelper::PropertyMapEntry* pEntry ) throw(::com::sun::star::beans::UnknownPropertyEx…
84 …try* pEntry, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyEx…
85 …Entry, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyEx…
/trunk/main/udkapi/com/sun/star/container/
H A DXMap.idl27 #include <com/sun/star/beans/IllegalTypeException.idl>
68 @throws ::com::sun::star::beans::NoSupportException
81 @throws ::com::sun::star::beans::IllegalTypeException
91 raises( ::com::sun::star::beans::IllegalTypeException,
101 @throws ::com::sun::star::beans::IllegalTypeException
110 raises( ::com::sun::star::beans::IllegalTypeException,
120 @throws ::com::sun::star::beans::IllegalTypeException
149 @throws ::com::sun::star::beans::IllegalTypeException
158 @throws ::com::sun::star::beans::NoSupportException
173 @throws ::com::sun::star::beans::IllegalTypeException
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java41 import com.sun.star.beans.XPropertySet;
42 import com.sun.star.beans.XVetoableChangeListener;
43 import com.sun.star.beans.XPropertyChangeListener;
44 import com.sun.star.beans.XPropertySetInfo;
45 import com.sun.star.beans.Property;
47 import com.sun.star.beans.XIntrospectionAccess;
458 throws com.sun.star.beans.UnknownPropertyException, in setValue()
466 throws com.sun.star.beans.UnknownPropertyException in getValue()
485 throws com.sun.star.beans.UnknownPropertyException, in setPropertyValue()
486 com.sun.star.beans.PropertyVetoException, in setPropertyValue()
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java29 import com.sun.star.beans.PropertyValue;
570 public synchronized void log( /*IN*/ com.sun.star.beans.NamedValue[] lProps ) in log()
579 public synchronized void log( /*IN*/ com.sun.star.beans.PropertyValue[] lProps ) in log()
588 public synchronized void log( /*IN*/ com.sun.star.beans.NamedValue aProp ) in log()
597 public synchronized void log( /*IN*/ com.sun.star.beans.PropertyValue aProp ) in log()
818 /*IN*/ com.sun.star.beans.NamedValue aProp ) in impl_logProperty()
825 /*IN*/ com.sun.star.beans.PropertyValue aProp ) in impl_logProperty()
931 if (aAny instanceof com.sun.star.beans.PropertyValue[]) in impl_logAny()
934 …com.sun.star.beans.PropertyValue[] lSubProps = (com.sun.star.beans.PropertyValue[])com.sun.star.un… in impl_logAny()
939 if (aAny instanceof com.sun.star.beans.NamedValue[]) in impl_logAny()
[all …]
/trunk/main/reportdesign/inc/
H A DPropertyForward.hxx39 typedef ::cppu::WeakComponentImplHelper1< ::com::sun::star::beans::XPropertyChangeListener
51 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xSource;
52 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> m_xSourceInfo;
53 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xDest;
54 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> m_xDestInfo;
65 …OPropertyMediator(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& …
66 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDest
71 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) th…
/trunk/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::…
/trunk/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 …]
/trunk/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 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::…
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::…
/trunk/main/connectivity/inc/connectivity/
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 …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySet.java27 import com.sun.star.beans.PropertyVetoException;
28 import com.sun.star.beans.UnknownPropertyException;
29 import com.sun.star.beans.XFastPropertySet;
30 import com.sun.star.beans.XMultiPropertySet;
31 import com.sun.star.beans.XPropertiesChangeListener;
32 import com.sun.star.beans.XPropertyChangeListener;
33 import com.sun.star.beans.XPropertySet;
34 import com.sun.star.beans.XPropertySetInfo;
35 import com.sun.star.beans.XVetoableChangeListener;
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx113 …alue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::beans::IllegalTypeExcept…
128 …alue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::beans::IllegalTypeExcept…
146 …alue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::beans::IllegalTypeExcept…
164 …alue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::beans::IllegalTypeExcept…
211 …alue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::beans::IllegalTypeExcept…
257 …alue( const ::com::sun::star::uno::Any& _value ) throw (::com::sun::star::beans::IllegalTypeExcept…
263 …virtual ::com::sun::star::beans::Optional< double > SAL_CALL getMinValue() throw (::com::sun::star…
264 …virtual void SAL_CALL setMinValue( const ::com::sun::star::beans::Optional< double >& _minvalue ) …
265 …virtual ::com::sun::star::beans::Optional< double > SAL_CALL getMaxValue() throw (::com::sun::star…
266 …virtual void SAL_CALL setMaxValue( const ::com::sun::star::beans::Optional< double >& _maxvalue ) …
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx463 SC_QUERYINTERFACE( beans::XPropertySet ) in queryAggregation()
482 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<beans::XPropertySet>*)0); in getTypes()
669 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScCellFieldObj::getPropertySetInfo() in getPropertySetInfo()
673 static uno::Reference<beans::XPropertySetInfo> aRef = pPropSet->getPropertySetInfo(); in getPropertySetInfo()
679 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
746 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
1150 SC_QUERYINTERFACE( beans::XPropertySet ) in queryAggregation()
1169 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<beans::XPropertySet>*)0); in getTypes()
1372 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScHeaderFieldObj::getPropertySetInfo() in getPropertySetInfo()
1391 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
[all …]

Completed in 136 milliseconds

1...<<21222324252627282930>>...237