Lines Matching refs:aStrValue
69 String aStrValue; in LoadOlePropertySet() local
72 if( xGlobSect->GetStringValue( aStrValue, PROPID_TITLE ) ) in LoadOlePropertySet()
73 i_xDocProps->setTitle( aStrValue ); in LoadOlePropertySet()
74 if( xGlobSect->GetStringValue( aStrValue, PROPID_SUBJECT ) ) in LoadOlePropertySet()
75 i_xDocProps->setSubject( aStrValue ); in LoadOlePropertySet()
76 if( xGlobSect->GetStringValue( aStrValue, PROPID_KEYWORDS ) ) { in LoadOlePropertySet()
78 ::comphelper::string::convertCommaSeparated(aStrValue) ); in LoadOlePropertySet()
80 if( xGlobSect->GetStringValue( aStrValue, PROPID_TEMPLATE ) ) in LoadOlePropertySet()
81 i_xDocProps->setTemplateName( aStrValue ); in LoadOlePropertySet()
82 if( xGlobSect->GetStringValue( aStrValue, PROPID_COMMENTS ) ) in LoadOlePropertySet()
83 i_xDocProps->setDescription( aStrValue ); in LoadOlePropertySet()
86 if( xGlobSect->GetStringValue( aStrValue, PROPID_AUTHOR) ) in LoadOlePropertySet()
87 i_xDocProps->setAuthor( aStrValue ); in LoadOlePropertySet()
95 if( xGlobSect->GetStringValue( aStrValue, PROPID_LASTAUTHOR) ) in LoadOlePropertySet()
96 i_xDocProps->setModifiedBy( aStrValue ); in LoadOlePropertySet()
110 if( xGlobSect->GetStringValue( aStrValue, PROPID_REVNUMBER ) ) in LoadOlePropertySet()
112 sal_Int16 nRevision = static_cast< sal_Int16 >( aStrValue.ToInt32() ); in LoadOlePropertySet()