Home
last modified time | relevance | path

Searched refs:beans (Results 1176 – 1200 of 5912) sorted by relevance

1...<<41424344454647484950>>...237

/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyRootFolderContent.idl43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
47 #include <com/sun/star/beans/XPropertyContainer.idl>
51 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
159 interface com::sun::star::beans::XPropertiesChangeNotifier;
165 interface com::sun::star::beans::XPropertyContainer;
171 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
H A DTransientDocumentsDocumentContent.idl43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
47 #include <com/sun/star/beans/XPropertyContainer.idl>
51 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
163 interface com::sun::star::beans::XPropertiesChangeNotifier;
169 interface com::sun::star::beans::XPropertyContainer;
175 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbedObjectCreator.idl47 #include <com/sun/star/beans/PropertyValue.idl>
102 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
148 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
149 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
190 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
191 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
H A DXEmbedPersist.idl51 #include <com/sun/star/beans/PropertyValue.idl>
126 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs,
127 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
166 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs,
167 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
216 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs,
217 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
/trunk/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx104 ::com::sun::star::beans::XPropertySet > SAL_CALL getArea()
121 ::com::sun::star::beans::PropertyValue >& Arguments )
126 ::com::sun::star::beans::PropertyValue > SAL_CALL getArgs()
197 …virtual const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& getPropertySeq…
199 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getInnerProperty…
214 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xArea;
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java29 import com.sun.star.beans.PropertyVetoException;
30 import com.sun.star.beans.UnknownPropertyException;
31 import com.sun.star.beans.XPropertyChangeListener;
32 import com.sun.star.beans.XPropertySet;
33 import com.sun.star.beans.XPropertySetInfo;
34 import com.sun.star.beans.XVetoableChangeListener;
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.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/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx45 using namespace ::com::sun::star::beans;
65 …m_xControlModel->addPropertyChangeListener( ::rtl::OUString(), static_cast< beans::XPropertyChange… in AccessibleDialogControlShape()
77 …m_xControlModel->removePropertyChangeListener( ::rtl::OUString(), static_cast< beans::XPropertyCha… in ~AccessibleDialogControlShape()
281 …m_xControlModel->removePropertyChangeListener( ::rtl::OUString(), static_cast< beans::XPropertyCha… in IMPLEMENT_FORWARD_XINTERFACE2()
292 …m_xControlModel->removePropertyChangeListener( ::rtl::OUString(), static_cast< beans::XPropertyCha… in disposing()
300 void AccessibleDialogControlShape::propertyChange( const beans::PropertyChangeEvent& rEvent ) throw… in propertyChange()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DTableWindowAccessibility.java40 import com.sun.star.beans.PropertyValue;
41 import com.sun.star.beans.XPropertySet;
163 } catch (com.sun.star.beans.PropertyVetoException e) { in createTestEnvironment()
167 } catch (com.sun.star.beans.UnknownPropertyException e) { in createTestEnvironment()
250 } catch (com.sun.star.beans.PropertyVetoException e) { in createTestEnvironment()
254 } catch (com.sun.star.beans.UnknownPropertyException e) { in createTestEnvironment()
H A DJoinViewAccessibility.java40 import com.sun.star.beans.PropertyValue;
41 import com.sun.star.beans.XPropertySet;
169 } catch (com.sun.star.beans.PropertyVetoException e) in createTestEnvironment()
174 } catch (com.sun.star.beans.UnknownPropertyException e) in createTestEnvironment()
268 } catch (com.sun.star.beans.PropertyVetoException e) in createTestEnvironment()
273 } catch (com.sun.star.beans.UnknownPropertyException e) in createTestEnvironment()
H A DConnectionLineAccessibility.java40 import com.sun.star.beans.PropertyValue;
41 import com.sun.star.beans.XPropertySet;
174 catch (com.sun.star.beans.PropertyVetoException e) in createTestEnvironment()
180 catch (com.sun.star.beans.UnknownPropertyException e) in createTestEnvironment()
281 catch (com.sun.star.beans.PropertyVetoException e) in createTestEnvironment()
287 catch (com.sun.star.beans.UnknownPropertyException e) in createTestEnvironment()
/trunk/main/forms/source/xforms/
H A Dunohelper.cxx48 using com::sun::star::beans::Property;
49 using com::sun::star::beans::XPropertySet;
50 using com::sun::star::beans::XPropertySetInfo;
51 using com::sun::star::beans::PropertyAttribute::READONLY;
H A Dsubmission.cxx68 using com::sun::star::beans::UnknownPropertyException;
69 using com::sun::star::beans::PropertyVetoException;
687 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL Submission::getPropertySetInfo( ) … in getPropertySetInfo()
699 … const ::rtl::OUString& aPropertyName, const Reference< ::com::sun::star::beans::XPropertyChangeLi… in addPropertyChangeListener()
703 … const ::rtl::OUString& aPropertyName, const Reference< ::com::sun::star::beans::XPropertyChangeLi… in removePropertyChangeListener()
707 …( const ::rtl::OUString& PropertyName, const Reference< ::com::sun::star::beans::XVetoableChangeLi… in addVetoableChangeListener()
711 …( const ::rtl::OUString& PropertyName, const Reference< ::com::sun::star::beans::XVetoableChangeLi… in removeVetoableChangeListener()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx46 using namespace com::sun::star::beans;
278 const Sequence< com::sun::star::beans::PropertyValue >& rValues ) in PropertyValueSet()
284 const com::sun::star::beans::PropertyValue* pValues in PropertyValueSet()
289 const com::sun::star::beans::PropertyValue& rValue = pValues[ n ]; in PropertyValueSet()
840 Sequence< ::com::sun::star::beans::PropertyValue > aPropValues in appendPropertySet()
843 const ::com::sun::star::beans::PropertyValue* pPropValues in appendPropertySet()
849 const ::com::sun::star::beans::PropertyValue& rPropValue in appendPropertySet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextDefaults.csv127 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
128 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
129 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
130 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
131 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
132 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
133 "SwXTextDefaults";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.SwXTextTableCursor.csv136 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
137 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
138 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
139 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
140 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
141 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
142 "SwXTextTableCursor";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv143 "ORowSet";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
144 "ORowSet";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
145 "ORowSet";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
146 "ORowSet";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
147 "ORowSet";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
148 "ORowSet";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
149 "ORowSet";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty()
243 uno::Reference< beans::XPropertySet > xPropSet( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
377 …virtual bool implCheckProperties( const uno::Reference< beans::XPropertySet >& rxModelProps ) cons…
429 …uno::Reference< beans::XPropertySet > xModelProps( xControlShape->getControl(), uno::UNO_QUERY_THR… in implPickShape()
445 bool ScVbaControlContainer::implCheckProperties( const uno::Reference< beans::XPropertySet >& /*rxM… in implCheckProperties()
486 …virtual bool implCheckProperties( const uno::Reference< beans::XPropertySet >& rxModelProps ) cons…
510 bool ScVbaButtonContainer::implCheckProperties( const uno::Reference< beans::XPropertySet >& rxMode… in implCheckProperties()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx68 …struct PropertyValueCompare : public ::std::binary_function< beans::PropertyValue, ::rtl::OUString…
70 bool operator() ( const beans::PropertyValue& rPropValue, const ::rtl::OUString& rName ) const in operator ()()
74 … bool operator() ( const ::rtl::OUString& rName, const beans::PropertyValue& rPropValue ) const in operator ()()
297 void DrawCommandDispatch::execute( const ::rtl::OUString& rCommand, const Sequence< beans::Property… in execute()
392 const beans::PropertyValue* pIter = rArgs.getConstArray(); in execute()
393 const beans::PropertyValue* pEnd = pIter + rArgs.getLength(); in execute()
394 const beans::PropertyValue* pKeyModifier = ::std::find_if( in execute()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx277 css::uno::Reference< css::beans::XPropertySet > const & xProps );
289 css::uno::Reference< css::beans::XPropertySet > const & xProps );
291 css::uno::Reference< css::beans::XPropertySet > const & xProps );
293 css::uno::Reference< css::beans::XPropertySet > const & xProps );
295 css::uno::Reference< css::beans::XPropertySet > const & xProps );
297 css::uno::Reference< css::beans::XPropertySet > const & xProps );
299 css::uno::Reference< css::beans::XPropertySet > const & xProps );
301 css::uno::Reference< css::beans::XPropertySet > const & xProps );
374 css::uno::Reference< css::beans::XPropertySet > _xControlModel;
387 inline css::uno::Reference< css::beans::XPropertySet > getControlModel() in getControlModel()
[all …]
/trunk/main/extensions/source/preload/
H A Dunoautopilot.inl29 //using namespace ::com::sun::star::beans;
86 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OUnoAutoPil…
88 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo( createProper…
103 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps;
119 ::com::sun::star::beans::PropertyValue aArgument;
/trunk/main/framework/inc/uielement/
H A Drootitemcontainer.hxx111 return ::getCppuType((com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >*)0); in getElementType()
133 …virtual ::com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL getPr…
135 …static const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > impl_getStaticPr…
141 …tainer( const std::vector< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > >…
145 …std::vector< com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > > m_aItemVec…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DPageStyle.java25 import com.sun.star.beans.Property;
26 import com.sun.star.beans.PropertyAttribute;
27 import com.sun.star.beans.XPropertySet;
173 } catch ( com.sun.star.beans.PropertyVetoException e ) { in createTestEnvironment()
176 } catch ( com.sun.star.beans.UnknownPropertyException e ) { in createTestEnvironment()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java28 import com.sun.star.beans.XPropertySet;
29 import com.sun.star.beans.XPropertySetInfo;
30 import com.sun.star.beans.Property;
31 import com.sun.star.beans.XPropertyChangeListener;
32 import com.sun.star.beans.XVetoableChangeListener;
/trunk/main/extensions/source/dbpilots/
H A Dunoautopilot.inl29 //using namespace ::com::sun::star::beans;
86 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OUnoAutoPil…
88 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo( createProper…
103 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps;
119 ::com::sun::star::beans::PropertyValue aArgument;

Completed in 130 milliseconds

1...<<41424344454647484950>>...237