Home
last modified time | relevance | path

Searched refs:getProperties (Results 26 – 50 of 357) sorted by relevance

12345678910>>...15

/trunk/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx147 …un::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getProperties( ) throw (::c…
165 … Sequence< Property > SAL_CALL OMergedPropertySetInfo::getProperties( ) throw (RuntimeException) in getProperties() function in xmloff::__anon0d199abf0111::OMergedPropertySetInfo
170 aProperties = m_xMasterInfo->getProperties(); in getProperties()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java86 Vector properties = getProperties(); in getChildren()
179 public Vector getProperties() { in getProperties() method in ChildrenRetriever
312 Vector props = access.getProperties(); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XTolerantMultiPropertySet.java81 properties = PS.getPropertySetInfo().getProperties(); in before()
82 namesOfProperties = getProperties(); in before()
275 protected String[] getProperties() { in getProperties() method in _XTolerantMultiPropertySet
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx291 Sequence<Property> getProperties(void) const { return maAllPropertySeq; } in getProperties() function in stoc_inspect::IntrospectionAccessStatic_Impl
770 virtual Sequence< Property > SAL_CALL getProperties(sal_Int32 PropertyConcepts)
878 virtual Sequence< Property > SAL_CALL getProperties(void) throw( RuntimeException );
1072 Sequence< Property > ImplIntrospectionAdapter::getProperties(void) throw( RuntimeException ) in getProperties() function in stoc_inspect::ImplIntrospectionAdapter
1074 return mpStaticImpl->getProperties(); in getProperties()
1239 const Property* pProps = mpStaticImpl->getProperties().getConstArray(); in getProperty()
1263 Sequence< Property > ImplIntrospectionAccess::getProperties(sal_Int32 PropertyConcepts) in getProperties() function in stoc_inspect::ImplIntrospectionAccess
1272 return mpStaticImpl->getProperties(); in getProperties()
1300 Sequence<Property> aPropSeq = mpStaticImpl->getProperties(); in getProperties()
2264 Sequence<Property> aPropSeq = xPropSetInfo->getProperties(); in implInspect()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextparagraph.hxx49 inline TextParagraphProperties& getProperties() { return maProperties; } in getProperties() function in oox::drawingml::TextParagraph
50 inline const TextParagraphProperties& getProperties() const { return maProperties; } in getProperties() function in oox::drawingml::TextParagraph
/trunk/main/writerfilter/source/dmapper/
H A DBorderHandler.cxx73 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute()
150 PropertyMapPtr BorderHandler::getProperties() in getProperties() function in writerfilter::dmapper::BorderHandler
H A DTDefTableHandler.cxx79 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute()
121 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute()
/trunk/main/writerfilter/source/doctok/
H A DWW8FKPImpl.hxx85 getProperties(const Fc & rFc) const;
104 getProperties(const Fc & rFc) const;
H A DWW8FKPImpl.cxx66 writerfilter::Reference<Properties>::Pointer_t WW8CHPFKPImpl::getProperties(const Fc & rFc) const in getProperties() function in writerfilter::doctok::WW8CHPFKPImpl
115 WW8PAPFKPImpl::getProperties(const Fc & rFc) const in getProperties() function in writerfilter::doctok::WW8PAPFKPImpl
H A DWW8ResourceModelImpl.hxx164 virtual writerfilter::Reference<Properties>::Pointer_t getProperties();
233 virtual writerfilter::Reference<Properties>::Pointer_t getProperties();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XObjectInputStream.java127 Property[] p1 = props1.getPropertySetInfo().getProperties() ; in compareProperties()
128 Property[] p2 = props2.getPropertySetInfo().getProperties() ; in compareProperties()
H A D_XPersistObject.java122 Property[] objprops = objpsi.getProperties(); in _read()
135 Property[] copyprops = copypsi.getProperties(); in _read()
/trunk/main/framework/source/fwi/uielement/
H A Dconstitemcontainer.cxx79 …virtual Sequence< Property > SAL_CALL getProperties(void) throw(::com::sun::star::uno::RuntimeExce…
91 :aInfos( rHelper_.getProperties() ) in OPropertySetHelperInfo_Impl()
98 Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::… in getProperties() function in framework::OPropertySetHelperInfo_Impl
/trunk/main/xmloff/source/chart/
H A DColorPropertySet.cxx51 virtual Sequence< Property > SAL_CALL getProperties() throw (RuntimeException);
69 Sequence< Property > SAL_CALL lcl_ColorPropertySetInfo::getProperties() in getProperties() function in __anonac9c961b0111::lcl_ColorPropertySetInfo
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java72 PropertyValue[] o = props.getProperties(); in storeToURL()
108 …mponentLoader.class, desktop).loadComponentFromURL(doc.cp_URL, "_blank", 0, props.getProperties()); in openDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java126 public Property[] getProperties() { in getPropertySetInfo()
210 Property[] properties = setInfo.getProperties();
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartYErrorBar.java176 result1 = (ChartErrorCategory) SCUtil.getProperties(xDiagram, "ErrorCategory"); in testCreateYErrorBar()
177 result2 = (ChartErrorIndicatorType) SCUtil.getProperties(xDiagram, "ErrorIndicator"); in testCreateYErrorBar()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx54 virtual writerfilter::Reference<Properties>::Pointer_t getProperties();
186 virtual writerfilter::Reference<Properties>::Pointer_t getProperties();
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx82 = xTargetUDSet->getPropertySetInfo()->getProperties(); in lcl_copyDocumentProperties()
93 uno::Sequence<beans::Property> srcprops = xSetInfo->getProperties(); in lcl_copyDocumentProperties()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx184 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in Copy()
231 …un::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getProperties( ) throw (::c…
255 …::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL MixedPropertySetInfo::getProperties() in getProperties() function in MixedPropertySetInfo
287 _xUDProps->getPropertySetInfo()->getProperties(); in getProperties()
620 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps = xInfo->getProperties in getPropertyValues()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java71 aProperties = m_oIntrospector.getProperties(_oUnoObject); in setMaximumOfProgressBar()
311 …addPropertiesToTreeNode(_oUnoServiceNode, oUnoObject, m_oIntrospector.getProperties(oUnoObject, sS… in addPropertiesAndInterfacesOfService()
495 … addPropertiesToTreeNode(oUnoFacetteNode, oUnoObject, m_oIntrospector.getProperties(oUnoObject)); in expandNode()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx85 …virtual Sequence< Property > SAL_CALL getProperties(void) throw(::com::sun::star::uno::RuntimeExce…
97 :aInfos( rHelper_.getProperties() ) in OPropertySetHelperInfo_Impl()
104 Sequence< Property > OPropertySetHelperInfo_Impl::getProperties(void) throw(::com::sun::star::uno::… in getProperties() function in cppu::OPropertySetHelperInfo_Impl
1191 Sequence< Property > OPropertyArrayHelper::getProperties(void) in getProperties() function in cppu::OPropertyArrayHelper
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx71 virtual Sequence< Property > SAL_CALL getProperties() throw (RuntimeException);
119 Sequence< Property > SAL_CALL GenericPropertySet::getProperties() throw (RuntimeException) in getProperties() function in oox::__anonc64f2c460111::GenericPropertySet
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Ddbg.java173 Property[] props = PSI.getProperties(); in printPropertyInfo()
295 Property[] props = psi.getProperties(); in printPropertiesNames()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java231 protected Property[] getProperties() in getProperties() method in PropertySet
1074 public com.sun.star.beans.Property[] getProperties() in getProperties() method in PropertySet.PropertySetInfo
1076 return PropertySet.this.getProperties(); in getProperties()

Completed in 108 milliseconds

12345678910>>...15