Home
last modified time | relevance | path

Searched refs:AddCustomProperty (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx68 void OOXMLDocPropHandler::AddCustomProperty( const uno::Any& aAny ) in AddCustomProperty() function in oox::docprop::OOXMLDocPropHandler
405 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()
520AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
525AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
530AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
535AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
[all …]
H A Ddocprophandler.hxx65 void AddCustomProperty( const ::com::sun::star::uno::Any& aAny );
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx156 void AddCustomProperty( const ::rtl::OUString& sName,
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx504 void SfxDocumentInfoItem::AddCustomProperty( const ::rtl::OUString& sName, const Any& rValue ) in AddCustomProperty() function in SfxDocumentInfoItem
2451 pInfo->AddCustomProperty( aPropertySeq[i].Name, aPropertySeq[i].Value ); in FillItemSet()