Home
last modified time | relevance | path

Searched refs:beans (Results 826 – 850 of 5912) sorted by relevance

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx77beans::PropertyValue aValue( OUSTR("nodepath"), 0, uno::Any( OUSTR("/org.openoffice.Office.Options… in TheExtensionManager()
78 beans::PropertyState_DIRECT_VALUE ); in TheExtensionManager()
86beans::PropertyValue aValue2( OUSTR("nodepath"), 0, uno::Any( OUSTR("/org.openoffice.Office.Extens… in TheExtensionManager()
87 beans::PropertyState_DIRECT_VALUE ); in TheExtensionManager()
340 beans::Optional< beans::Ambiguous< sal_Bool > > option( in getPackageState()
345 ::beans::Ambiguous< sal_Bool > const & reg = option.Value; in getPackageState()
384 beans::Optional< OUString > aId = xPackage->getIdentifier(); in supportsOptions()
409 uno::Reference< beans::XPropertySet > xLeaf( xIntLeaf, uno::UNO_QUERY_THROW ); in supportsOptions()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx1383 uno::Reference< beans::XPropertySetInfo > SAL_CALL
1388 static uno::Reference< beans::XPropertySetInfo > xRef = in getPropertySetInfo()
1396 throw (beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
1414 throw (beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
1433 throw (beans::UnknownPropertyException, lang::WrappedTargetException, in addPropertyChangeListener()
1444 throw (beans::UnknownPropertyException, lang::WrappedTargetException, in removePropertyChangeListener()
1473 beans::PropertyState SAL_CALL
1475 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyState()
1489 uno::Sequence< beans::PropertyState > SAL_CALL
1491 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyStates()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDocumentConfiguration.csv43 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
44 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
45 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
46 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
47 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
48 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
49 "ScDocumentConfiguration";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.office.ScAutoFormatFieldObj.csv44 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
45 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
46 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
47 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
48 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
49 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
50 "ScAutoFormatFieldObj";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
/trunk/main/chart2/source/model/template/
H A DBubbleChartTypeTemplate.cxx46 using ::com::sun::star::beans::Property;
91 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
108 uno::Reference< beans::XPropertySetInfo >* operator()() in operator ()()
110 static uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( in operator ()()
116 struct StaticBubbleChartTypeTemplateInfo : public rtl::StaticAggregate< uno::Reference< beans::XPro…
139 throw(beans::UnknownPropertyException) in GetDefaultValue()
154 uno::Reference< beans::XPropertySetInfo > SAL_CALL BubbleChartTypeTemplate::getPropertySetInfo() in getPropertySetInfo()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/
H A DPathSettingsTest.java27 import com.sun.star.beans.XPropertySet;
28 import com.sun.star.beans.PropertyValue;
29 import com.sun.star.beans.UnknownPropertyException;
122 catch ( com.sun.star.beans.UnknownPropertyException e) { in workWithPathSettings()
143 catch ( com.sun.star.beans.UnknownPropertyException e) { in workWithPathSettings()
149 catch ( com.sun.star.beans.PropertyVetoException e ) { in workWithPathSettings()
/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx84 const beans::PropertyValue* pPropArray = aArgs.getConstArray(); in lcl_GetChartParameters()
88 const beans::PropertyValue& rProp = pPropArray[i]; in lcl_GetChartParameters()
109 uno::Sequence< beans::PropertyValue > aArgs( 4 ); in lcl_SetChartParameters()
110 aArgs[0] = beans::PropertyValue( in lcl_SetChartParameters()
112 uno::makeAny( rRanges ), beans::PropertyState_DIRECT_VALUE ); in lcl_SetChartParameters()
113 aArgs[1] = beans::PropertyValue( in lcl_SetChartParameters()
115 uno::makeAny( bHasCategories ), beans::PropertyState_DIRECT_VALUE ); in lcl_SetChartParameters()
116 aArgs[2] = beans::PropertyValue( in lcl_SetChartParameters()
118 uno::makeAny( bFirstCellAsLabel ), beans::PropertyState_DIRECT_VALUE ); in lcl_SetChartParameters()
119 aArgs[3] = beans::PropertyValue( in lcl_SetChartParameters()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx539 …return uno::makeAny(uno::Reference< beans::XPropertySet >(GetObjectByIndex_Impl((sal_uInt16)nIndex… in getByIndex()
546 return ::getCppuType((const uno::Reference< beans::XPropertySet >*)0); // muss zu getByIndex passen in getElementType()
611 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScAutoFormatObj::getPropertySetInfo() in getPropertySetInfo()
615 …static uno::Reference< beans::XPropertySetInfo > aRef(new SfxItemPropertySetInfo( aPropSet.getProp… in getPropertySetInfo()
621 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
655 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
716 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScAutoFormatFieldObj::getPropertySetInfo() in getPropertySetInfo()
720 …static uno::Reference< beans::XPropertySetInfo > aRef(new SfxItemPropertySetInfo( aPropSet.getProp… in getPropertySetInfo()
726 throw(beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
815 throw(beans::UnknownPropertyException, lang::WrappedTargetException, in getPropertyValue()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx717 uno::Reference< beans::XPropertySetInfo > SwXAutoTextGroup::getPropertySetInfo(void) in getPropertySetInfo()
720 static uno::Reference< beans::XPropertySetInfo > xRet = pPropSet->getPropertySetInfo(); in getPropertySetInfo()
728 throw( beans::UnknownPropertyException, beans::PropertyVetoException, in setPropertyValue()
735 throw beans::UnknownPropertyException(); in setPropertyValue()
761 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in getPropertyValue()
767 throw beans::UnknownPropertyException(); in getPropertyValue()
789 …const OUString& /*PropertyName*/, const uno::Reference< beans::XPropertyChangeListener > & /*aList… in addPropertyChangeListener()
790 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addPropertyChangeListener()
798 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in removePropertyChangeListener()
806 throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) in addVetoableChangeListener()
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DXHierarchicalPropertySet.idl31 #include <com/sun/star/beans/XHierarchicalPropertySetInfo.idl>
35 #include <com/sun/star/beans/UnknownPropertyException.idl>
39 #include <com/sun/star/beans/PropertyVetoException.idl>
53 module com { module sun { module star { module beans {
94 com::sun::star::beans::XHierarchicalPropertySetInfo
129 raises( com::sun::star::beans::UnknownPropertyException,
130 com::sun::star::beans::PropertyVetoException,
161 raises( com::sun::star::beans::UnknownPropertyException,
/trunk/main/reportdesign/inc/
H A DRptObject.hxx80 …typedef ::comphelper::ImplementationReference<OPropertyMediator,::com::sun::star::beans::XProperty…
84 …mutable ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener> m_xPro…
119 …virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::c…
125 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getAwtComponent();
171 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getAwtComponent();
213 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getAwtComponent();
257 …virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::c…
264 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getAwtComponent();
/trunk/main/framework/source/services/
H A Dtabwindowservice.cxx77 DIRECT_INTERFACE(css::beans::XPropertySet ), in DEFINE_XINTERFACE_6()
78 DIRECT_INTERFACE(css::beans::XPropertySetInfo ) in DEFINE_XINTERFACE_6()
86 css::beans::XPropertySet , in DEFINE_XINTERFACE_6()
87 css::beans::XPropertySetInfo in DEFINE_XINTERFACE_6()
187 … const css::uno::Sequence< css::beans::NamedValue >& lProperties) in setTabProps()
213 css::uno::Sequence< css::beans::NamedValue > SAL_CALL TabWindowService::getTabProps(::sal_Int32 nID) in getTabProps()
320 css::beans::Property( in impl_initializePropInfo()
324 css::beans::PropertyAttribute::TRANSIENT)); in impl_initializePropInfo()
/trunk/main/offapi/com/sun/star/text/
H A DParagraph.idl51 #include <com/sun/star/beans/XPropertySet.idl>
55 #include <com/sun/star/beans/XTolerantMultiPropertySet.idl>
59 #include <com/sun/star/beans/XPropertyState.idl>
109 …// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::beans::XP…
116 interface com::sun::star::beans::XPropertySet;
119 …// DocMerge from xml: service com::sun::star::text::Paragraph: interface com::sun::star::beans::XP…
124 interface com::sun::star::beans::XPropertyState;
143 [optional] interface ::com::sun::star::beans::XTolerantMultiPropertySet;
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupAccess.idl35 #include <com/sun/star/beans/XPropertyState.idl>
39 #include <com/sun/star/beans/XMultiPropertyStates.idl>
90 <type scope="com::sun::star::beans">XHierarchicalPropertySet</type> or
91 <type scope="com::sun::star::beans">XMultiHierarchicalPropertySet</type> can
96 the <type scope="com::sun::star::beans">XHierarchicalPropertySetInfo</type>
102 <const scope="com::sun::star::beans">PropertyAttribute::READONLY</const> set,
118 [optional] interface com::sun::star::beans::XPropertyState;
131 [optional] interface com::sun::star::beans::XMultiPropertyStates;
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java131 com.sun.star.beans.PropertyValue szEmptyArgs[] = in openDraw()
132 new com.sun.star.beans.PropertyValue[0]; in openDraw()
175 com.sun.star.beans.XPropertySet xSPS = (com.sun.star.beans.XPropertySet) in createShape()
177 com.sun.star.beans.XPropertySet.class, xShape); in createShape()
232 com.sun.star.beans.XPropertySet xSPS = (com.sun.star.beans.XPropertySet) in createSequence()
233 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, in createSequence()
/trunk/main/offapi/com/sun/star/style/
H A DStyle.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>
68 interface com::sun::star::beans::XPropertySet;
70 [optional] interface com::sun::star::beans::XMultiPropertySet;
76 [optional] interface com::sun::star::beans::XMultiPropertyStates;
163 [optional, property] sequence< com::sun::star::beans::NamedValue > ParaStyleConditions;
/trunk/main/dbaccess/source/core/inc/
H A Ddefinitioncolumn.hxx156 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xOriginalTableColumn;
163 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxParserColumn,
180 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
199 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
205 …OColumnWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _…
248 …OTableColumnDescriptorWrapper(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPr…
297 …OTableColumnWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet…
298 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rColDefintion,
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx104 using namespace ::com::sun::star::beans;
1127 beans::PropertyValue( in startShow()
1133 beans::PropertyValue( in startShow()
1141 beans::PropertyValue( in startShow()
1154 beans::PropertyValue( in startShow()
1162 beans::PropertyValue( in startShow()
1169 beans::PropertyValue( in startShow()
1178 beans::PropertyValue( in startShow()
1229 beans::PropertyValue( in startShowImpl()
3106 beans::PropertyValue aPenProp; in setUsePen()
[all …]
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheConfiguration.cxx101 aCreationArguments[0] = makeAny(beans::PropertyValue( in CacheConfiguration()
106 beans::PropertyState_DIRECT_VALUE)); in CacheConfiguration()
107 aCreationArguments[1] = makeAny(beans::PropertyValue( in CacheConfiguration()
111 beans::PropertyState_DIRECT_VALUE)); in CacheConfiguration()
112 aCreationArguments[2] = makeAny(beans::PropertyValue( in CacheConfiguration()
116 beans::PropertyState_DIRECT_VALUE)); in CacheConfiguration()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx910 ::com::sun::star::beans::PropertyState PropValue::GetPropertyState( in GetPropertyState()
914 …::com::sun::star::beans::PropertyState eRetValue = ::com::sun::star::beans::PropertyState_AMBIGUOU… in GetPropertyState()
947 ePropState = ::com::sun::star::beans::PropertyState_AMBIGUOUS_VALUE; in ImplGetPropertyValue()
963 ePropState = ::com::sun::star::beans::PropertyState_DIRECT_VALUE; in ImplGetPropertyValue()
1208 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > in ImplGetStyleSheets()
1773 ::com::sun::star::beans::XPropertySet > in PortionObj()
1776 ::com::sun::star::beans::XPropertyState > in PortionObj()
2058 if ( ePropState == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) in ImplGetPortionValues()
2068 if ( ePropState == ::com::sun::star::beans::PropertyState_DIRECT_VALUE ) in ImplGetPortionValues()
2344 ::com::sun::star::beans::XPropertySet > in ParagraphObj()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx248 void OReportSection::Paste(const uno::Sequence< beans::NamedValue >& _aAllreadyCopiedObjects,bool _… in Paste()
260 const beans::NamedValue* pIter = _aAllreadyCopiedObjects.getConstArray(); in Paste()
261 const beans::NamedValue* pEnd = pIter + nLength; in Paste()
344 void OReportSection::Copy(uno::Sequence< beans::NamedValue >& _rAllreadyCopiedObjects) in Copy()
349 void OReportSection::Copy(uno::Sequence< beans::NamedValue >& _rAllreadyCopiedObjects,bool _bEraseA… in Copy()
397 beans::NamedValue* pNewValue = _rAllreadyCopiedObjects.getArray() + nLength; in Copy()
503 uno::Sequence< beans::PropertyValue> aArgs; in Command()
822 uno::Sequence<beans::PropertyValue> aValues; in ExecuteDrop()
833 beans::PropertyValue* pIter = aValues.getArray(); in ExecuteDrop()
834 beans::PropertyValue* pEnd = pIter + aValues.getLength(); in ExecuteDrop()
[all …]
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx83 if ((attributes & beans::PropertyAttribute::MAYBEVOID) != 0) in getPropertyFlagsAsString()
85 if ((attributes & beans::PropertyAttribute::BOUND) != 0) in getPropertyFlagsAsString()
87 if ((attributes & beans::PropertyAttribute::CONSTRAINED) != 0) in getPropertyFlagsAsString()
89 if ((attributes & beans::PropertyAttribute::TRANSIENT) != 0) in getPropertyFlagsAsString()
91 if ((attributes & beans::PropertyAttribute::READONLY) != 0) in getPropertyFlagsAsString()
93 if ((attributes & beans::PropertyAttribute::MAYBEAMBIGUOUS) != 0) in getPropertyFlagsAsString()
95 if ((attributes & beans::PropertyAttribute::MAYBEDEFAULT) != 0) in getPropertyFlagsAsString()
97 if ((attributes & beans::PropertyAttribute::REMOVEABLE) != 0) in getPropertyFlagsAsString()
99 if ((attributes & beans::PropertyAttribute::OPTIONAL) != 0) in getPropertyFlagsAsString()
422 beans::PropertyAttribute::OPTIONAL) == 0) in checkService()
/trunk/main/framework/inc/classes/
H A Dfiltercachedata.hxx642 … css::uno::Sequence< css::beans::PropertyValue >& lDestination ,
645 … css::uno::Sequence< css::beans::PropertyValue >& lDestination ,
648 … css::uno::Sequence< css::beans::PropertyValue >& lDestination );
650 … css::uno::Sequence< css::beans::PropertyValue >& lDestination ,
653 … css::uno::Sequence< css::beans::PropertyValue >& lDestination );
654 …nvertPropertySequenceToFilter ( const css::uno::Sequence< css::beans::PropertyValue >& …
657 …nvertPropertySequenceToFileType ( const css::uno::Sequence< css::beans::PropertyValue >& …
660 …nvertPropertySequenceToDetector ( const css::uno::Sequence< css::beans::PropertyValue >& …
662 …nvertPropertySequenceToLoader ( const css::uno::Sequence< css::beans::PropertyValue >& …
665 …nvertPropertySequenceToContentHandler ( const css::uno::Sequence< css::beans::PropertyValue >& …
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXImpressDocument.csv36 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
37 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
38 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
39 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
40 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
41 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
42 "SdXImpressDocument";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"
H A Dcom.sun.star.comp.unknown.DrawController_DrawView.csv39 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
40 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"setPropertyValue()"
41 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"getPropertyValue()"
42 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"addPropertyChangeListener()"
43 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"removePropertyChangeListener()"
44 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"addVetoableChangeListener()"
45 "DrawController_DrawView";"com::sun::star::beans::XPropertySet";"removeVetoableChangeListener()"

Completed in 166 milliseconds

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