Searched refs:rCustomSect (Results 1 – 1 of 1) sorted by relevance
229 SfxOleSection& rCustomSect = aDocSet.AddSection( SECTION_CUSTOM ); in SaveOlePropertySet() local233 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 18 milliseconds