Home
last modified time | relevance | path

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

/aoo42x/main/sw/inc/
H A Dfmtornt.hxx44 sal_Int16 eRelation; member in SwFmtVertOrient
63 sal_Int16 GetRelationOrient() const { return eRelation; } in GetRelationOrient()
65 void SetRelationOrient( sal_Int16 eNew ) { eRelation = eNew; } in SetRelationOrient()
81 sal_Int16 eRelation; member in SwFmtHoriOrient
101 sal_Int16 GetRelationOrient() const { return eRelation; } in GetRelationOrient()
103 void SetRelationOrient( sal_Int16 eNew ) { eRelation = eNew; } in SetRelationOrient()
116 eRelation = rCpy.GetRelationOrient(); in operator =()
123 eRelation = rCpy.GetRelationOrient(); in operator =()
/aoo42x/main/sw/source/core/layout/
H A Datrfrm.cxx130 sal_Int16 lcl_RelToINT(sal_Int16 eRelation) in lcl_RelToINT() argument
133 switch(eRelation) in lcl_RelToINT()
1251 eRelation( eRel ) in SwFmtVertOrient()
1259 eRelation == ((SwFmtVertOrient&)rAttr).eRelation ); in operator ==()
1264 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone()
1294 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
1334 eRelation = lcl_IntToRelation(rVal); in PutValue()
1363 eRelation( eRel ), in SwFmtHoriOrient()
1372 eRelation == ((SwFmtHoriOrient&)rAttr).eRelation && in operator ==()
1410 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
[all …]

Completed in 19 milliseconds