Home
last modified time | relevance | path

Searched refs:beans (Results 901 – 925 of 5912) sorted by relevance

1...<<31323334353637383940>>...237

/trunk/main/chart2/source/view/main/
H A DVTitle.cxx97 uno::Reference< beans::XPropertySet > xShapeProp( m_xShape, uno::UNO_QUERY ); in changePosition()
142 uno::Reference< beans::XPropertySet > xShapeProp( xShape, uno::UNO_QUERY ); in createShapes()
143 uno::Reference< beans::XPropertySet > xTitleProperties( m_xTitle, uno::UNO_QUERY ); in createShapes()
206 uno::Reference< beans::XPropertySet > xTargetProps( xShape, uno::UNO_QUERY ); in createShapes()
207 … uno::Reference< beans::XPropertySet > xSourceProps( aStringList[0], uno::UNO_QUERY ); in createShapes()
240 uno::Reference< beans::XPropertySet > xTargetProps( xShape, uno::UNO_QUERY ); in createShapes()
241 … uno::Reference< beans::XPropertySet > xSourceProps( aStringList[0], uno::UNO_QUERY ); in createShapes()
/trunk/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx86 aCreationArguments[0] = makeAny(beans::PropertyValue( in Initialize()
90 beans::PropertyState_DIRECT_VALUE)); in Initialize()
91 aCreationArguments[1] = makeAny(beans::PropertyValue( in Initialize()
95 beans::PropertyState_DIRECT_VALUE)); in Initialize()
96 aCreationArguments[2] = makeAny(beans::PropertyValue( in Initialize()
100 beans::PropertyState_DIRECT_VALUE)); in Initialize()
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertySetInfo.idl31 #include <com/sun/star/beans/Property.idl>
35 #include <com/sun/star/beans/UnknownPropertyException.idl>
41 module com { module sun { module star { module beans {
65 sequence<com::sun::star::beans::Property> getProperties();
78 com::sun::star::beans::Property getPropertyByName( [in] string aName )
79 raises( com::sun::star::beans::UnknownPropertyException );
H A DTolerantPropertySetResultType.idl29 module com { module sun { module star { module beans {
34 <type scope="com::sun::star::beans">XTolerantMultiPropertySet</type>
39 <type scope="com::sun::star::beans">XPropertySet</type> or
40 <type scope="com::sun::star::beans">XMultiPropertySet</type> interfaces.</p>
51 <type scope="com::sun::star::beans" >UnknownPropertyException</type>
67 <type scope="com::sun::star::beans" >PropertyVetoException</type>
H A DXIntrospection.idl31 #include <com/sun/star/beans/XIntrospectionAccess.idl>
37 module com { module sun { module star { module beans {
41 // DocMerge from xml: interface com::sun::star::beans::XIntrospection
56 // DocMerge from xml: method com::sun::star::beans::XIntrospection::inspect
88 <member scope="com::sun::star::beans">XIntrospectionAccess::getProperties()</member>.
90 …accessed separately by <member scope="com::sun::star::beans">XIntrospectionAccess::getNameAccess()…
109 com::sun::star::beans::XIntrospectionAccess inspect( [in] any aObject );
/trunk/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx72 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > UnoPropertyArrayHelper::getPro… in getProperties()
93 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property> aProps( nProps ); in getProperties()
94 ::com::sun::star::beans::Property* pProps = aProps.getArray(); in getProperties()
108 …::sun::star::beans::Property UnoPropertyArrayHelper::getPropertyByName(const ::rtl::OUString& rPro… in getPropertyByName()
110 ::com::sun::star::beans::Property aProp; in getPropertyByName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DAccessiblePresentationOLEShape.java41 import com.sun.star.beans.XPropertySet;
107 } catch (com.sun.star.beans.PropertyVetoException e) { in createTestEnvironment()
108 } catch (com.sun.star.beans.UnknownPropertyException e) { in createTestEnvironment()
119 } catch (com.sun.star.beans.PropertyVetoException e) { in createTestEnvironment()
120 } catch (com.sun.star.beans.UnknownPropertyException e) { in createTestEnvironment()
144 } catch(com.sun.star.beans.PropertyVetoException e) {} in createTestEnvironment()
/trunk/main/comphelper/source/property/
H A Dpropertybag.cxx47 using ::com::sun::star::beans::IllegalTypeException;
48 using ::com::sun::star::beans::PropertyExistException;
50 using ::com::sun::star::beans::Property;
51 using ::com::sun::star::beans::NotRemoveableException;
52 using ::com::sun::star::beans::UnknownPropertyException;
54 namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java24 import com.sun.star.beans.PropertyVetoException;
25 import com.sun.star.beans.UnknownPropertyException;
26 import com.sun.star.beans.XPropertyChangeListener;
27 import com.sun.star.beans.XPropertySet;
28 import com.sun.star.beans.XPropertySetInfo;
29 import com.sun.star.beans.XVetoableChangeListener;
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.hxx93 using namespace ::com::sun::star::beans;
106 typedef ::std::vector< ::com::sun::star::beans::PropertyValue> TInfoSequence;
163 …virtual void SetViewSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyVa…
164 …virtual void SetConfigurationSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::P…
190 inline void addInfo(const ::com::sun::star::beans::PropertyValue& _rInfo) in addInfo()
197 …const ::std::map< sal_uInt16,com::sun::star::beans::Property>& GetDataSourceInfoDefaulValueMap() c…
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx167 uno::Sequence < ::com::sun::star::beans::PropertyValue >() ) ); in openNewDoc()
226 uno::Reference< beans::XPropertySet > xProps( getSheet(), uno::UNO_QUERY_THROW ); in getVisible()
255 uno::Reference< beans::XPropertySet > xProps( getSheet(), uno::UNO_QUERY_THROW ); in setVisible()
340 uno::Reference< beans::XPropertySet > xModelProps( mxModel, uno::UNO_QUERY_THROW ); in getFirstDBRangeProperties()
352 return uno::Reference< beans::XPropertySet >(); in getFirstDBRangeProperties()
357 uno::Reference< beans::XPropertySet > xDBRangeProps = getFirstDBRangeProperties(); in getAutoFilterMode()
367 uno::Reference< beans::XPropertySet > xDBRangeProps = getFirstDBRangeProperties(); in setAutoFilterMode()
740 uno::Reference< beans::XPropertySet > xProps( mxModel, uno::UNO_QUERY_THROW ); in Names()
866 uno::Reference< beans::XIntrospectionAccess > SAL_CALL
869 return uno::Reference< beans::XIntrospectionAccess >(); in getIntrospection()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx177 uno::Reference< beans::XIntrospectionAccess > SAL_CALL
180 return uno::Reference< beans::XIntrospectionAccess >(); in getIntrospection()
190 …ue( const ::rtl::OUString& aPropertyName, const uno::Any& aValue ) throw (beans::UnknownPropertyEx… in setValue()
203 … uno::Reference< beans::XIntrospectionAccess > xUnoAccess( getIntrospectionAccess( aObject ) ); in setValue()
204 …uno::Reference< beans::XPropertySet > xPropSet( xUnoAccess->queryAdapter( ::getCppuType( (const un… in setValue()
210 ScVbaUserForm::getValue( const ::rtl::OUString& aPropertyName ) throw (beans::UnknownPropertyExcept… in getValue()
/trunk/main/slideshow/source/inc/
H A Dtools.hxx49 namespace com { namespace sun { namespace star { namespace beans { namespace
180 ::com::sun::star::beans::NamedValue > const& rSequence,
181 const ::com::sun::star::beans::NamedValue& rSearchKey );
192 bool findNamedValue( ::com::sun::star::beans::NamedValue* o_pRet,
194 ::com::sun::star::beans::NamedValue >& rSequence,
331 com::sun::star::beans::XPropertySet> const & xPropSet, in getPropertyValue()
363 com::sun::star::beans::XPropertySet> const & xPropSet, in getPropertyValue()
/trunk/main/stoc/test/
H A Dmakefile.mk188 …star.reflection.XIdlMethod;com.sun.star.reflection.XIdlClass;com.sun.star.beans.XPropertySet;com.s…
189 TESTIADAPTER:=com.sun.star.beans.XIntrospection;com.sun.star.beans.MethodConcept;com.sun.star.beans
190 …tar.beans.XPropertySet;com.sun.star.container.XIndexAccess;com.sun.star.container.XNameAccess;com.…
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx69 virtual beans::Optional< beans::Ambiguous<sal_Bool> > isRegistered_(
377 beans::Optional< beans::Ambiguous<sal_Bool> >
383 return beans::Optional< beans::Ambiguous<sal_Bool> >( in isRegistered_()
385 beans::Ambiguous<sal_Bool>( in isRegistered_()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextFrame.csv66 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
67 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
68 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
69 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
70 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
71 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
72 "SwXTextFrame";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXDiagram.csv51 "ChXDiagram";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
52 "ChXDiagram";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
53 "ChXDiagram";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
54 "ChXDiagram";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
55 "ChXDiagram";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
56 "ChXDiagram";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
57 "ChXDiagram";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/framework/source/uielement/
H A Dmenubarwrapper.cxx57 using namespace com::sun::star::beans;
76 DIRECT_INTERFACE( ::com::sun::star::beans::XMultiPropertySet ), in DEFINE_XINTERFACE_11()
77 DIRECT_INTERFACE( ::com::sun::star::beans::XFastPropertySet ), in DEFINE_XINTERFACE_11()
78 DIRECT_INTERFACE( ::com::sun::star::beans::XPropertySet ), in DEFINE_XINTERFACE_11()
90 ::com::sun::star::beans::XMultiPropertySet , in DEFINE_XINTERFACE_11()
91 ::com::sun::star::beans::XFastPropertySet , in DEFINE_XINTERFACE_11()
92 ::com::sun::star::beans::XPropertySet , in DEFINE_XINTERFACE_11()
/trunk/main/odk/examples/java/Text/
H A DBookmarkInsertion.java153 com.sun.star.beans.XPropertySet xPropertySet = null; in FindFirst()
154 xPropertySet = (com.sun.star.beans.XPropertySet) in FindFirst()
156 com.sun.star.beans.XPropertySet.class, xSearchDescriptor); in FindFirst()
254 com.sun.star.beans.PropertyValue xValues[] = in CreateNewDocument()
255 new com.sun.star.beans.PropertyValue[1]; in CreateNewDocument()
256 com.sun.star.beans.PropertyValue xEmptyArgs[] = in CreateNewDocument()
257 new com.sun.star.beans.PropertyValue[0]; in CreateNewDocument()
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx49 using ::com::sun::star::beans::XPropertySet;
55 using ::com::sun::star::beans::XPropertySet;
56 using ::com::sun::star::beans::XFastPropertySet;
57 using ::com::sun::star::beans::XMultiPropertySet;
58 using ::com::sun::star::beans::XPropertySetInfo;
59 using ::com::sun::star::beans::Property;
72 namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx101 void dumpListeners( const Reference< beans::XIntrospection >& xIntrospection, const Reference<XInte…
103 Reference< beans::XIntrospectionAccess > xIntrospectionAccess;
438 Reference < beans::XPropertySet > xProps( in ScriptEventHelper()
454 Reference< beans::XIntrospection > xIntrospection( in getEventListeners()
461 Reference< beans::XIntrospectionAccess > xIntrospectionAccess; in getEventListeners()
664 …tar::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:… in DECLARE_XTYPEPROVIDER()
712 beans::PropertyAttribute::TRANSIENT, &m_xModel, ::getCppuType( &m_xModel ) ); in EventListener()
803 Sequence< beans::Property > aProps; in createArrayHelper()
809 Reference< beans::XPropertySetInfo >
812 Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
[all …]
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontentinfo.hxx56 public com::sun::star::beans::XPropertySetInfo
62 com::sun::star::uno::Sequence< com::sun::star::beans::Property >*
69 com::sun::star::beans::Property& rProp );
87 com::sun::star::beans::Property > SAL_CALL
90 virtual com::sun::star::beans::Property SAL_CALL
92 throw( com::sun::star::beans::UnknownPropertyException,
/trunk/main/svx/inc/svx/
H A Ddbaexchange.hxx108 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxForm,
110 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxColumn,
215 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxLivingForm
264 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aDescriptors;
267 …OMultiColumnTransferable(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyV…
281 …static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > extractDescriptor…
/trunk/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java25 import com.sun.star.beans.Property;
26 import com.sun.star.beans.PropertyAttribute;
27 import com.sun.star.beans.PropertyChangeEvent;
28 import com.sun.star.beans.XMultiPropertySet;
29 import com.sun.star.beans.XPropertiesChangeListener;
118 catch (com.sun.star.beans.PropertyVetoException e) in setPropertyValues()
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlModel.idl39 #include <com/sun/star/beans/XPropertySet.idl>
43 #include <com/sun/star/beans/XMultiPropertySet.idl>
64 <p>The interfaces <type scope="com::sun::star::beans">XPropertySet</type>
65 and <type scope="com::sun::star::beans">XMultiPropertySet</type> need
81 interface com::sun::star::beans::XPropertySet;
83 interface com::sun::star::beans::XMultiPropertySet;

Completed in 137 milliseconds

1...<<31323334353637383940>>...237