Home
last modified time | relevance | path

Searched refs:Property (Results 201 – 225 of 818) sorted by relevance

12345678910>>...33

/aoo41x/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx219 const uno::Sequence< beans::Property > & rProps, in UCBNamesToDAVNames()
245 const beans::Property & rProp = rProps[ n ]; in UCBNamesToDAVNames()
328 const uno::Sequence< beans::Property > & rProps, in UCBNamesToHTTPNames()
345 const beans::Property & rProp = rProps[ n ]; in UCBNamesToHTTPNames()
375 const uno::Sequence< beans::Property >& rProps, in containsAllNames()
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XTolerantMultiPropertySet.java27 import com.sun.star.beans.Property;
52 protected Property[] properties = null;
235 protected String[] getDirectProperties(Property[] props) { in getDirectProperties()
318 Property property = properties[i]; in getCountOfReadOnlyProperties()
/aoo41x/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx73 using ::com::sun::star::beans::Property;
246 virtual Sequence< Property > SAL_CALL doDescribeSupportedProperties() const;
552 Sequence< Property > SAL_CALL FormGeometryHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
555 return Sequence< Property >(); in doDescribeSupportedProperties()
557 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
570 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
H A Deventhandler.cxx97 using ::com::sun::star::beans::Property;
775 Sequence< Property > SAL_CALL EventHandler::getSupportedProperties() throw (RuntimeException) in getSupportedProperties()
787 Property aCurrentProperty; in getSupportedProperties()
794 aCurrentProperty = Property(); in getSupportedProperties()
830 ::std::map< EventId, Property > aOrderedProperties; in getSupportedProperties()
836 aOrderedProperties[ loop->second.nId ] = Property( in getSupportedProperties()
842 StlSyntaxSequence< Property > aReturn( aOrderedProperties.size() ); in getSupportedProperties()
844 ::std::select2nd< ::std::map< EventId, Property >::value_type >() ); in getSupportedProperties()
H A Dsubmissionhandler.cxx274 Sequence< Property > SAL_CALL SubmissionPropertyHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
276 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
283 return Sequence< Property >(); in doDescribeSupportedProperties()
284 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
H A Dxsddatatypes.cxx213 Sequence< Property > aProperties( xSourceInfo->getProperties() ); in lcl_copyProperties()
214 const Property* pProperties = aProperties.getConstArray(); in lcl_copyProperties()
215 const Property* pPropertiesEnd = pProperties + aProperties.getLength(); in lcl_copyProperties()
H A Dpropcontroller.cxx1006 ::std::vector< Property > aProperties; in doInspection()
1016 … StlSyntaxSequence< Property > aThisHandlersProperties = (*aHandler)->getSupportedProperties(); in doInspection()
1028 …for ( StlSyntaxSequence< Property >::const_iterator copyProperty = aThisHandlersProperties.begin… in doInspection()
1033 ::std::vector< Property >::const_iterator previous = ::std::find_if( in doInspection()
1064 ::std::vector< Property >::iterator existent = ::std::find_if( in doInspection()
1080 … for ( StlSyntaxSequence< Property >::const_iterator remember = aThisHandlersProperties.begin(); in doInspection()
1108 for ( ::std::vector< Property >::const_iterator sourceProps = aProperties.begin(); in doInspection()
1159 …void OPropertyBrowserController::describePropertyLine( const Property& _rProperty, OLineDescriptor… in describePropertyLine()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DPropertyCommandArgument.idl25 #include <com/sun/star/beans/Property.idl>
38 com::sun::star::beans::Property Property;
/aoo41x/main/dbaccess/source/core/api/
H A DCRowSetColumn.cxx58 Sequence< Property> aDerivedProperties( nDerivedProperties ); in createArrayHelper()
59 Property* pDesc = aDerivedProperties.getArray(); in createArrayHelper()
85 Sequence< Property > aRegisteredProperties; in createArrayHelper()
/aoo41x/main/udkapi/com/sun/star/beans/
H A DXProperty.idl31 #include <com/sun/star/beans/Property.idl>
53 the specification of this object as <type>Property</type>.
56 com::sun::star::beans::Property getAsProperty();
H A DXPropertySetInfo.idl31 #include <com/sun/star/beans/Property.idl>
65 sequence<com::sun::star::beans::Property> getProperties();
78 com::sun::star::beans::Property getPropertyByName( [in] string aName )
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XObjectInputStream.java30 import com.sun.star.beans.Property;
127 Property[] p1 = props1.getPropertySetInfo().getProperties() ; in compareProperties()
128 Property[] p2 = props2.getPropertySetInfo().getProperties() ; in compareProperties()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAutomaticPositionProperties.cxx36 using ::com::sun::star::beans::Property;
130 void WrappedAutomaticPositionProperties::addProperties( ::std::vector< Property > & rOutProperties ) in addProperties()
133 Property( C2U( "AutomaticPosition" ), in addProperties()
H A DWrappedScaleTextProperties.cxx36 using ::com::sun::star::beans::Property;
140 void WrappedScaleTextProperties::addProperties( ::std::vector< Property > & rOutProperties ) in addProperties()
143 Property( C2U( "ScaleText" ), in addProperties()
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_content.hxx40 struct Property;
83 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& rProperties,
142 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& rProperties);
144 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
/aoo41x/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx57 ::com::sun::star::beans::Property
182 …void describeProperties(::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* […
195 const ::com::sun::star::beans::Property&
/aoo41x/main/configmgr/source/
H A Daccess.hxx77 struct Property;
283 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
286 virtual com::sun::star::beans::Property SAL_CALL getPropertyByName(
311 virtual com::sun::star::beans::Property SAL_CALL getAsProperty()
450 virtual com::sun::star::beans::Property SAL_CALL
508 com::sun::star::beans::Property asProperty();
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DProperty.idt1 Property Value
3 WINDOWSENCODINGTEMPLATE Property Property
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.hxx34 struct Property;
127 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
138 ::com::sun::star::beans::Property >& rProperties );
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx149 com::sun::star::beans::Property aPropDesc; in exportRemainingProperties()
243 Sequence< Property > aProperties = m_xPropertyInfo->getProperties(); in examinePersistence()
244 const Property* pProperties = aProperties.getConstArray(); in examinePersistence()
484 Property aProperty = m_xPropertyInfo->getPropertyByName(sPropertyName); in exportGenericPropertyAttribute()
713 Property aPropertyDescription = m_xPropertyInfo->getPropertyByName(_rPropertyName); in dbg_implCheckProperty()
/aoo41x/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx381 uno::Sequence< beans::Property > SAL_CALL DataProviderHandler::getSupportedProperties() throw (uno:… in getSupportedProperties()
383 ::std::vector< beans::Property > aNewProps; in getSupportedProperties()
387 beans::Property aValue; in getSupportedProperties()
403 …return aNewProps.empty() ? uno::Sequence< beans::Property > () : uno::Sequence< beans::Property > … in getSupportedProperties()
H A Dmetadata.cxx259 …void OPropertyInfoService::getExcludeProperties(::std::vector< beans::Property >& _rExcludePropert… in getExcludeProperties()
261 uno::Sequence< beans::Property > aProps = _xFormComponentHandler->getSupportedProperties(); in getExcludeProperties()
319 beans::Property* pPropsIter = aProps.getArray(); in getExcludeProperties()
320 beans::Property* pPropsEnd = pPropsIter + aProps.getLength(); in getExcludeProperties()
/aoo41x/main/autodoc/source/ary/idl/
H A Di2s_calculator.hxx47 class Property;
142 public csv::ConstProcessor<Property>,
195 const Property & i_rData );
/aoo41x/main/framework/source/services/
H A Ddesktop.cxx1784 const css::uno::Sequence< css::beans::Property > Desktop::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
1793 static const css::beans::Property pProperties[] = in impl_getStaticPropertyDescriptor()
1795 …css::beans::Property( DESKTOP_PROPNAME_ACTIVEFRAME , DESKTOP_PROPHANDLE_ACTIVEFRAME … in impl_getStaticPropertyDescriptor()
1796 …css::beans::Property( DESKTOP_PROPNAME_DISPATCHRECORDERSUPPLIER , DESKTOP_PROPHANDLE_DISPATCHRECOR… in impl_getStaticPropertyDescriptor()
1797 …css::beans::Property( DESKTOP_PROPNAME_ISPLUGGED , DESKTOP_PROPHANDLE_ISPLUGGED … in impl_getStaticPropertyDescriptor()
1798 …css::beans::Property( DESKTOP_PROPNAME_SUSPENDQUICKSTARTVETO , DESKTOP_PROPHANDLE_SUSPENDQUICKS… in impl_getStaticPropertyDescriptor()
1799 …css::beans::Property( DESKTOP_PROPNAME_TITLE , DESKTOP_PROPHANDLE_TITLE … in impl_getStaticPropertyDescriptor()
1802 …static const css::uno::Sequence< css::beans::Property > lPropertyDescriptor( pProperties, DESKTOP_… in impl_getStaticPropertyDescriptor()
/aoo41x/main/forms/source/xforms/
H A Dpropertysetbase.cxx46 using com::sun::star::beans::Property;
89 void PropertySetBase::registerProperty( const Property& rProperty, in registerProperty()
115 Property aProperty = rPropertyMetaData.getPropertyByName( sPropName ); in notifyAndCachePropertyValue()

Completed in 115 milliseconds

12345678910>>...33