Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx553 #define DFF_Prop_pihlShape 898 // IHlink* The hyperlink in the shape. macro
/AOO41X/main/sc/source/filter/excel/
H A Dxiescher.cxx3580 sal_uInt32 nBufferSize = GetPropertyValue( DFF_Prop_pihlShape ); in ReadHlinkProperty()
3581 …if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rDffStrm ) ) in ReadHlinkProperty()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx994 sal_uInt32 nBufferSize = GetPropertyValue( DFF_Prop_pihlShape ); in ProcessObj()
995 if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rSt ) ) in ProcessObj()