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()
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 …]
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()

Completed in 49 milliseconds