Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/doc/
H A Ddocinf.cxx229 SfxOleSection& rCustomSect = aDocSet.AddSection( SECTION_CUSTOM ); in SaveOlePropertySet() local
233 const sal_Int32 nPropId = rCustomSect.GetFreePropertyId(); in SaveOlePropertySet()
234 rCustomSect.SetBlobValue( nPropId, *i_pGuid ); in SaveOlePropertySet()
235 rCustomSect.SetPropertyName( nPropId, in SaveOlePropertySet()
241 const sal_Int32 nPropId = rCustomSect.GetFreePropertyId(); in SaveOlePropertySet()
242 rCustomSect.SetBlobValue( nPropId, *i_pHyperlinks ); in SaveOlePropertySet()
243 rCustomSect.SetPropertyName( nPropId, in SaveOlePropertySet()
260 const sal_Int32 nPropId = rCustomSect.GetFreePropertyId(); in SaveOlePropertySet()
261 if (rCustomSect.SetAnyValue( nPropId, in SaveOlePropertySet()
263 rCustomSect.SetPropertyName( nPropId, name ); in SaveOlePropertySet()

Completed in 9 milliseconds