Searched refs:SetStringValue (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | docinf.cxx | 186 rGlobSect.SetStringValue( PROPID_TITLE, i_xDocProps->getTitle() ); in SaveOlePropertySet() 187 rGlobSect.SetStringValue( PROPID_SUBJECT, i_xDocProps->getSubject() ); in SaveOlePropertySet() 190 rGlobSect.SetStringValue( PROPID_KEYWORDS, aStr ); in SaveOlePropertySet() 191 rGlobSect.SetStringValue( PROPID_TEMPLATE, i_xDocProps->getTemplateName() ); in SaveOlePropertySet() 192 rGlobSect.SetStringValue( PROPID_COMMENTS, i_xDocProps->getDescription() ); in SaveOlePropertySet() 193 rGlobSect.SetStringValue( PROPID_AUTHOR, i_xDocProps->getAuthor() ); in SaveOlePropertySet() 195 rGlobSect.SetStringValue( PROPID_LASTAUTHOR, i_xDocProps->getModifiedBy() ); in SaveOlePropertySet() 212 rGlobSect.SetStringValue( PROPID_REVNUMBER, in SaveOlePropertySet()
|
H A D | oleprops.cxx | 825 bool SfxOleSection::SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty ) in SetStringValue() function in SfxOleSection 899 bInserted = SetStringValue( nPropId, aString ); in SetAnyValue()
|
H A D | oleprops.hxx | 310 …bool SetStringValue( sal_Int32 nPropId, const String& rValue, bool bSkipEmpty = tru…
|
/aoo41x/main/svx/inc/svx/ |
H A D | numinf.hxx | 72 void SetStringValue( const String& rNewVal );
|
/aoo41x/main/svx/source/items/ |
H A D | numinf.cxx | 207 void SvxNumberInfoItem::SetStringValue( const String& rNewVal ) in SetStringValue() function in SvxNumberInfoItem
|
Completed in 244 milliseconds