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()420 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()425 AddCustomProperty( uno::makeAny( aChars ) ); // the property has string type in characters()520 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()525 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()530 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()535 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type 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()