Home
last modified time | relevance | path

Searched refs:exportedProperty (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/xmloff/source/forms/
H A Dpropertyexport.cxx279 exportedProperty( _rPropertyName ); in exportStringPropertyAttribute()
318 exportedProperty( _rPropertyName ); in exportBooleanPropertyAttribute()
342 exportedProperty( _rPropertyName ); in exportInt16PropertyAttribute()
366 exportedProperty( _rPropertyName ); in exportInt32PropertyAttribute()
402 exportedProperty(sPropertyName); in exportEnumPropertyAttribute()
418 exportedProperty(PROPERTY_TARGETFRAME); in exportTargetFrameAttribute()
439 exportedProperty(_sPropertyName); in exportRelativeTargetLocation()
447 exportedProperty(xStylePropertiesSupplier->GetEntryAPIName(i)); in flagStyleProperties()
451 exportedProperty(PROPERTY_FONT); in flagStyleProperties()
455 exportedProperty(PROPERTY_DATEFORMAT); in flagStyleProperties()
[all …]
H A Delementexport.cxx353 exportedProperty(PROPERTY_CONTROLLABEL); in exportSubTags()
366exportedProperty( ::rtl::OUString::createFromAscii( pCharAttributeProperties->msApiName ) ); in exportSubTags()
373exportedProperty( ::rtl::OUString::createFromAscii( pParaAttributeProperties->msApiName ) ); in exportSubTags()
379 exportedProperty( PROPERTY_RICH_TEXT ); in exportSubTags()
387 exportedProperty( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharCrossedOut" ) ) ); in exportSubTags()
394 exportedProperty( PROPERTY_DEFAULT_SELECT_SEQ ); in exportSubTags()
398 exportedProperty( PROPERTY_STRING_ITEM_LIST ); in exportSubTags()
399 exportedProperty( PROPERTY_VALUE_SEQ ); in exportSubTags()
400 exportedProperty( PROPERTY_SELECT_SEQ ); in exportSubTags()
401 exportedProperty( PROPERTY_LISTSOURCE ); in exportSubTags()
[all …]
H A Dpropertyexport.hxx118 void exportedProperty(const ::rtl::OUString& _rPropertyName) in exportedProperty() function in xmloff::OPropertyExport