Home
last modified time | relevance | path

Searched refs:beans (Results 601 – 625 of 5784) sorted by relevance

1...<<21222324252627282930>>...232

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXPropertySet.csv1 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
2 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
3 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
4 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
5 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
6 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
7 "SwXPropertySet";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.SwXFieldMaster.csv4 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()"
5 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()"
6 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()"
7 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"addPropertyChangeListener()"
8 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()"
9 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()"
10 "SwXFieldMaster";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.SwXTextViewCursor.csv170 "SwXTextViewCursor";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
171 "SwXTextViewCursor";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
172 "SwXTextViewCursor";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
173 "SwXTextViewCursor";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
175 "SwXTextViewCursor";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
177 "SwXTextViewCursor";"com::sun::star::beans::XPropertyState";"getPropertyState()"
178 "SwXTextViewCursor";"com::sun::star::beans::XPropertyState";"getPropertyStates()"
179 "SwXTextViewCursor";"com::sun::star::beans::XPropertyState";"setPropertyToDefault()"
180 "SwXTextViewCursor";"com::sun::star::beans::XPropertyState";"getPropertyDefault()"
181 "SwXTextViewCursor";"com::sun::star::beans::XMultiPropertyStates";"getPropertyStates()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx214 beans::PropertyValue* pArray = rSeq.getArray(); in FillProperties()
253 const beans::PropertyValue* pPropArray = rSeq.getConstArray(); in FillImportParam()
257 const beans::PropertyValue& rProp = pPropArray[i]; in FillImportParam()
324 beans::PropertyValue* pArray = rSeq.getArray(); in FillProperties()
390 const beans::PropertyValue& rProp = pPropArray[nProp]; in FillSortParam()
756 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
763 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
1411 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
1418 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
1969 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DXAutoStyle.idl31 #include <com/sun/star/beans/XPropertySet.idl>
34 #include <com/sun/star/beans/XMultiPropertySet.idl>
37 #include <com/sun/star/beans/XMultiPropertyStates.idl>
40 #include <com/sun/star/beans/NamedValue.idl>
43 #include <com/sun/star/beans/PropertyValues.idl>
58 interface com::sun::star::beans::XMultiPropertySet;
59 interface com::sun::star::beans::XMultiPropertyStates;
64 com::sun::star::beans::PropertyValues getProperties();
/trunk/main/canvas/source/tools/
H A Dpropertysethelper.cxx37 throw beans::UnknownPropertyException( in throwUnknown()
47 throw beans::PropertyVetoException( in throwVeto()
113 uno::Reference< beans::XPropertySetInfo > PropertySetHelper::getPropertySetInfo() const in getPropertySetInfo()
116 return uno::Reference< beans::XPropertySetInfo >(); in getPropertySetInfo()
155 … const uno::Reference< beans::XPropertyChangeListener >& /*xListener*/ ) in addPropertyChangeListener()
164 … const uno::Reference< beans::XPropertyChangeListener >& /*xListener*/ ) in removePropertyChangeListener()
170 … const uno::Reference< beans::XVetoableChangeListener >& /*xListener*/ ) in addVetoableChangeListener()
179 … const uno::Reference< beans::XVetoableChangeListener >& /*xListener*/ ) in removeVetoableChangeListener()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx786 catch( const beans::UnknownPropertyException& ) in setControlProperty()
869 beans::PropertyValue aProperty; in setFullVersion()
1175 uno::Sequence< beans::NamedValue > aProps(1); in createDialog()
1184 uno::Sequence< beans::NamedValue > aProps; in createDialog()
1191 uno::Sequence< beans::NamedValue > aProps(7); in createDialog()
1209 uno::Sequence< beans::NamedValue > aProps(4); in createDialog()
1224 uno::Sequence< beans::NamedValue > aProps(5); in createDialog()
1237 uno::Sequence< beans::NamedValue > aProps(5); in createDialog()
1253 uno::Sequence< beans::NamedValue > aProps(5); in createDialog()
1278 uno::Sequence< beans::NamedValue > aProps; in createDialog()
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx86 using namespace ::com::sun::star::beans;
1499 uno::Sequence< beans::PropertyValue > aRes; in getCharacterAttributes()
1506 beans::PropertyValue *pRes = aRes.getArray(); in getCharacterAttributes()
1509 beans::PropertyValue &rRes = pRes[i]; in getCharacterAttributes()
1526 beans::PropertyValue &rRes = pRes[nRes]; in getCharacterAttributes()
1541 beans::PropertyValue &rResField = pRes[nRes]; in getCharacterAttributes()
1542 beans::PropertyValue aFieldType; in getCharacterAttributes()
1762 beans::PropertyValue *pRes = rValues.getArray(); in _correctValues()
1765 beans::PropertyValue &rRes = pRes[i]; in _correctValues()
2805 beans::Property aProp; in getDefaultAttributes()
[all …]
/trunk/main/sw/source/core/inc/
H A Dunometa.hxx242 , ::com::sun::star::beans::XPropertySet
294 ::com::sun::star::beans::XPropertySetInfo > SAL_CALL
300 throw (::com::sun::star::beans::UnknownPropertyException,
301 ::com::sun::star::beans::PropertyVetoException,
307 throw (::com::sun::star::beans::UnknownPropertyException,
313 ::com::sun::star::beans::XPropertyChangeListener >& xListener)
314 throw (::com::sun::star::beans::UnknownPropertyException,
320 ::com::sun::star::beans::XPropertyChangeListener >& xListener)
321 throw (::com::sun::star::beans::UnknownPropertyException,
328 throw (::com::sun::star::beans::UnknownPropertyException,
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx36 typedef std::vector< beans::PropertyValue > VecPropValues;
86 …nce< excel::XFormatConditions >& xFormatConditions, const uno::Reference< beans::XPropertySet >& x… in xSheetConditionToFormatCondition()
109 uno::Reference<beans::XPropertySet > m_xProps;
113 …:Reference< excel::XFormatConditions >& xCollection, const uno::Reference<beans::XPropertySet >& x… in EnumWrapper()
167 beans::PropertyValue aProperty( OPERATOR, 0, aValue, beans::PropertyState_DIRECT_VALUE ); in Add()
172beans::PropertyValue aProp( FORMULA1, 0, uno::makeAny( getA1Formula( _aFormula1 ) ), beans::Proper… in Add()
177beans::PropertyValue aProp( FORMULA2, 0, uno::makeAny( getA1Formula( _aFormula2 ) ), beans::Proper… in Add()
184 uno::Sequence< beans::PropertyValue > aPropertyValueList(aPropertyValueVector.size()); in Add()
/trunk/main/udkapi/com/sun/star/beans/
H A DGetPropertyTolerantResult.idl27 #include <com/sun/star/beans/TolerantPropertySetResultType.idl>
31 #include <com/sun/star/beans/PropertyState.idl>
37 module com { module sun { module star { module beans {
43 @see com::sun::star::beans::XTolerantMultiPropertySet
49 @see com::sun::star::beans::TolerantPropertySetResultType
59 <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p>
61 com::sun::star::beans::PropertyState State;
68 <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p>
/trunk/main/filter/source/flash/
H A Dswfdialog.hxx41 public ::com::sun::star::beans::XPropertyAccess,
47 com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > maMediaDescriptor;
48 com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > maFilterData;
64 …virtual com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo> SAL_CALL getProp…
71 …virtual com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getProper…
72 …e< ::com::sun::star::beans::PropertyValue >& aProps ) throw (com::sun::star::beans::UnknownPropert…
/trunk/main/comphelper/inc/comphelper/
H A Ddocpasswordhelper.hxx33 namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } namespace
80 …::OUString& rPassword, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_r…
96 …yEncryptionData( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_r…
121 static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >
142 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aInfo );
301 …static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > requestAndVerifyDocP…
303 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rMediaEncData,
354 …static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > requestAndVerifyDocP…
H A Dsequenceashashmap.hxx104 …SequenceAsHashMap(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >&…
109 …SequenceAsHashMap(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lS…
158 …void operator<<(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& l…
167 …void operator<<(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lSou…
176 …void operator>>(::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lDestin…
185 …void operator>>(::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lDestinati…
235 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > getAsConstNamedValueL…
249 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > getAsConstProperty…
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DContextMenuInterceptor.java25 import com.sun.star.beans.XPropertySet;
53 com.sun.star.beans.XPropertySet xRootMenuEntry = in notifyContextMenuExecute()
54 …UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.createInstanc… in notifyContextMenuExecute()
57 com.sun.star.beans.XPropertySet xSeparator = in notifyContextMenuExecute()
58 …UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.createInstanc… in notifyContextMenuExecute()
86 …xMenuEntry = UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.… in notifyContextMenuExecute()
95 …xMenuEntry = UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xMenuElementFactory.… in notifyContextMenuExecute()
114 catch (com.sun.star.beans.UnknownPropertyException ex) in notifyContextMenuExecute()
/trunk/main/odk/examples/java/Text/
H A DTextReplace.java107 com.sun.star.beans.XPropertySet xCPS = (com.sun.star.beans.XPropertySet) in createExampleData()
109 com.sun.star.beans.XPropertySet.class, xTextCursor); in createExampleData()
119 xCPS = (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in createExampleData()
120 com.sun.star.beans.XPropertySet.class, xTextCursor); in createExampleData()
201 com.sun.star.beans.PropertyValue xValues[] = in CreateNewDocument()
202 new com.sun.star.beans.PropertyValue[1]; in CreateNewDocument()
203 com.sun.star.beans.PropertyValue xEmptyArgs[] = in CreateNewDocument()
204 new com.sun.star.beans.PropertyValue[0]; in CreateNewDocument()
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartShape.idl34 #include <com/sun/star/beans/UnknownPropertyException.idl>
37 #include <com/sun/star/beans/PropertyVetoException.idl>
65 //interface XChartShape : ::com::sun::star::beans::XPropertySet
68 …/** the method corresponds to the identical methods of the interface com::sun::star::beans::XPrope…
72 raises( com::sun::star::beans::UnknownPropertyException,
73 com::sun::star::beans::PropertyVetoException,
78 …/** the method corresponds to the identical methods of the interface com::sun::star::beans::XPrope…
81 raises( com::sun::star::beans::UnknownPropertyException,
103 raises( com::sun::star::beans::PropertyVetoException );
/trunk/main/linguistic/source/
H A Dspelldsp.hxx67 ::com::sun::star::beans::XPropertySet > xPropSet;
81 ::com::sun::star::beans::XPropertySet >
90 const ::com::sun::star::beans::PropertyValues& aProperties,
97 const ::com::sun::star::beans::PropertyValues& aProperties,
110 …d, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun::star::beans::PropertyValues& a…
111 …d, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun::star::beans::PropertyValues& a…
118 …Int16 nLanguage, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
119 …Int16 nLanguage, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
139 ::com::sun::star::beans::XPropertySet >
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotItemObj.csv5 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
6 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
7 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
8 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
9 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
10 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
11 "ScDataPilotItemObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdLayer.csv5 "SdLayer";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
6 "SdLayer";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
7 "SdLayer";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
8 "SdLayer";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
9 "SdLayer";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
10 "SdLayer";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
11 "SdLayer";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java277 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() in getPropertySetInfo()
282 … aPropertyName, Object aValue) throws com.sun.star.beans.UnknownPropertyException, com.sun.star.be… in setPropertyValue()
287 …public Object getPropertyValue(String aPropertyName) throws com.sun.star.beans.UnknownPropertyExce… in getPropertyValue()
292 …istener(String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) throws com.sun… in addPropertyChangeListener()
297 …istener(String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) throws com.sun… in removePropertyChangeListener()
302 …istener(String aPropertyName, com.sun.star.beans.XVetoableChangeListener xListener) throws com.sun… in addVetoableChangeListener()
307 …istener(String aPropertyName, com.sun.star.beans.XVetoableChangeListener xListener) throws com.sun… in removeVetoableChangeListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.ODatasourceAdministrationDialog.csv6 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
7 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
8 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
9 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener(…
10 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"removePropertyChangeListen…
11 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener(…
12 "ODatasourceAdministrationDialog";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListen…
H A Dcom.sun.star.comp.dba.OCommandDefinition.csv1 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
2 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
3 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
4 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
5 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
6 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
7 "OCommandDefinition";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx55 public com::sun::star::beans::XPropertySet,
63 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& seq,
490 virtual com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL
497 throw( com::sun::star::beans::UnknownPropertyException,
498 com::sun::star::beans::PropertyVetoException,
506 throw( com::sun::star::beans::UnknownPropertyException,
514 throw( com::sun::star::beans::UnknownPropertyException,
522 throw( com::sun::star::beans::UnknownPropertyException,
530 throw( com::sun::star::beans::UnknownPropertyException,
537 throw( com::sun::star::beans::UnknownPropertyException,
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx52 public com::sun::star::beans::XPropertySet,
63 com::sun::star::beans::Property >& seq,
511 com::sun::star::beans::XPropertySetInfo > SAL_CALL
518 throw( com::sun::star::beans::UnknownPropertyException,
519 com::sun::star::beans::PropertyVetoException,
527 throw( com::sun::star::beans::UnknownPropertyException,
536 throw( com::sun::star::beans::UnknownPropertyException,
545 throw( com::sun::star::beans::UnknownPropertyException,
554 throw( com::sun::star::beans::UnknownPropertyException,
562 throw( com::sun::star::beans::UnknownPropertyException,
[all …]

Completed in 90 milliseconds

1...<<21222324252627282930>>...232