Searched refs:GetStringValue (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | docinf.cxx | 72 if( xGlobSect->GetStringValue( aStrValue, PROPID_TITLE ) ) in LoadOlePropertySet() 74 if( xGlobSect->GetStringValue( aStrValue, PROPID_SUBJECT ) ) in LoadOlePropertySet() 76 if( xGlobSect->GetStringValue( aStrValue, PROPID_KEYWORDS ) ) { in LoadOlePropertySet() 80 if( xGlobSect->GetStringValue( aStrValue, PROPID_TEMPLATE ) ) in LoadOlePropertySet() 82 if( xGlobSect->GetStringValue( aStrValue, PROPID_COMMENTS ) ) in LoadOlePropertySet() 86 if( xGlobSect->GetStringValue( aStrValue, PROPID_AUTHOR) ) in LoadOlePropertySet() 95 if( xGlobSect->GetStringValue( aStrValue, PROPID_LASTAUTHOR) ) in LoadOlePropertySet() 110 if( xGlobSect->GetStringValue( aStrValue, PROPID_REVNUMBER ) ) in LoadOlePropertySet()
|
H A D | oleprops.cxx | 779 bool SfxOleSection::GetStringValue( String& rValue, sal_Int32 nPropId ) const in GetStringValue() function in SfxOleSection 875 else if( GetStringValue( aString, nPropId ) ) in GetAnyValue()
|
H A D | oleprops.hxx | 295 bool GetStringValue( String& rValue, sal_Int32 nPropId ) const;
|
Completed in 32 milliseconds