Home
last modified time | relevance | path

Searched refs:beans (Results 701 – 725 of 5872) sorted by relevance

1...<<21222324252627282930>>...235

/aoo41x/main/offapi/com/sun/star/configuration/
H A DHierarchyElement.idl35 #include <com/sun/star/beans/XProperty.idl>
39 #include <com/sun/star/beans/XPropertyWithState.idl>
79 described by <type scope="com::sun::star::beans">PropertyAttribute</type>
84 <type scope="com::sun::star::beans">XPropertySetInfo</type>, then this returns
85 the same <type scope="com::sun::star::beans">Property</type> as the
86 <type scope="com::sun::star::beans">XPropertySetInfo</type> of the parent.
89 [optional] interface com::sun::star::beans::XProperty;
98 <type scope="com::sun::star::beans">XPropertyState</type>, then members
106 [optional] interface com::sun::star::beans::XPropertyWithState;
/aoo41x/main/svtools/source/config/
H A Dprintoptions.cxx213 css::uno::Reference< css::beans::XPropertySet > xSet(m_xNode, css::uno::UNO_QUERY); in IsReduceTransparency()
233 css::uno::Reference< css::beans::XPropertySet > xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedTransparencyMode()
253 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsReduceGradients()
275 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedGradientMode()
297 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedGradientStepCount()
319 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsReduceBitmaps()
341 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedBitmapMode()
363 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in GetReducedBitmapResolution()
385 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsReducedBitmapIncludesTransparency()
407 css::uno::Reference<css::beans::XPropertySet> xSet(m_xNode, css::uno::UNO_QUERY); in IsConvertToGreyscales()
[all …]
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_content.hxx31 namespace beans { namespace
70 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
80 ::com::sun::star::beans::Property >& rProperties,
85 ::com::sun::star::beans::PropertyValue >& rValues,
102 void changePropertyValue(const ::com::sun::star::beans::PropertyValue& _rValue,
107 …::star::uno::Sequence< ::com::sun::star::beans::PropertyChangeEvent >& _rChanges) throw (::com::su…
181 ::com::sun::star::beans::Property >& rProperties,
/aoo41x/main/offapi/com/sun/star/text/
H A DXTextConvert.idl31 #include <com/sun/star/beans/PropertyValues.idl>
39 #include <com/sun/star/beans/UnknownPropertyException.idl>
81 [in] com::sun::star::beans::PropertyValues FrameProperties )
83 com::sun::star::beans::UnknownPropertyException );
100 … [in] sequence< sequence< com::sun::star::beans::PropertyValues > > CellProperties,
101 [in] sequence< com::sun::star::beans::PropertyValues > RowProperties,
102 [in] com::sun::star::beans::PropertyValues TableProperties )
104 com::sun::star::beans::UnknownPropertyException );
/aoo41x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.hxx75 … _sNewURLPrefix,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
93 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xDatasource;
114 …sal_Bool getCurrentSettings(::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValu…
140 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getCurrentDataSource();
169 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxSource,
180 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxDest);
186 … SfxItemSet& _rSource, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
195 …void implTranslateProperty(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XProp…
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.hxx66 public com::sun::star::beans::XPropertySet,
75 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& seq,
575 virtual com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL
582 throw( com::sun::star::beans::UnknownPropertyException,
583 com::sun::star::beans::PropertyVetoException,
591 throw( com::sun::star::beans::UnknownPropertyException,
599 throw( com::sun::star::beans::UnknownPropertyException,
607 throw( com::sun::star::beans::UnknownPropertyException,
615 throw( com::sun::star::beans::UnknownPropertyException,
622 throw( com::sun::star::beans::UnknownPropertyException,
[all …]
/aoo41x/main/sfx2/source/dialog/
H A Dmailmodel.cxx83 using namespace ::com::sun::star::beans;
217 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs ) in ShowFilterOptionsDialog()
223 uno::Sequence < beans::PropertyValue > aProps; in ShowFilterOptionsDialog()
248 uno::Reference< beans::XPropertyAccess > xFilterProperties( in ShowFilterOptionsDialog()
253 uno::Sequence< beans::PropertyValue > aPropsForDialog(1); in ShowFilterOptionsDialog()
263 uno::Sequence< beans::PropertyValue > aFilterDataValue(1); in ShowFilterOptionsDialog()
310 catch( com::sun::star::beans::PropertyVetoException& ) in ShowFilterOptionsDialog()
424 css::uno::Sequence< css::beans::NamedValue > aQuery( bSendAsPDF ? 3 : 2 ); in SaveDocumentAsFormat()
501 catch ( css::beans::UnknownPropertyException& ) in SaveDocumentAsFormat()
583 css::uno::Sequence< css::beans::PropertyValue > aArgs( ++nNumArgs ); in SaveDocumentAsFormat()
[all …]
/aoo41x/main/sc/source/ui/unoobj/
H A Dchartuno.cxx268 uno::Sequence< beans::PropertyValue > aArgs( 4 ); in addNewByName()
269 aArgs[0] = beans::PropertyValue( in addNewByName()
272 aArgs[1] = beans::PropertyValue( in addNewByName()
274 uno::makeAny( bRowHeaders ), beans::PropertyState_DIRECT_VALUE ); in addNewByName()
275 aArgs[2] = beans::PropertyValue( in addNewByName()
277 uno::makeAny( bColumnHeaders ), beans::PropertyState_DIRECT_VALUE ); in addNewByName()
278 aArgs[3] = beans::PropertyValue( in addNewByName()
471 PROP_HANDLE_RELATED_CELLRANGES, beans::PropertyAttribute::MAYBEVOID, in ScChartObj()
512 const beans::PropertyValue* pPropArray = aArgs.getConstArray(); in GetData_Impl()
516 const beans::PropertyValue& rProp = pPropArray[i]; in GetData_Impl()
[all …]
H A Dcellsuno.cxx846 void lcl_CopyProperties( beans::XPropertySet& rDest, beans::XPropertySet& rSource ) in lcl_CopyProperties()
1706 SC_QUERYINTERFACE( beans::XPropertySet ) in queryInterface()
1709 SC_QUERYINTERFACE( beans::XPropertyState ) in queryInterface()
1859 beans::PropertyState eRet = beans::PropertyState_DIRECT_VALUE; in GetOnePropertyState()
1880 eRet = beans::PropertyState_DIRECT_VALUE; in GetOnePropertyState()
1894 eRet = beans::PropertyState_DIRECT_VALUE; in GetOnePropertyState()
1900 eRet = beans::PropertyState_DIRECT_VALUE; in GetOnePropertyState()
2218 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
2230 throw beans::UnknownPropertyException(); in setPropertyValue()
2381 throw beans::UnknownPropertyException(); in getPropertyValue()
[all …]
H A Ddocuno.cxx316 uno::Sequence<beans::PropertyValue> aUIProp; in SetDefaults()
466 SC_QUERYINTERFACE( beans::XPropertySet ) in queryInterface()
662 const beans::PropertyValue& rProp = pPropArray[i]; in lcl_GetRenderDevice()
1081 beans::PropertyValue* pArray = aSequence.getArray(); in getRenderer()
1661 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
1668 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
3029 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
3036 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
3256 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
3263 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
[all …]
H A Dconfuno.cxx76 …EN), 0, &getCppuType((uno::Reference<i18n::XForbiddenCharacters>*)0), beans::PropertyAttribute… in lcl_GetConfigPropertyMap()
87 …{MAP_CHAR_LEN(SC_UNO_MODIFYPASSWORDINFO), 0, &getCppuType((uno::Sequence< beans::PropertyValue >*… in lcl_GetConfigPropertyMap()
121 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScDocumentConfiguration::getPropertySetInfo() in getPropertySetInfo()
125 static uno::Reference<beans::XPropertySetInfo> aRef( in getPropertySetInfo()
132 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
279 uno::Sequence< beans::PropertyValue > aInfo; in setPropertyValue()
287 throw beans::PropertyVetoException( in setPropertyValue()
309 throw beans::UnknownPropertyException(); in setPropertyValue()
332 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
444 throw beans::UnknownPropertyException(); in getPropertyValue()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLTools.cxx149 SchXMLTools::copyProperties( Reference< beans::XPropertySet >( xSeq, uno::UNO_QUERY ), in lcl_createNewSequenceFromCachedXMLRange()
150 Reference< beans::XPropertySet >( xRet, uno::UNO_QUERY )); in lcl_createNewSequenceFromCachedXMLRange()
664 Reference< beans::XPropertySet > xProp( xDataSequence, uno::UNO_QUERY_THROW ); in setXMLRangePropertyAtDataSequence()
665 Reference< beans::XPropertySetInfo > xInfo( xProp->getPropertySetInfo()); in setXMLRangePropertyAtDataSequence()
689 Reference< beans::XPropertySet > xProp( xDataSequence, uno::UNO_QUERY_THROW ); in getXMLRangePropertyFromDataSequence()
690 Reference< beans::XPropertySetInfo > xInfo( xProp->getPropertySetInfo()); in getXMLRangePropertyFromDataSequence()
711 const Reference< beans::XPropertySet > & xSource, in copyProperties()
712 const Reference< beans::XPropertySet > & xDestination ) in copyProperties()
721 Sequence< beans::Property > aProperties( xSrcInfo->getProperties()); in copyProperties()
728 beans::Property aProp( xDestInfo->getPropertyByName( aName )); in copyProperties()
[all …]
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.hxx250 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> & rMediaDesc,/// ou…
262 const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> & rMediaDesc
333 …::OUString& URL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
335 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getArgs…
356 …:OUString& sURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
365 …virtual void SAL_CALL setModified( sal_Bool bModified ) throw (::com::sun::star::beans::PropertyVe…
377 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getPrin…
378 …CALL setPrinter( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
379 …virtual void SAL_CALL print( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Prope…
606 …const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rMediaDescriptor,
[all …]
/aoo41x/main/dbaccess/source/core/inc/
H A DDatabaseDataProvider.hxx84 …taSourcePossible(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > &…
99 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
100 …:star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyException, ::com::sun::star:…
101 …tyName) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyEx…
102 …::com::sun::star::beans::XPropertyChangeListener > & xListener) throw (::com::sun::star::uno::Runt…
103 …::com::sun::star::beans::XPropertyChangeListener > & aListener) throw (::com::sun::star::uno::Runt…
104 …::com::sun::star::beans::XVetoableChangeListener > & aListener) throw (::com::sun::star::uno::Runt…
105 …::com::sun::star::beans::XVetoableChangeListener > & aListener) throw (::com::sun::star::uno::Runt…
121 …ngClause( const ::rtl::OUString& _havingclause ) throw (::com::sun::star::beans::UnknownPropertyEx…
123 …LL setGroupBy( const ::rtl::OUString& _groupby ) throw (::com::sun::star::beans::UnknownPropertyEx…
[all …]
/aoo41x/main/qadevOOo/tests/java/mod/_fwl/
H A DPathSettings.java26 import com.sun.star.beans.NamedValue;
27 import com.sun.star.beans.Property;
28 import com.sun.star.beans.PropertyVetoException;
29 import com.sun.star.beans.XPropertySet;
30 import com.sun.star.beans.XPropertySetInfo;
87 } catch (com.sun.star.beans.UnknownPropertyException e){ in cleanup()
150 } catch (com.sun.star.beans.UnknownPropertyException e){ in saveAllPropertyValues()
/aoo41x/main/oox/inc/oox/helper/
H A Dpropertyset.hxx60 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rxPropSet ) in PropertySet()
68 …void set( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropert…
73 …{ set( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >( rObject, ::com::… in set()
79 inline ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
140 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
142 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet >
144 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
/aoo41x/main/chart2/source/view/inc/
H A DPropertyMapper.hxx56 ::com::sun::star::beans::XPropertySet >& xTarget
58 ::com::sun::star::beans::XPropertySet >& xSource
66 ::com::sun::star::beans::XPropertySet >& xSourceProp
72 … , const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xProp
96 ::com::sun::star::beans::XPropertySet >& xTarget );
110 ::com::sun::star::beans::XPropertySet >& xSourceProp
121 ::com::sun::star::beans::XPropertySet >& xSourceProp
/aoo41x/main/sc/inc/
H A Dcellsuno.hxx156 public com::sun::star::beans::XMultiPropertySet,
157 public com::sun::star::beans::XPropertyState,
273 throw(::com::sun::star::beans::UnknownPropertyException,
274 ::com::sun::star::beans::PropertyVetoException,
280 throw(::com::sun::star::beans::UnknownPropertyException,
286 throw(::com::sun::star::beans::UnknownPropertyException,
292 throw(::com::sun::star::beans::UnknownPropertyException,
298 throw(::com::sun::star::beans::UnknownPropertyException,
304 throw(::com::sun::star::beans::UnknownPropertyException,
311 throw (::com::sun::star::beans::PropertyVetoException,
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport.cxx158 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in checkForCustomShapeReplacement()
175 uno::Sequence< beans::PropertyValue > aPropValues( 2 ); in checkForCustomShapeReplacement()
206 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in collectShapeAutoStyles()
251 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
296 uno::Reference< beans::XPropertySet > xStylePropSet(xStyle, uno::UNO_QUERY); in collectShapeAutoStyles()
308 catch(beans::UnknownPropertyException aException) in collectShapeAutoStyles()
395 uno::Reference< beans::XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in collectShapeAutoStyles()
543 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in exportShape()
693 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY ); in exportShape()
1105 uno::Reference <beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY); in ImpCalcShapeType()
[all …]
/aoo41x/main/chart2/source/model/main/
H A DChartModel.hxx132 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aMediaDescriptor;
175 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
209 ::com::sun::star::beans::PropertyValue >& rMediaDescriptor,
214 ::com::sun::star::beans::PropertyValue >& rMediaDescriptor,
223 ::com::sun::star::beans::PropertyValue > & rMediaDescriptor );
261 ::com::sun::star::beans::PropertyValue >& rMediaDescriptor )
370 ::com::sun::star::beans::PropertyValue >& rMediaDescriptor )
377 ::com::sun::star::beans::PropertyValue >& rMediaDescriptor )
389 throw (::com::sun::star::beans::PropertyVetoException
508 ::com::sun::star::beans::PropertyValue >& rMediaDescriptor )
[all …]
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Tools.cxx239 Reference< beans::XPropertyState > xState( xDiagram, uno::UNO_QUERY_THROW ); in executeDispatch_NewArrangement()
248 … Reference< beans::XPropertyState > xLegendState( xDiagram->getLegend(), uno::UNO_QUERY ); in executeDispatch_NewArrangement()
261 Reference< beans::XPropertyState > xTitleState( in executeDispatch_NewArrangement()
383 uno::Reference< beans::XPropertySet > xModelProp( getModel(), uno::UNO_QUERY ); in impl_PasteGraphic()
390 uno::Reference< beans::XPropertySet > xGraphicShapeProp( xGraphicShape, uno::UNO_QUERY ); in impl_PasteGraphic()
408 uno::Reference< beans::XPropertySet > xGraphicProp( xGraphic, uno::UNO_QUERY ); in impl_PasteGraphic()
501 Reference< beans::XPropertySet > xProperties( xTextShape, uno::UNO_QUERY_THROW ); in impl_PasteStringAsTextShape()
732 uno::Reference< beans::XPropertySet > xEqProp( in executeDispatch_Delete()
755 uno::Reference< beans::XPropertySet > xErrorBarProp( in executeDispatch_Delete()
780 uno::Reference< beans::XPropertySet > xObjectProperties = in executeDispatch_Delete()
[all …]
/aoo41x/main/udkapi/com/sun/star/beans/
H A DPropertyBag.idl27 #include <com/sun/star/beans/XPropertySet.idl>
31 #include <com/sun/star/beans/XPropertyContainer.idl>
35 #include <com/sun/star/beans/XPropertyAccess.idl>
41 module com { module sun { module star { module beans {
54 interface com::sun::star::beans::XPropertySet;
56 interface com::sun::star::beans::XPropertyContainer;
58 interface com::sun::star::beans::XPropertyAccess;
/aoo41x/main/scaddins/source/datefunc/
H A Ddateadd.idl26 #include <com/sun/star/beans/XPropertySet.idl>
52 [in] com::sun::star::beans::XPropertySet xOptions,
58 [in] com::sun::star::beans::XPropertySet xOptions,
64 [in] com::sun::star::beans::XPropertySet xOptions,
70 [in] com::sun::star::beans::XPropertySet xOptions,
76 [in] com::sun::star::beans::XPropertySet xOptions,
82 [in] com::sun::star::beans::XPropertySet xOptions,
88 [in] com::sun::star::beans::XPropertySet xOptions,
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DOrganigram.java24 import com.sun.star.beans.PropertyValue;
25 import com.sun.star.beans.XPropertySet;
104 com.sun.star.beans.XPropertySet xPageProps = in drawOrganigram()
105 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in drawOrganigram()
106 com.sun.star.beans.XPropertySet.class, xDrawPage); in drawOrganigram()
163 com.sun.star.beans.XPropertySet xConnectorProps = in drawOrganigram()
164 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in drawOrganigram()
165 com.sun.star.beans.XPropertySet.class, connector); in drawOrganigram()
/aoo41x/main/package/source/xstor/
H A Dxstorage.cxx505 beans::NamedValue aNamedValue; in OpenOwnPackage()
514 beans::NamedValue aNamedValue; in OpenOwnPackage()
4304 throw ( beans::PropertyVetoException, in setModified()
4970 throw ( beans::UnknownPropertyException, in setPropertyValue()
4971 beans::PropertyVetoException, in setPropertyValue()
5082 throw ( beans::UnknownPropertyException, in getPropertyValue()
5195 throw ( beans::UnknownPropertyException, in addPropertyChangeListener()
5215 throw ( beans::UnknownPropertyException, in removePropertyChangeListener()
5235 throw ( beans::UnknownPropertyException, in addVetoableChangeListener()
6033 beans::UnknownPropertyException, in getElementPropertyValue()
[all …]

Completed in 204 milliseconds

1...<<21222324252627282930>>...235