Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/inc/
H A Drtf.hxx34 sal_uInt16 nRelOrient : 1; member
42 RTFVertOrient( sal_uInt16 nOrient, sal_uInt16 nRelOrient ) { in RTFVertOrient() argument
44 Value.Flags.nRelOrient = nRelOrient; in RTFVertOrient()
48 sal_uInt16 GetRelation() const { return Value.Flags.nRelOrient; } in GetRelation()
59 sal_uInt16 nRelOrient : 1; member
67 RTFHoriOrient( sal_uInt16 nOrient, sal_uInt16 nRelOrient ) { in RTFHoriOrient() argument
69 Value.Flags.nRelOrient = nRelOrient; in RTFHoriOrient()
74 sal_uInt16 GetRelation() const { return Value.Flags.nRelOrient; } in GetRelation()

Completed in 5 milliseconds