/trunk/main/xmloff/source/forms/ |
H A D | gridcolumnproptranslator.cxx | 147 …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 D | ChildrenRetriever.java | 86 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.java | 81 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 D | introspection.cxx | 291 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 D | textparagraph.hxx | 49 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 D | BorderHandler.cxx | 73 writerfilter::Reference<Properties>::Pointer_t pProperties = rVal.getProperties(); in lcl_attribute() 150 PropertyMapPtr BorderHandler::getProperties() in getProperties() function in writerfilter::dmapper::BorderHandler
|
H A D | TDefTableHandler.cxx | 79 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 D | WW8FKPImpl.hxx | 85 getProperties(const Fc & rFc) const; 104 getProperties(const Fc & rFc) const;
|
H A D | WW8FKPImpl.cxx | 66 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 D | WW8ResourceModelImpl.hxx | 164 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.java | 127 Property[] p1 = props1.getPropertySetInfo().getProperties() ; in compareProperties() 128 Property[] p2 = props2.getPropertySetInfo().getProperties() ; in compareProperties()
|
H A D | _XPersistObject.java | 122 Property[] objprops = objpsi.getProperties(); in _read() 135 Property[] copyprops = copypsi.getProperties(); in _read()
|
/trunk/main/framework/source/fwi/uielement/ |
H A D | constitemcontainer.cxx | 79 …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 D | ColorPropertySet.cxx | 51 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 D | AbstractExporter.java | 72 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 D | Parameters.java | 126 public Property[] getProperties() { in getPropertySetInfo() 210 Property[] properties = setInfo.getProperties();
|
/trunk/test/testuno/source/fvt/uno/sc/chart/ |
H A D | ChartYErrorBar.java | 176 result1 = (ChartErrorCategory) SCUtil.getProperties(xDiagram, "ErrorCategory"); in testCreateYErrorBar() 177 result2 = (ChartErrorIndicatorType) SCUtil.getProperties(xDiagram, "ErrorIndicator"); in testCreateYErrorBar()
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.hxx | 54 virtual writerfilter::Reference<Properties>::Pointer_t getProperties(); 186 virtual writerfilter::Reference<Properties>::Pointer_t getProperties();
|
/trunk/main/sw/source/core/doc/ |
H A D | docglos.cxx | 82 = xTargetUDSet->getPropertySetInfo()->getProperties(); in lcl_copyDocumentProperties() 93 uno::Sequence<beans::Property> srcprops = xSetInfo->getProperties(); in lcl_copyDocumentProperties()
|
/trunk/main/sfx2/source/doc/ |
H A D | objuno.cxx | 184 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 D | InspectorPane.java | 71 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 D | propshlp.cxx | 85 …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 D | propertymap.cxx | 71 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 D | dbg.java | 173 Property[] props = PSI.getProperties(); in printPropertyInfo() 295 Property[] props = psi.getProperties(); in printPropertiesNames()
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 231 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()
|