Home
last modified time | relevance | path

Searched refs:beans (Results 751 – 775 of 5745) sorted by relevance

1...<<31323334353637383940>>...230

/aoo41x/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXMailMerge.csv15 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
16 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
17 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
18 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
19 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
20 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
21 "SwXMailMerge";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedGapwidthProperty.cxx75 …Property_Base::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& /… in setPropertyValue()
76 …throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExcepti… in setPropertyValue()
95 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in setPropertyValue()
125 Any WrappedBarPositionProperty_Base::getPropertyValue( const Reference< beans::XPropertySet >& /*xI… in getPropertyValue()
126 … throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyValue()
141 Reference< beans::XPropertySet > xProp( aChartTypeList[nN], uno::UNO_QUERY ); in getPropertyValue()
H A DWrappedDataCaptionProperties.cxx39 using ::com::sun::star::beans::Property;
55 …alueFromSeries( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& x…
56 …virtual void setValueToSeries( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XP…
124 beans::PropertyAttribute::BOUND in addProperties()
125 | beans::PropertyAttribute::MAYBEDEFAULT )); in addProperties()
161 sal_Int32 WrappedDataCaptionProperty::getValueFromSeries( const Reference< beans::XPropertySet >& x… in getValueFromSeries()
171 void WrappedDataCaptionProperty::setValueToSeries( const Reference< beans::XPropertySet >& xSeriesP… in setValueToSeries()
/aoo41x/main/dbaccess/source/ui/inc/
H A Dqueryfilter.hxx80 namespace beans namespace
129 …void SetLine( sal_uInt16 nIdx,const ::com::sun::star::beans::PropertyValue& _rItem,sal_Bool _bOr…
133 …tBox& _rField,const ListBox& _rComp,const Edit& _rValue,::com::sun::star::beans::PropertyValue& _r…
134 …::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > >…
136 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getMatchingColumn( const…
137 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getColumn( const ::rtl::…
138 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getQueryColumn( const ::…
H A DWCopyTable.hxx110 …pyUISettingsTo( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
126 …>& _xConnection,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
147 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xObject;
148 … ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > m_xObjectPSI;
154 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject
160 …pyUISettingsTo( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
161 …& _xConnection, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
196 …pyUISettingsTo( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
197 …>& _xConnection,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
392 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createTable();
[all …]
/aoo41x/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx63 ::com::sun::star::beans::XPropertyChangeListener,
99 const com::sun::star::beans::PropertyChangeEvent& rEvent)
295 xComponent->addEventListener(static_cast<beans::XPropertyChangeListener*>(this)); in Implementation()
355 xComponent->removeEventListener(static_cast<beans::XPropertyChangeListener*>(this)); in ReleaseListeners()
436 Reference<beans::XPropertySet> xSet (xController, UNO_QUERY); in ConnectToController()
443 catch (beans::UnknownPropertyException) in ConnectToController()
452 catch (beans::UnknownPropertyException) in ConnectToController()
482 Reference<beans::XPropertySet> xSet (xController, UNO_QUERY); in DisconnectFromController()
490 catch (beans::UnknownPropertyException aEvent) in DisconnectFromController()
499 catch (beans::UnknownPropertyException aEvent) in DisconnectFromController()
[all …]
/aoo41x/main/sw/source/ui/utlui/
H A Dunotools.cxx156 uno::Reference< beans::XPropertySet > xPrSet(xInst, uno::UNO_QUERY); in CreateControl()
165 uno::Sequence<beans::PropertyValue> aSeq(3); in CreateControl()
166 beans::PropertyValue* pValues = aSeq.getArray(); in CreateControl()
175 aArgs.setValue(&aSeq, ::getCppuType((uno::Sequence<beans::PropertyValue>*)0)); in CreateControl()
210 uno::Reference< beans::XPropertySet > xPrSet(_xControl, uno::UNO_QUERY); in IMPL_LINK()
215 uno::Reference< beans::XPropertySet > xPropSet( xFrm, uno::UNO_QUERY ); in IMPL_LINK()
237 uno::Reference< beans::XPropertySet > xViewProps = xSettings->getViewSettings(); in IMPL_LINK()
290 uno::Reference< beans::XPropertySet > xCrsrProp(_xCursor, uno::UNO_QUERY); in IMPL_LINK()
307 uno::Reference< beans::XPropertySet > xPProp(xPStyle, uno::UNO_QUERY); in IMPL_LINK()
429 uno::Reference< beans::XPropertySet > xViewProps = xSettings->getViewSettings(); in CreatePopup()
[all …]
/aoo41x/main/sc/source/ui/vba/
H A Dvbafont.cxx47 const uno::Reference< beans::XPropertySet >& xPropertySet, in ScVbaFont()
66 uno::Reference< beans::XPropertySet > lcl_TextProperties( uno::Reference< table::XCell >& xIf ) thr… in lcl_TextProperties()
70 uno::Reference< beans::XPropertySet > xProps( xTxt->createTextCursor(), uno::UNO_QUERY_THROW ); in lcl_TextProperties()
91 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSuperscript()
101 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSuperscript()
131 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSuperscript()
143 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSuperscript()
163 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSubscript()
172 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSubscript()
205 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSubscript()
[all …]
/aoo41x/main/svl/source/fsstor/
H A Dfsstorage.cxx156 uno::Sequence< beans::PropertyValue >, in FSStorage()
326 , static_cast<beans::XPropertySet*> ( this ) ); in queryInterface()
1326 throw ( beans::UnknownPropertyException, in setPropertyValue()
1327 beans::PropertyVetoException, in setPropertyValue()
1338 throw beans::PropertyVetoException(); // TODO in setPropertyValue()
1346 throw ( beans::UnknownPropertyException, in getPropertyValue()
1360 throw beans::UnknownPropertyException(); // TODO in getPropertyValue()
1368 throw ( beans::UnknownPropertyException, in addPropertyChangeListener()
1385 throw ( beans::UnknownPropertyException, in removePropertyChangeListener()
1402 throw ( beans::UnknownPropertyException, in addVetoableChangeListener()
[all …]
/aoo41x/main/chart2/source/view/main/
H A DChartView.cxx269 uno::Sequence< beans::PropertyValue > aProps(3); in getMetaFile()
276 uno::Sequence< beans::PropertyValue > aFilterData(4); in getMetaFile()
1876 const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, in getExplicitNumberFormatKeyForDataLabel()
1919 const uno::Reference< beans::XPropertySet >& xSeriesOrPointProp, in getExplicitPercentageNumberFormatKeyForDataLabel()
2095 uno::Reference< beans::XPropertySet > xProp(xDiagram, uno::UNO_QUERY); in getAvailablePosAndSizeForDiagram()
2242 uno::Reference< beans::XPropertySet > xProp(xTitle, uno::UNO_QUERY); in lcl_createTitle()
2382 uno::Reference< beans::XPropertySet > xPageProp; in formatPage()
2914 Reference< beans::XPropertySetInfo > SAL_CALL ChartView::getPropertySetInfo() in getPropertySetInfo()
2923 …throw (beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExcepti… in setPropertyValue()
2946 uno::Sequence< beans::PropertyValue > aZoomFactors; in setPropertyValue()
[all …]
/aoo41x/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx86 Reference<beans::XPropertySet> xSet (xPages[nIndex], UNO_QUERY); in select()
162 Reference<beans::XPropertySet> xProperties (rxDrawPage, UNO_QUERY); in setCurrentPage()
193 throw(css::beans::UnknownPropertyException, in setFastPropertyValue()
194 css::beans::PropertyVetoException, in setFastPropertyValue()
202 throw beans::UnknownPropertyException(); in setFastPropertyValue()
210 throw(css::beans::UnknownPropertyException, in getFastPropertyValue()
217 throw beans::UnknownPropertyException(); in getFastPropertyValue()
H A Dunosrch.cxx763 uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL SdUnoSearchReplaceDescriptor::… in getPropertySetInfo()
771 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoExce… in setPropertyValue()
791 throw beans::UnknownPropertyException(); in setPropertyValue()
799 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce… in getPropertyValue()
819 throw beans::UnknownPropertyException(); in getPropertyValue()
825 …n::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& ) throw(::com::sun::… in addPropertyChangeListener()
826 …n::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& ) throw(::com::sun::… in removePropertyChangeListener()
827 …n::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& ) throw(::com::sun::… in addVetoableChangeListener()
828 …n::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& ) throw(::com::sun::… in removeVetoableChangeListener()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltexti.hxx51 ::com::sun::star::beans::XPropertySet>& rInfoSet,
58 ::com::sun::star::beans::XPropertySet>
65 ::com::sun::star::beans::XPropertySet>
72 ::com::sun::star::beans::XPropertySet>
81 ::com::sun::star::beans::XPropertySet>
88 ::com::sun::star::beans::XPropertySet>
96 const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > &rPropSet,
/aoo41x/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.hxx63 …tyValue( const ::rtl::OUString& _rPropertyName ) throw (::com::sun::star::beans::UnknownPropertyEx…
64 …ame, const ::com::sun::star::uno::Any& _rValue ) throw (::com::sun::star::beans::UnknownPropertyEx…
70 …::XPropertyControlFactory >& _rxControlFactory ) throw (::com::sun::star::beans::UnknownPropertyEx…
72 …spection::XObjectInspectorUI >& _rxInspectorUI ) throw (::com::sun::star::beans::UnknownPropertyEx…
74 …ChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeLi…
75 …ChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeLi…
78 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >
/aoo41x/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxDrawPage.csv19 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()"
20 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()"
21 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()"
22 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"addPropertyChangeListener()"
23 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()"
24 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()"
25 "SvxDrawPage";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()"
/aoo41x/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdDrawPage.csv19 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()"
20 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()"
21 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()"
22 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"addPropertyChangeListener()"
23 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()"
24 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()"
25 "SdDrawPage";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()"
/aoo41x/main/chart2/source/tools/
H A DImplOPropertySet.cxx44 public ::std::unary_function< sal_Int32, beans::PropertyState >
51 inline beans::PropertyState operator() ( sal_Int32 nHandle ) in operator ()()
54 return beans::PropertyState_DEFAULT_VALUE; in operator ()()
55 return beans::PropertyState_DIRECT_VALUE; in operator ()()
112 beans::PropertyState ImplOPropertySet::GetPropertyStateByHandle( sal_Int32 nHandle ) const in GetPropertyStateByHandle()
117 Sequence< beans::PropertyState > ImplOPropertySet::GetPropertyStatesByHandle( in GetPropertyStatesByHandle()
120 Sequence< beans::PropertyState > aResult( aHandles.size()); in GetPropertyStatesByHandle()
/aoo41x/main/dbaccess/source/core/api/
H A Dquery.hxx65 ::com::sun::star::beans::XPropertyChangeListener,
86 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xCommandDefi…
88 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > m_xCommandProp…
119 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxCommandDefinit…
131 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
140 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL createD…
143 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) th…
/aoo41x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx298 uno::Reference< beans::XPropertySet> m_xTextDefaults;
709 typedef std::vector< beans::PropertyValue > _PropValVector;
715 void Insert( beans::PropertyValue aVal );
719 void PropValVector::Insert( beans::PropertyValue aVal ) in Insert()
870 beans::PropertyState_DIRECT_VALUE ); in ApplyStyleSheets()
878 beans::PropertyState_DIRECT_VALUE ); in ApplyStyleSheets()
919 uno::Reference< beans::XPropertySet > xProp( xStyle, uno::UNO_QUERY ); in ApplyStyleSheets()
955 beans::PropertyValue aNew; in ApplyStyleSheets()
974 beans::UnknownPropertyException aUnknownPropertyException; in ApplyStyleSheets()
1282 m_pImpl->m_xTextDefaults = uno::Reference< beans::XPropertySet>( in applyDefaults()
[all …]
/aoo41x/main/ucb/source/core/
H A Ducbprops.hxx49 public com::sun::star::beans::XPropertySetInfo
51 com::sun::star::uno::Sequence< com::sun::star::beans::Property >*
57 com::sun::star::beans::Property& rProp );
76 com::sun::star::beans::Property > SAL_CALL
79 virtual com::sun::star::beans::Property SAL_CALL
81 throw( com::sun::star::beans::UnknownPropertyException,
/aoo41x/main/comphelper/inc/comphelper/
H A Dofopxmlhelper.hxx61 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringP…
65 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringP…
67 …::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair > > SA…
77 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringP…
91 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringP…
104 …const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::S…
116 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair >& aDefaultsSequence,
117 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair >& aOverridesSequence,
/aoo41x/main/configmgr/source/
H A Dbroadcaster.cxx94 css::uno::Reference< css::beans::XPropertyChangeListener > const & listener, in addPropertyChangeNotification()
95 css::beans::PropertyChangeEvent const & event) in addPropertyChangeNotification()
102 css::uno::Reference< css::beans::XPropertiesChangeListener > const & in addPropertiesChangeNotification()
104 css::uno::Sequence< css::beans::PropertyChangeEvent > const & event) in addPropertiesChangeNotification()
229 css::uno::Reference< css::beans::XPropertyChangeListener > const & in PropertyChangeNotification()
231 css::beans::PropertyChangeEvent const & theEvent): in PropertyChangeNotification()
238 css::uno::Reference< css::beans::XPropertiesChangeListener > const & in PropertiesChangeNotification()
240 css::uno::Sequence< css::beans::PropertyChangeEvent > const & theEvent): in PropertiesChangeNotification()
/aoo41x/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx62 using namespace ::com::sun::star::beans;
287 …throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in _preSetValues()
298 …throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in _setSingleValue()
674 uno::Sequence< beans::PropertyValue > aInfo; in _setSingleValue()
682 throw beans::PropertyVetoException( in _setSingleValue()
699 …throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in _postSetValues()
721 …throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in _preGetValues()
730 throw(beans::UnknownPropertyException, lang::WrappedTargetException ) in _getSingleValue()
1034 …throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentExceptio… in _postGetValues()
/aoo41x/main/forms/source/component/
H A DDatabaseForm.hxx142 , ::com::sun::star::beans::XPropertyContainer
143 , ::com::sun::star::beans::XPropertyAccess
256 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& _out_rFixedProperties,
257 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& _out_rAggregateProperties
259 virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet >
263 virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle);
434 …:rtl::OUString& Name ) throw (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
438 … ::com::sun::star::beans::PropertyValue >& aProps ) throw (::com::sun::star::beans::UnknownPropert…
460 …virtual void _propertyChanged( const ::com::sun::star::beans::PropertyChangeEvent& ) throw(::com::…
485 …sal_Bool canShareConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPro…
[all …]
/aoo41x/main/udkapi/com/sun/star/beans/
H A DXMultiPropertySet.idl31 #include <com/sun/star/beans/XPropertySetInfo.idl>
35 #include <com/sun/star/beans/PropertyVetoException.idl>
47 #include <com/sun/star/beans/XPropertiesChangeListener.idl>
53 module com { module sun { module star { module beans {
71 com::sun::star::beans::XPropertySetInfo getPropertySetInfo();
100 raises( com::sun::star::beans::PropertyVetoException,
138 [in] com::sun::star::beans::XPropertiesChangeListener xListener );
154 …[oneway] void removePropertiesChangeListener( [in] com::sun::star::beans::XPropertiesChangeListene…
168 [in] com::sun::star::beans::XPropertiesChangeListener xListener );

Completed in 179 milliseconds

1...<<31323334353637383940>>...230