Searched refs:AddCustomProperty (Results 1 – 4 of 4) sorted by relevance
68 void OOXMLDocPropHandler::AddCustomProperty( const uno::Any& aAny ) in AddCustomProperty() function in oox::docprop::OOXMLDocPropHandler405 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()410 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()415 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()609 AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); in characters()620 AddCustomProperty( uno::makeAny( GetDateTimeFromW3CDTF( aChars ) ) ); in characters()624 AddCustomProperty( uno::makeAny( (sal_Int16)aChars.toInt32() ) ); in characters()629 AddCustomProperty( uno::makeAny( aChars.toInt32() ) ); in characters()633 AddCustomProperty( uno::makeAny( aChars.toInt64() ) ); in characters()637 AddCustomProperty( uno::makeAny( aChars.toFloat() ) ); in characters()[all …]
65 void AddCustomProperty( const ::com::sun::star::uno::Any& aAny );
156 void AddCustomProperty( const ::rtl::OUString& sName,
504 void SfxDocumentInfoItem::AddCustomProperty( const ::rtl::OUString& sName, const Any& rValue ) in AddCustomProperty() function in SfxDocumentInfoItem2451 pInfo->AddCustomProperty( aPropertySeq[i].Name, aPropertySeq[i].Value ); in FillItemSet()
Completed in 24 milliseconds