Home
last modified time | relevance | path

Searched refs:Property (Results 176 – 200 of 818) sorted by relevance

12345678910>>...33

/aoo41x/main/framework/source/fwe/classes/
H A Dactiontriggerseparatorpropertyset.cxx292 const Sequence< Property > ActionTriggerSeparatorPropertySet::impl_getStaticPropertyDescriptor() in impl_getStaticPropertyDescriptor()
294 static const Property pActionTriggerPropertys[] = in impl_getStaticPropertyDescriptor()
296Property( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SeparatorType" )), HANDLE_TYPE, ::getCppu… in impl_getStaticPropertyDescriptor()
300 …static const Sequence< Property > seqActionTriggerPropertyDescriptor( pActionTriggerPropertys, PRO… in impl_getStaticPropertyDescriptor()
/aoo41x/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx290 appendObject( Property( rValue.Name, in PropertyValueSet()
831 Sequence< Property > aProps = xInfo->getProperties(); in appendPropertySet()
832 const Property* pProps = aProps.getConstArray(); in appendPropertySet()
855 const Property& rProp = pProps[ m ]; in appendPropertySet()
871 const Property& rProp = pProps[ n ]; in appendPropertySet()
895 const Property& rProperty ) in appendPropertySetValue()
/aoo41x/main/forms/source/component/
H A DEdit.cxx393 void OEditModel::describeFixedProperties( Sequence< Property >& _rProps ) const in describeFixedProperties()
405 void OEditModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const in describeAggregateProperties()
461 Sequence< Property > aSourceProps( xSourceInfo->getProperties() ); in lcl_transferProperties()
462 const Property* pSourceProps = aSourceProps.getConstArray(); in lcl_transferProperties()
463 … const Property* pSourcePropsEnd = aSourceProps.getConstArray() + aSourceProps.getLength(); in lcl_transferProperties()
472 Property aDestProp( xDestInfo->getPropertyByName( pSourceProps->Name ) ); in lcl_transferProperties()
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_content.hxx32 struct Property;
70 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
80 ::com::sun::star::beans::Property >& rProperties,
181 ::com::sun::star::beans::Property >& rProperties,
/aoo41x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java25 import com.sun.star.beans.Property;
110 Property[]props = new Property[1]; in checkTransientDocumentsDocumentContent()
111 props[0] = new Property(); in checkTransientDocumentsDocumentContent()
/aoo41x/main/extensions/source/propctrlr/
H A Dbuttonnavigationhandler.cxx196 Sequence< Property > SAL_CALL ButtonNavigationHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
198 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
207 return Sequence< Property >(); in doDescribeSupportedProperties()
208 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
H A Dformcontroller.cxx67 using ::com::sun::star::beans::Property;
180 Sequence< Property > aProps( 2 ); in createArrayHelper()
181 aProps[0] = Property( in createArrayHelper()
187 aProps[1] = Property( in createArrayHelper()
H A Deditpropertyhandler.cxx224 Sequence< Property > SAL_CALL EditPropertyHandler::doDescribeSupportedProperties() const in doDescribeSupportedProperties()
226 ::std::vector< Property > aProperties; in doDescribeSupportedProperties()
235 return Sequence< Property >(); in doDescribeSupportedProperties()
236 return Sequence< Property >( &(*aProperties.begin()), aProperties.size() ); in doDescribeSupportedProperties()
/aoo41x/main/chart2/source/model/template/
H A DBubbleChartTypeTemplate.cxx46 using ::com::sun::star::beans::Property;
58 ::std::vector< Property > & /*rOutProperties*/ ) in lcl_AddPropertiesToVector()
89 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
91 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XDocumentTemplates.java29 import com.sun.star.beans.Property;
225 Property[] comProps = new Property[1]; in getDynaResultSet()
227 comProps[0] = new Property(); in getDynaResultSet()
/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx335 Sequence< beans::Property > m_properties;
343 virtual Sequence< beans::Property > SAL_CALL getProperties()
345 virtual beans::Property SAL_CALL getPropertyByName( OUString const & name )
351 Sequence< beans::Property > PropertySetInfo_Impl::getProperties() in getProperties()
360 beans::Property const * p = m_properties.getConstArray(); in getPropertyByName()
373 beans::Property const * p = m_properties.getConstArray(); in hasPropertyByName()
1080 Sequence< beans::Property > seq( 1 ); in getPropertySetInfo()
1081 seq[ 0 ] = beans::Property( in getPropertySetInfo()
1976 Sequence< beans::Property > seq( 2 ); in getPropertySetInfo()
1977 seq[ 0 ] = beans::Property( in getPropertySetInfo()
[all …]
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.hxx38 struct Property;
140 virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property >
152 ::com::sun::star::beans::Property >& rProperties,
160 ::com::sun::star::beans::Property >& rProperties );
316 ::com::sun::star::beans::Property >& rProperties,
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XPersistObject.java31 import com.sun.star.beans.Property;
122 Property[] objprops = objpsi.getProperties(); in _read()
135 Property[] copyprops = copypsi.getProperties(); in _read()
257 public static boolean isTransient(Property prop) { in isTransient()
/aoo41x/main/extensions/qa/integration/extensions/
H A DServicesHandler.java179 public com.sun.star.beans.Property[] getSupportedProperties() in getSupportedProperties()
181 Property[] properties = new Property[ m_supportedServices.length ]; in getSupportedProperties()
183 … properties[i] = new Property( m_supportedServices[i], 0, new Type( String.class ), (short)0 ); in getSupportedProperties()
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java35 import com.sun.star.beans.Property;
144 Property[] properties = propertySetInfo.getProperties(); in _getPropertyValues()
313 private void getPropsToTest(Property[] properties) { in getPropsToTest()
319 Property property = properties[i]; in getPropsToTest()
/aoo41x/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx119 Sequence< Property> aAllProperties = rHelper.getProperties(); in getPropertyStates()
121 const Property* pAllProperties = aAllProperties.getConstArray(); in getPropertyStates()
122 const Property* pAllPropertiesEnd = pAllProperties + nAllProperties; in getPropertyStates()
318 Sequence< Property > aProps; in createArrayHelper()
/aoo41x/main/comphelper/inc/comphelper/
H A DChainablePropertySetInfo.hxx49 com::sun::star::uno::Sequence < com::sun::star::beans::Property > maProperties;
65 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getPropertie…
67 …virtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName( const ::rtl::OUString& aName…
H A DMasterPropertySetInfo.hxx41 com::sun::star::uno::Sequence < com::sun::star::beans::Property > maProperties;
57 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > SAL_CALL getPropertie…
59 …virtual ::com::sun::star::beans::Property SAL_CALL getPropertyByName( const ::rtl::OUString& aName…
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DProperty.idt1 Property Value
3 WINDOWSENCODINGTEMPLATE Property Property
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DProperty.idt1 Property Value
3 WINDOWSENCODINGTEMPLATE Property Property
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DProperty.idt1 Property Value
3 WINDOWSENCODINGTEMPLATE Property Property
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dresultsetmetadata.hxx39 namespace beans { struct Property; }
154 ::com::sun::star::beans::Property > m_aProps;
172 ::com::sun::star::beans::Property >& rProps,
192 ::com::sun::star::beans::Property >& rProps,
/aoo41x/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx186 uno::Sequence< beans::Property > SAL_CALL ReportComponentHandler::getSupportedProperties() throw (u… in getSupportedProperties()
188 ::std::vector< beans::Property > aNewProps; in getSupportedProperties()
191 …return aNewProps.empty() ? uno::Sequence< beans::Property > () : uno::Sequence< beans::Property > … in getSupportedProperties()
/aoo41x/main/qadevOOo/runner/util/
H A Ddbg.java31 import com.sun.star.beans.Property;
173 Property[] props = PSI.getProperties(); in printPropertyInfo()
174 Property prop = PSI.getPropertyByName(name); in printPropertyInfo()
295 Property[] props = psi.getProperties(); in printPropertiesNames()
/aoo41x/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx263 virtual void SAL_CALL methodStruct(const Property& aProp) throw( RuntimeException );
265 virtual Property SAL_CALL retMethodStruct(void) throw( RuntimeException );
267 virtual Property SAL_CALL getAttrStruct(void) throw( RuntimeException );
268 virtual void SAL_CALL setAttrStruct(const Property& AttrStruct_) throw( RuntimeException );
269 virtual Property SAL_CALL methodStruct2( const Property& aProp ) throw (RuntimeException);
1278 void SAL_CALL OComponent::methodStruct(const Property& aProp) throw( RuntimeException ) in methodStruct()
1287 Property SAL_CALL OComponent::retMethodStruct(void) throw( RuntimeException ) in retMethodStruct()
1289Property a(L"OleTest_Property", 255, getCppuType( (Reference<XInterface>*)0), PropertyAttribute::M… in retMethodStruct()
1296 Property SAL_CALL OComponent::getAttrStruct(void) throw( RuntimeException) in getAttrStruct()
1306 void SAL_CALL OComponent::setAttrStruct(const Property& AttrStruct_) throw( RuntimeException ) in setAttrStruct()
[all …]

Completed in 443 milliseconds

12345678910>>...33