Home
last modified time | relevance | path

Searched refs:aProperty (Results 26 – 50 of 150) sorted by relevance

123456

/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx893 const beans::Property aProperty = aCmdArg.Property; in addProperty() local
897 if ( !aProperty.Name.getLength() ) in addProperty()
905 if ( !UCBDeadPropertyValue::supportsType( aProperty.Type ) ) in addProperty()
940 ProppatchValue aValue( PROPSET, aProperty.Name, aDefaultValue ); in addProperty()
962 bIsSpecial ? aSpecialName : aProperty.Name, in addProperty()
975 aProperty.Attributes, in addProperty()
1140 beans::Property aProperty; in addProperty() local
1141 aProperty.Name = Name; in addProperty()
1142 aProperty.Type = DefaultValue.getValueType(); in addProperty()
1143 aProperty.Attributes = Attributes; in addProperty()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlServerDatabase.cxx73 PropertyValue aProperty; in DBG_NAME() local
96 aProperty.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("LocalSocket")); in DBG_NAME()
97 aProperty.Value <<= sValue; in DBG_NAME()
98 rImport.addInfo(aProperty); in DBG_NAME()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1134 PropertyValue aProperty; in getRootConfigReadAccess() local
1135 aProperty.Name in getRootConfigReadAccess()
1138 aProperty.Value in getRootConfigReadAccess()
1141 aArguments[ 0 ] <<= aProperty; in getRootConfigReadAccess()
1199 PropertyValue aProperty; in getConfigWriteAccess() local
1201 aProperty.Name in getConfigWriteAccess()
1204 aProperty.Value in getConfigWriteAccess()
1207 aArguments[ 0 ] <<= aProperty; in getConfigWriteAccess()
1209 aProperty.Name in getConfigWriteAccess()
1212 aProperty.Value <<= sal_True; in getConfigWriteAccess()
[all …]
H A Ducb.cxx854 beans::PropertyValue aProperty; in getContentProviderData() local
855 aProperty.Name in getContentProviderData()
857 aProperty.Value <<= aFullPath.makeStringAndClear(); in getContentProviderData()
858 aArguments[ 0 ] <<= aProperty; in getContentProviderData()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchyprovider.cxx254 beans::PropertyValue aProperty; in getRootConfigReadNameAccess() local
255 aProperty.Name in getRootConfigReadNameAccess()
258 aProperty.Value <<= rtl::OUString(); // root path in getRootConfigReadNameAccess()
259 aArguments[ 0 ] <<= aProperty; in getRootConfigReadNameAccess()
/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx174 PropertyValue aProperty; in Export() local
175 aProperty.Name = sBaseURI; in Export()
176 aProperty.Value = makeAny( mrMedium.GetBaseURL( true ) ); in Export()
177 aProperties.push_back( aProperty ); in Export()
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx618 Property aProperty = xModelPSI->getPropertyByName( FM_PROP_VALUEMIN ); in initializeFieldDependentProperties() local
619 if ( aProperty.Type.getTypeClass() == TypeClass_DOUBLE ) in initializeFieldDependentProperties()
621 else if ( aProperty.Type.getTypeClass() == TypeClass_LONG ) in initializeFieldDependentProperties()
630 aProperty = xModelPSI->getPropertyByName( FM_PROP_VALUEMAX ); in initializeFieldDependentProperties()
631 if ( aProperty.Type.getTypeClass() == TypeClass_DOUBLE ) in initializeFieldDependentProperties()
633 else if ( aProperty.Type.getTypeClass() == TypeClass_LONG ) in initializeFieldDependentProperties()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translation_unodialog.cxx137 beans::PropertyValue aProperty; in initialize() local
138 if(*pArguments >>= aProperty) in initialize()
140 if( aProperty.Name.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ParentWindow" ) ) == 0 ) in initialize()
142 aProperty.Value >>= m_xParentWindow; in initialize()
/trunk/main/svtools/source/uno/
H A Dgenericunodialog.cxx319 PropertyValue aProperty; in implInitialize() local
321 if ( _rValue >>= aProperty ) in implInitialize()
323 setPropertyValue( aProperty.Name, aProperty.Value ); in implInitialize()
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx182 PropertyValue aProperty; in sendMailMessage() local
183 aProperty.Name = OUString( RTL_CONSTASCII_USTRINGPARAM("nodepath" )); in sendMailMessage()
184 aProperty.Value = makeAny( aConfigRoot ); in sendMailMessage()
187 aArgumentList[0] = makeAny( aProperty ); in sendMailMessage()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx900 beans::PropertyValue aProperty; in createNotifyJob() local
901 aProperty.Name = OUSTR( "nodepath" ); in createNotifyJob()
902aProperty.Value = uno::makeAny( OUSTR("org.openoffice.Office.Addons/AddonUI/OfficeHelp/UpdateCheck… in createNotifyJob()
905 aArgumentList[0] = uno::makeAny( aProperty ); in createNotifyJob()
929 aProperty.Name = OUSTR( "updateList" ); in createNotifyJob()
930 aProperty.Value = uno::makeAny( rItemList ); in createNotifyJob()
931 aPropList[0] = aProperty; in createNotifyJob()
932 aProperty.Name = OUSTR( "prepareOnly" ); in createNotifyJob()
933 aProperty.Value = uno::makeAny( bPrepareOnly ); in createNotifyJob()
934 aPropList[1] = aProperty; in createNotifyJob()
/trunk/main/svtools/source/dialogs/
H A Dinsdlg.cxx159 uno::Any aProperty = in FillInsertObjects() local
161 if ( !( aProperty >>= aProductName ) ) in FillInsertObjects()
166aProperty = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTVERSION ); in FillInsertObjects()
167 if ( !( aProperty >>= aProductVersion ) ) in FillInsertObjects()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx382 PropertyValue aProperty; in initialize() local
383 if(*pArguments >>= aProperty) in initialize()
385 if( aProperty.Name.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "ParentWindow" ) ) == 0 ) in initialize()
387 aProperty.Value >>= mxParent; in initialize()
/trunk/main/uui/source/
H A Diahndl.cxx982 beans::PropertyValue aProperty; in getInteractionHandlerList() local
983 aProperty.Name in getInteractionHandlerList()
985 aProperty.Value <<= aFullPath.makeStringAndClear(); in getInteractionHandlerList()
986 aArguments[ 0 ] <<= aProperty; in getInteractionHandlerList()
1110 beans::PropertyValue aProperty; in getContextProperty() local
1111 if ((m_aProperties[i] >>= aProperty) in getContextProperty()
1112 && aProperty. in getContextProperty()
1116 aProperty.Value >>= aContext; in getContextProperty()
/trunk/main/sfx2/source/view/
H A Dipclient.cxx275 beans::PropertyValue aProperty; in saveObject() local
277 aProperty.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DisableReschedule" )); in saveObject()
278 aProperty.Value = uno::makeAny( sal_True ); in saveObject()
279 aArgs[0] = uno::makeAny( aProperty ); in saveObject()
280 aProperty.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in saveObject()
281 aProperty.Value = uno::makeAny( xFrame ); in saveObject()
282 aArgs[1] = uno::makeAny( aProperty ); in saveObject()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1200 Any aProperty; in getProperty() local
1209 while( xEnumeration->hasMoreElements() && !aProperty.hasValue() ) in getProperty()
1221 case VALUE_FROM: aProperty = xAnimate->getFrom(); break; in getProperty()
1222 case VALUE_TO: aProperty = xAnimate->getTo(); break; in getProperty()
1223 case VALUE_BY: aProperty = xAnimate->getBy(); break; in getProperty()
1245 return aProperty; in getProperty()
1443 Any aProperty; in getTransformationProperty() local
1462 case VALUE_FROM: aProperty = xTransform->getFrom(); break; in getTransformationProperty()
1463 case VALUE_TO: aProperty = xTransform->getTo(); break; in getTransformationProperty()
1464 case VALUE_BY: aProperty = xTransform->getBy(); break; in getTransformationProperty()
[all …]
/trunk/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx81 void SAL_CALL PropertySetHelper::impl_addPropertyInfo(const css::beans::Property& aProperty) in impl_addPropertyInfo() argument
90 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(aProperty.Name); in impl_addPropertyInfo()
94 m_lProps[aProperty.Name] = aProperty; in impl_addPropertyInfo()
/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx167 beans::PropertyValue aProperty( OPERATOR, 0, aValue, beans::PropertyState_DIRECT_VALUE ); in Add() local
168 aPropertyValueVector.push_back( aProperty ); in Add()
180 aProperty.Name = STYLENAME; in Add()
181 aProperty.Value = uno::makeAny( sStyleName ); in Add()
/trunk/main/cui/source/options/
H A Doptupdt.cxx346 beans::PropertyValue aProperty; in IMPL_LINK() local
347 aProperty.Name = UNISTRING( "nodepath" ); in IMPL_LINK()
348aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Office.Addons/AddonUI/OfficeHelp/UpdateC… in IMPL_LINK()
351 aArgumentList[0] = uno::makeAny( aProperty ); in IMPL_LINK()
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx208 beans::PropertyValue aProperty; in getProxyForURL() local
209 aProperty.Name = UNISTRING( "nodepath" ); in getProxyForURL()
210 aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Inet/Settings") ); in getProxyForURL()
213 aArgumentList[0] = uno::makeAny( aProperty ); in getProxyForURL()
/trunk/main/odk/examples/java/Inspector/
H A DTDocSupplier.java106 Property aProperty = new Property(); in getXRowOfTDocUrl() local
107 aProperty.Name = _sPropertyName; // "DocumentModel"; //DocumentModel in getXRowOfTDocUrl()
111 aCommand.Argument = new Property[]{aProperty}; in getXRowOfTDocUrl()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx646 Property aProperty; in getPropertyName() local
647 OSL_VERIFY( rPH.getPropertyByHandle( _nHandle, aProperty ) ); in getPropertyName()
648 return aProperty.Name; in getPropertyName()
996 Property aProperty; in convertFastPropertyValue() local
997 OSL_VERIFY( rPH.getPropertyByHandle( _nHandle, aProperty ) ); in convertFastPropertyValue()
1001 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, aCurrentValue, aProperty.Type… in convertFastPropertyValue()
/trunk/main/vcl/source/window/
H A Dwpropset.cxx273 rtl::OUString aIdentifier, aProperty; in propertyChange() local
274 spliceIdentifiedPropertyName( i_rEvent.PropertyName, aIdentifier, aProperty ); in propertyChange()
280 aSet[0].Name = aProperty; in propertyChange()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx826 Any aProperty; in implExportShape() local
831 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aHeaderString ) ) >>= bValue ) && in implExportShape()
838 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aFooterString ) ) >>= bValue ) && in implExportShape()
845 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aDateTimeString ) ) >>= bValue ) && in implExportShape()
852 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aPageNumberString ) ) >>= bValue ) && in implExportShape()
1241 Any aProperty; in IMPL_LINK() local
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx321 Property aProperty = xInfo->getPropertyByName(sU); in IsPathReadonly() local
322 bReadonly = 0 != (aProperty.Attributes & PropertyAttribute::READONLY); in IsPathReadonly()
499 const com::sun::star::beans::Property& aProperty = aPathPropSeq[n]; in SvtPathOptions_Impl() local
500 aTempHashMap.insert( NameToHandleMap::value_type( aProperty.Name, aProperty.Handle )); in SvtPathOptions_Impl()

Completed in 154 milliseconds

123456