Home
last modified time | relevance | path

Searched refs:beans (Results 976 – 1000 of 5912) sorted by relevance

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

/trunk/main/framework/inc/dispatch/
H A Dblankdispatcher.hxx86 …const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::Runti…
93 … const css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
99 … const css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ,
108 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ,
112 … const css::uno::Sequence< css::beans::PropertyValue >& lArguments ,
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.hxx97 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >
100 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue>
104 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >
107 com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >
156 com::sun::star::beans::PropertyValue > > GetPropertyValues( );
186 com::sun::star::beans::PropertyValue > > GetPropertyValues( );
/trunk/main/offapi/com/sun/star/table/
H A DXTable.idl48 #include <com/sun/star/beans/XMultiPropertySet.idl>
52 #include <com/sun/star/beans/XPropertySet.idl>
56 #include <com/sun/star/beans/XFastPropertySet.idl>
94 /* interface ::com::sun::star::beans::XMultiPropertySet; */
98 interface ::com::sun::star::beans::XPropertySet;
102 interface ::com::sun::star::beans::XFastPropertySet;
/trunk/main/offapi/com/sun/star/ucb/
H A DGnomeVFSFolderContent.idl42 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
46 #include <com/sun/star/beans/XPropertyContainer.idl>
50 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
97 interface com::sun::star::beans::XPropertiesChangeNotifier;
103 interface com::sun::star::beans::XPropertyContainer;
109 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
H A DContent.idl30 #include <com/sun/star/beans/XPropertyContainer.idl>
31 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
32 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
108 <td><type scope="com::sun::star::beans">XPropertySetInfo</type></td>
140 <type scope="com::sun::star::beans">PropertyValue</type>s passed as
907 interface com::sun::star::beans::XPropertiesChangeNotifier;
918 <method scope="com::sun::star::beans">XPropertyContainer::addProperty</method>
937 <type scope="com::sun::star::beans">IllegalTypeException</type> must
947 interface com::sun::star::beans::XPropertyContainer;
956 <type scope="com::sun::star::beans">XPropertyContainer</type>. )
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx75 uno::Reference<beans::XPropertySet> xSourceUDSet( in lcl_copyDocumentProperties()
77 uno::Reference<beans::XPropertyContainer> xTargetUD( in lcl_copyDocumentProperties()
79 uno::Reference<beans::XPropertySet> xTargetUDSet(xTargetUD, in lcl_copyDocumentProperties()
81 uno::Sequence<beans::Property> tgtprops in lcl_copyDocumentProperties()
91 uno::Reference<beans::XPropertySetInfo> xSetInfo in lcl_copyDocumentProperties()
93 uno::Sequence<beans::Property> srcprops = xSetInfo->getProperties(); in lcl_copyDocumentProperties()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx186 … uno::Reference<beans::XPropertySet> xPageStyle(getUsedStyle(_xReportDefinition),uno::UNO_QUERY); in addStyleListener()
268 uno::Reference< beans::XPropertySetInfo> xInfo = _xShape->getPropertySetInfo(); in lcl_fillShapeToItems()
291 const uno::Reference< beans::XPropertySetInfo> xInfo = _xShape->getPropertySetInfo(); in lcl_fillItemsToShape()
300 const beans::Property aProp = xInfo->getPropertyByName( aIt->sName ); in lcl_fillItemsToShape()
301 … if ( ( aIt->nFlags & beans::PropertyAttribute::READONLY ) != beans::PropertyAttribute::READONLY ) in lcl_fillItemsToShape()
328 uno::Reference< beans::XPropertySet > xSet(_rxReportControlFormat,uno::UNO_QUERY_THROW); in lcl_CharPropertiesToItems()
377 _out_rProperties[ nLen ] = beans::NamedValue( _sName, _rValue ); in lcl_pushBack()
601 …const uno::Reference< awt::XWindow>& _rxParentWindow, uno::Sequence< beans::NamedValue >& _out_rNe… in openCharDialog()
607 _out_rNewValues = uno::Sequence< beans::NamedValue >(); in openCharDialog()
951 uno::Reference< beans::XPropertySet > xParam; in getParameterNames()
[all …]
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx88 const Reference<beans::XPropertySet>& rxSet, in GetOptionalProperty()
102 catch (beans::UnknownPropertyException&) in GetOptionalProperty()
263 catch (::com::sun::star::beans::UnknownPropertyException&) in UpdateStates()
623 Reference<beans::XPropertySet> xSet (mxShape, uno::UNO_QUERY); in getBounds()
624 Reference<beans::XPropertySetInfo> xSetInfo; in getBounds()
639 catch (beans::UnknownPropertyException e) in getBounds()
798 uno::Reference<beans::XPropertySet> aSet (mxShape, uno::UNO_QUERY); in getForeground()
806 catch (::com::sun::star::beans::UnknownPropertyException) in getForeground()
824 uno::Reference<beans::XPropertySet> aSet (mxShape, uno::UNO_QUERY); in getBackground()
846 catch (::com::sun::star::beans::UnknownPropertyException) in getBackground()
[all …]
/trunk/main/scripting/source/provider/
H A DScriptingContext.cxx44 #define SCRIPTINGCONTEXT_DEFAULT_ATTRIBS() beans::PropertyAttribute::TRANSIENT | beans::PropertyA…
88 Sequence< beans::Property > aProps; in createArrayHelper()
96 Reference< beans::XPropertySetInfo > ScriptingContext::getPropertySetInfo( ) throw (RuntimeExcepti… in getPropertySetInfo()
98 Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
/trunk/main/comphelper/inc/comphelper/
H A Dpropmultiplex.hxx58 …virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( …
75 …ropertyChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeLi…
79 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xSet;
88 …r* _pListener, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _r…
94 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) t…
H A Dproparrhlp.hxx44 namespace starbeans = ::com::sun::star::beans;
108 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps,
109 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps
165 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps; in createArrayHelper()
166 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aAggregateProps; in createArrayHelper()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx163 Reference< beans::XPropertySet >( xValues, uno::UNO_QUERY ), in operator ()()
179 Reference< beans::XPropertySet >( xLabel, uno::UNO_QUERY ), in operator ()()
568 const Sequence< beans::PropertyValue >& aArguments ) in createDataSource()
658 Sequence< beans::PropertyValue > SAL_CALL InternalDataProvider::detectArguments( in detectArguments()
662 Sequence< beans::PropertyValue > aArguments( 4 ); in detectArguments()
663 aArguments[0] = beans::PropertyValue( in detectArguments()
665 beans::PropertyState_DIRECT_VALUE ); in detectArguments()
666 aArguments[1] = beans::PropertyValue( in detectArguments()
671 beans::PropertyState_DIRECT_VALUE ); in detectArguments()
673 aArguments[2] = beans::PropertyValue( in detectArguments()
[all …]
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx84 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in setShapeName()
106 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in getShapeName()
444 , const uno::Reference< beans::XPropertySet >& xSourceProp in createCube()
491 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in impl_createCube()
549 , const uno::Reference< beans::XPropertySet >& xSourceProp in createPyramid()
734 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in impl_createConeOrCylinder()
1000 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createPieSegment2D()
1066 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createPieSegment()
1146 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createStripe()
1205 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createArea3D()
[all …]
/trunk/main/sfx2/source/inc/
H A Dfltoptint.hxx35 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > rProperties;
38 …etFilterOptions( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& …
39 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getFilt…
56 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > rProperties );
60 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > getFilterOptions() in getFilterOptions()
/trunk/main/sw/source/ui/vba/
H A Dvbastyle.hxx39 css::uno::Reference< css::beans::XPropertySet > mxStyleProps;
42 …css::uno::XComponentContext > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _…
45 …static void setStyle( const css::uno::Reference< css::beans::XPropertySet >& xTCProps, const css::…
47 …static sal_Int32 getLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps ) …
48 …static void setLanguageID( const css::uno::Reference< css::beans::XPropertySet >& xTCProps, sal_In…
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DMultipleChartConverters.cxx65 uno::Reference< beans::XPropertySet > xObjectProperties(aElementList[nA], uno::UNO_QUERY); in AllAxisItemConverter()
98 … Sequence< Reference< beans::XPropertySet > > aElementList( AxisHelper::getAllGrids( xDiagram ) ); in AllGridItemConverter()
101 Reference< beans::XPropertySet > xObjectProperties(aElementList[nA]); in AllGridItemConverter()
134 uno::Reference< beans::XPropertySet > xObjectProperties( *aIt, uno::UNO_QUERY); in AllDataLabelItemConverter()
181 uno::Reference< beans::XPropertySet > xObjectProperties( xTitle, uno::UNO_QUERY); in AllTitleItemConverter()
213 uno::Reference< beans::XPropertySet > xObjectProperties( *aIt, uno::UNO_QUERY); in AllSeriesStatisticsConverter()
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlModel.idl82 …set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownProperty…
83 get raises ( com::sun::star::beans::UnknownPropertyException );
91 set raises ( com::sun::star::beans::UnknownPropertyException );
92 get raises ( com::sun::star::beans::UnknownPropertyException );
100 set raises ( com::sun::star::beans::UnknownPropertyException );
101 get raises ( com::sun::star::beans::UnknownPropertyException );
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx72 virtual beans::Optional< beans::Ambiguous<sal_Bool> > isRegistered_(
314 beans::Optional< beans::Ambiguous<sal_Bool> >
326 return beans::Optional< beans::Ambiguous<sal_Bool> >( in isRegistered_()
328 beans::Ambiguous<sal_Bool>( registered, false /* IsAmbiguous */ ) ); in isRegistered_()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScModelObj.csv43 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()"
44 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()"
45 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()"
46 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"addPropertyChangeListener()"
47 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"removePropertyChangeListener()"
48 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"addVetoableChangeListener()"
49 "ScModelObj";"com::sun::star::beans::XPropertySet#optional";"removeVetoableChangeListener()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXChartAxis.csv86 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
87 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
88 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
89 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
90 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
91 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
92 "ChXChartAxis";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/offapi/com/sun/star/util/
H A DPathSettings.idl28 #include <com/sun/star/beans/XPropertySet.idl>
32 #include <com/sun/star/beans/XFastPropertySet.idl>
36 #include <com/sun/star/beans/XMultiPropertySet.idl>
61 interface com::sun::star::beans::XPropertySet;
63 /** An extension to the <type scope="com::sun::star::beans">XPropertySet</type> interface.
66 interface com::sun::star::beans::XFastPropertySet;
70 interface com::sun::star::beans::XMultiPropertySet;
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs166 unoidl.com.sun.star.beans.XPropertySet xPropSet = in setDate()
167 (unoidl.com.sun.star.beans.XPropertySet) xCell; in setDate()
183 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in prepareRange()
188 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in prepareRange()
215 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in prepareRange()
222 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCell; in prepareRange()
359 new unoidl.com.sun.star.beans.PropertyValue[0] ); in initDocument()
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx210 public cppu::WeakImplHelper1< css::beans::XPropertyChangeListener >
229 css::beans::PropertyChangeEvent const &)
234 css::uno::Reference< css::beans::XPropertySet > properties_;
243 properties_ = css::uno::Reference< css::beans::XPropertySet >( in test()
269 void RecursiveTest::propertyChange(css::beans::PropertyChangeEvent const & evt) in propertyChange()
346 css::uno::Reference< css::beans::XPropertySet >( in SetUp()
603 css::uno::Reference< css::beans::XPropertyState > state( in resetKey()
620 css::beans::NamedValue( in createViewAccess()
635 css::beans::NamedValue( in createUpdateAccess()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentPrinter.java64 new com.sun.star.beans.PropertyValue[0] ); in main()
73 com.sun.star.beans.PropertyValue propertyValue[] = in main()
74 new com.sun.star.beans.PropertyValue[1]; in main()
75 propertyValue[0] = new com.sun.star.beans.PropertyValue(); in main()
84 propertyValue[0] = new com.sun.star.beans.PropertyValue(); in main()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl27 #include <com/sun/star/beans/PropertyValue.idl>
39 #include <com/sun/star/beans/NamedValue.idl>
55 #include <com/sun/star/beans/XPropertySet.idl>
59 #include <com/sun/star/beans/XPropertyContainer.idl>
260 sequence< com::sun::star::beans::NamedValue > DocumentStatistics;
317 <type>com::sun::star::beans::XPropertySet</type>.
322 com::sun::star::beans::XPropertyContainer getUserDefinedProperties();
354 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
384 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
420 [in] sequence < com::sun::star::beans::PropertyValue > Medium )
[all …]

Completed in 235 milliseconds

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