Home
last modified time | relevance | path

Searched refs:beans (Results 1126 – 1150 of 5912) sorted by relevance

1...<<41424344454647484950>>...237

/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx252 uno::Reference< beans::XPropertyAccess > xUserDefined( in _MExport()
254 const uno::Sequence< beans::PropertyValue > props = in _MExport()
271 const uno::Sequence< beans::NamedValue > aDocStatistic = in _MExport()
353 ::comphelper::SequenceAsVector< beans::StringPair > namespaces; in Export()
357 beans::StringPair ns; in Export()
420 m_preservedNSs.push_back(beans::StringPair(name, in startElement()
432 for (std::vector<beans::StringPair>::const_iterator iter = in startElement()
/trunk/main/udkapi/com/sun/star/container/
H A DEnumerableMap.idl27 #include <com/sun/star/beans/IllegalTypeException.idl>
28 #include <com/sun/star/beans/Pair.idl>
90 @throws ::com::sun::star::beans::IllegalTypeException
98 raises( ::com::sun::star::beans::IllegalTypeException );
112 @throws ::com::sun::star::beans::IllegalTypeException
125 [in] sequence< ::com::sun::star::beans::Pair< any, any > > Values
127 raises( ::com::sun::star::beans::IllegalTypeException,
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java25 import com.sun.star.beans.Property;
26 import com.sun.star.beans.PropertyAttribute;
27 import com.sun.star.beans.PropertyVetoException;
28 import com.sun.star.beans.UnknownPropertyException;
29 import com.sun.star.beans.XPropertySet;
30 import com.sun.star.beans.XPropertySetInfo;
206 } catch (com.sun.star.beans.UnknownPropertyException e) { in getShapeProps()
/trunk/main/extensions/source/propctrlr/
H A Dstlops.hxx37 :public ::std::binary_function < ::com::sun::star::beans::Property,
38 ::com::sun::star::beans::Property,
42 …bool operator() (::com::sun::star::beans::Property _rLhs, ::com::sun::star::beans::Property _rRhs)… in operator ()()
H A Dpushbuttonnavigation.hxx41 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
51 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControlModel
68 ::com::sun::star::beans::PropertyState
85 ::com::sun::star::beans::PropertyState
/trunk/main/chart2/source/inc/
H A DLineProperties.hxx54 ::std::vector< ::com::sun::star::beans::Property > & rOutProperties );
59 ::com::sun::star::beans::XPropertySet >& xLineProperties );
61 ::com::sun::star::beans::XPropertySet >& xLineProperties );
63 ::com::sun::star::beans::XPropertySet >& xLineProperties );
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx106 using namespace ::com::sun::star::beans;
820 uno::Reference<beans::XPropertySet> xTmpPropertySet( in initialize()
828 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = in initialize()
909 const beans::PropertyValue* pProps = aDescriptor.getConstArray(); in filter()
1154 uno::Sequence< beans::PropertyValue > aViewSettings; in ImplExportSettings()
1160 uno::Sequence<beans::PropertyValue> aConfigSettings; in ImplExportSettings()
1626 Reference< beans::XPropertySet > xPSet( mxModel, UNO_QUERY ); in _ExportScripts()
1915 uno::Sequence<beans::PropertyValue> aProps; in GetViewSettingsAndViews()
1931 beans::PropertyValue aProp; in GetViewSettingsAndViews()
1939 void SvXMLExport::GetViewSettings(uno::Sequence<beans::PropertyValue>&) in GetViewSettings()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedTextRotationProperty.cxx50 beans::PropertyState WrappedTextRotationProperty::getPropertyState( const uno::Reference< beans::XP… in getPropertyState()
51 throw (beans::UnknownPropertyException, uno::RuntimeException) in getPropertyState()
54 return beans::PropertyState_DIRECT_VALUE; in getPropertyState()
/trunk/main/offapi/com/sun/star/ucb/
H A DHelpContent.idl43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
47 #include <com/sun/star/beans/XPropertyContainer.idl>
51 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
180 interface com::sun::star::beans::XPropertiesChangeNotifier;
186 interface com::sun::star::beans::XPropertyContainer;
192 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
H A DHierarchyFolderContent.idl43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl>
47 #include <com/sun/star/beans/XPropertyContainer.idl>
51 #include <com/sun/star/beans/XPropertySetInfoChangeNotifier.idl>
161 interface com::sun::star::beans::XPropertiesChangeNotifier;
167 interface com::sun::star::beans::XPropertyContainer;
173 interface com::sun::star::beans::XPropertySetInfoChangeNotifier;
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx48 using ::com::sun::star::beans::Property;
49 using ::com::sun::star::beans::PropertyValue;
50 using ::com::sun::star::beans::XPropertySet;
51 using ::com::sun::star::beans::XPropertySetInfo;
124 …rtl::OUString getLogLocation() throw ( beans::UnknownPropertyException, lang::IllegalArgumentExc… in getLogLocation()
132 …rtl::OUString getLogLocationWithName( OUString fileName ) throw ( beans::UnknownPropertyException… in getLogLocationWithName()
/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx154 uno::Reference< beans::XPropertySet > xWhiteDayProps(0); in createShapes()
155 uno::Reference< beans::XPropertySet > xBlackDayProps(0); in createShapes()
265 … uno::Reference< beans::XPropertySet > xPointProp( (*aSeriesIter)->getPropertiesOfPoint( nIndex )); in createShapes()
279 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createShapes()
306 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createShapes()
338 uno::Reference< beans::XPropertySet > xProp( xShape, uno::UNO_QUERY ); in createShapes()
/trunk/main/xmloff/inc/xmloff/
H A DPropertySetInfoKey.hxx30 namespace beans { class XPropertySetInfo; } namespace
37 ::com::sun::star::beans::XPropertySetInfo > xPropInfo;
43 ::com::sun::star::beans::XPropertySetInfo >& rPropInfo,
54 ::com::sun::star::beans::XPropertySetInfo >& rPropInfo, in PropertySetInfoKey()
/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java34 import com.sun.star.beans.Property;
35 import com.sun.star.beans.PropertyValue;
36 import com.sun.star.beans.UnknownPropertyException;
37 import com.sun.star.beans.XPropertySet;
38 import com.sun.star.beans.XPropertySetInfo;
/trunk/main/sw/source/ui/shells/
H A Ddrformsh.cxx123 … uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY); in TYPEINIT1()
127 … uno::Reference< beans::XPropertySetInfo > xPropInfoSet = xPropSet->getPropertySetInfo(); in TYPEINIT1()
130 beans::Property aProp = xPropInfoSet->getPropertyByName( sTargetURL ); in TYPEINIT1()
200 uno::Reference< beans::XPropertySet > xPropSet(xControlModel, uno::UNO_QUERY); in GetState()
203 uno::Reference< beans::XPropertySetInfo > xInfo = xPropSet->getPropertySetInfo(); in GetState()
/trunk/main/svx/inc/svx/
H A DAccessibleControlShape.hxx48 typedef ::cppu::ImplHelper4 < ::com::sun::star::beans::XPropertyChangeListener
66 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL GetControlMode… in GetControlModel()
91 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent …
174 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
176 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DFilterOptionsDialog.idl31 #include <com/sun/star/beans/XPropertyAccess.idl>
48 using the interface <type scope="com::sun::star::beans">XPropertyAccess</type> and then
53 back using the interface <type scope="com::sun::star::beans">XPropertyAccess</type>. The filter
69 interface com::sun::star::beans::XPropertyAccess;
76 …the options can be retrieved by calling <method scope="com::sun::star::beans">XPropertyAccess::get…
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataRowProperties.idl35 #include <com/sun/star/beans/XPropertySet.idl>
74 interface com::sun::star::beans::XPropertySet;
96 [optional, readonly, property] com::sun::star::beans::XPropertySet DataRegressionProperties;
106 [optional, readonly, property] com::sun::star::beans::XPropertySet DataErrorProperties;
116 [optional, readonly, property] com::sun::star::beans::XPropertySet DataMeanValueProperties;
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java29 import com.sun.star.beans.PropertyValue;
152 com.sun.star.beans.PropertyState.DIRECT_VALUE); in actionPerformed()
157 com.sun.star.beans.PropertyState.DIRECT_VALUE); in actionPerformed()
170 catch (com.sun.star.beans.UnknownPropertyException upe) { in actionPerformed()
174 catch (com.sun.star.beans.PropertyVetoException pve) { in actionPerformed()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_TextTable.java83 catch (com.sun.star.beans.PropertyVetoException ex) {} in _Width()
84 catch (com.sun.star.beans.UnknownPropertyException ex) {} in _Width()
100 catch (com.sun.star.beans.PropertyVetoException ex) {} in _RelativeWidth()
101 catch (com.sun.star.beans.UnknownPropertyException ex) {} in _RelativeWidth()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx363 uno::Reference< beans::XPropertySet > SAL_CALL GraphicProvider::queryGraphicDescriptor( const uno::… in queryGraphicDescriptor()
366 uno::Reference< beans::XPropertySet > xRet; in queryGraphicDescriptor()
413 xRet = uno::Reference< beans::XPropertySet >( xGraphic, uno::UNO_QUERY ); in queryGraphicDescriptor()
426 xRet = uno::Reference< beans::XPropertySet >( xGraphic, uno::UNO_QUERY ); in queryGraphicDescriptor()
434 …XGraphic > SAL_CALL GraphicProvider::queryGraphic( const uno::Sequence< ::beans::PropertyValue >& … in queryGraphic()
596 void ImplApplyFilterData( ::Graphic& rGraphic, uno::Sequence< beans::PropertyValue >& rFilterData ) in ImplApplyFilterData()
738 …st uno::Reference< ::graphic::XGraphic >& rxGraphic, const uno::Sequence< beans::PropertyValue >& … in storeGraphic()
771 uno::Sequence< beans::PropertyValue > aFilterDataSeq; in storeGraphic()
/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx349 uno::Reference< beans::XPropertySet > xPSet in implUpdateVisibility()
351 uno::Reference< beans::XPropertySetInfo > in implUpdateVisibility()
374 typedef ::cppu::WeakImplHelper1< beans::XPropertyChangeListener > PropertyChangeListenerHelper;
389 …virtual void SAL_CALL propertyChange( const beans::PropertyChangeEvent& evt ) throw( uno::Runtime…
399 void SAL_CALL DialogStepChangedListener::propertyChange( const beans::PropertyChangeEvent& evt ) in propertyChange()
784 uno::Reference< beans::XPropertySet > xPSet in createPeer()
786 uno::Reference< beans::XPropertySetInfo > in createPeer()
798 uno::Reference< beans::XPropertyChangeListener > xListener = in createPeer()
799 SAL_STATIC_CAST( beans::XPropertyChangeListener*, in createPeer()
/trunk/main/unotools/inc/unotools/
H A Dpropertysetinfo.hxx58 class PropertySetInfo : public ::cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertySetInfo >
79 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getPropertie…
80 …rtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName( const ::rtl::OUString& aName )…
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx283 … uno::Reference< beans::XPropertySet > xLabel( xLabeledSequence->getLabel(), uno::UNO_QUERY ); in SetChartRanges()
284 … uno::Reference< beans::XPropertySet > xValues( xLabeledSequence->getValues(), uno::UNO_QUERY ); in SetChartRanges()
292 uno::Reference< beans::XPropertySet > xNewProps( xNewSeq, uno::UNO_QUERY ); in SetChartRanges()
308 uno::Reference< beans::XPropertySet > xNewProps( xNewSeq, uno::UNO_QUERY ); in SetChartRanges()
339 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in AddRangesIfProtectedChart()
432 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in CreateProtectedChartListenersAndNotify()
469 uno::Sequence< beans::PropertyValue > aProperties( 1 ); in CreateProtectedChartListenersAndNotify()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java29 import com.sun.star.beans.XPropertySet;
113 com.sun.star.beans.PropertyValue [] adabasProps = new com.sun.star.beans.PropertyValue[] in createConnection()
115 …new com.sun.star.beans.PropertyValue("user",0,"test1",com.sun.star.beans.PropertyState.DIRECT_VALU… in createConnection()
116 …new com.sun.star.beans.PropertyValue("password",0,"test1",com.sun.star.beans.PropertyState.DIRECT_… in createConnection()

Completed in 155 milliseconds

1...<<41424344454647484950>>...237