Home
last modified time | relevance | path

Searched refs:aProperties (Results 176 – 192 of 192) sorted by relevance

12345678

/trunk/main/i18npool/inc/
H A Ddefaultnumberingprovider.hxx69 com::sun::star::beans::PropertyValue >& aProperties,
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShow.idl156 @param aProperties
191 [in] sequence< ::com::sun::star::beans::PropertyValue > aProperties );
/trunk/main/offapi/com/sun/star/linguistic2/
H A DProofreadingResult.idl85 sequence< com::sun::star::beans::PropertyValue > aProperties;
H A DXProofreader.idl102 [in] sequence< com::sun::star::beans::PropertyValue > aProperties )
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1794 const uno::Reference<beans::XPropertySet>& aProperties) in convertPropertySet() argument
1796 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = aProperties->getPropertySetInfo(); in convertPropertySet()
1808 pProps->Value = aProperties->getPropertyValue(aProps[i].Name); in convertPropertySet()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx208 uno::Sequence<beans::PropertyValue> aProperties; in Execute() local
209 if ( aAny >>= aProperties ) in Execute()
210 aDesc.initializeFrom( aProperties ); in Execute()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx366 Sequence< ::rtl::OUString > aProperties(&_rLocalName, 1); in getProperty() local
367 Sequence< Any > aValues = const_cast<AssignmentPersistentData*>(this)->GetProperties(aProperties); in getProperty()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx681 static PropertyIds aProperties[] = in CopyLastHeaderFooter() local
713 PropertyIds aPropId = aProperties[i]; in CopyLastHeaderFooter()
/trunk/main/l10ntools/inc/
H A Dtagtest.hxx72 StringHashMap aProperties; member in TokenInfo
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx878 const ::comphelper::NamedValueCollection& aProperties = aDriverConfig.getProperties(eType); in fillDatasourceInfo() local
880 aTypeSettings = aProperties.getOrDefault("TypeInfoSettings",aTypeSettings); in fillDatasourceInfo()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx401 const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& aProperties);
/trunk/main/offapi/com/sun/star/embed/
H A DXOptimizedStorage.idl119 [in] sequence < ::com::sun::star::beans::PropertyValue > aProperties )
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1794 … const beans::PropertyValue* pProperties = pGrammarResult->aProperties.getConstArray(); in CreatePortion()
1795 for( sal_Int32 nProp = 0; nProp < pGrammarResult->aProperties.getLength(); ++nProp ) in CreatePortion()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx319 const css::uno::Sequence< css::beans::PropertyValue >& aProperties );
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx3231 uno::Sequence< beans::Property > aProperties; in getInfoHelper() local
3232 describeProperties( aProperties ); in getInfoHelper()
3233 static ::cppu::OPropertyArrayHelper aInfoHelper( aProperties, sal_True ); in getInfoHelper()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java726 Property[] aProperties = xColPropertySet.getPropertySetInfo().getProperties(); in getNonBinaryFieldNames() local
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2663 Sequence< Property > aProperties = xTo->getPropertySetInfo()->getProperties(); in copyPropSet() local
2664 sal_Int32 nProperties = aProperties.getLength(); in copyPropSet()
2665 const Property* pProperties = aProperties.getConstArray(); in copyPropSet()

Completed in 120 milliseconds

12345678