Home
last modified time | relevance | path

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

/aoo4110/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 =()
/aoo4110/main/sw/source/core/layout/
H A Datrfrm.cxx125 sal_Int16 lcl_RelToINT(sal_Int16 eRelation) in lcl_RelToINT() argument
128 switch(eRelation) in lcl_RelToINT()
1246 eRelation( eRel ) in SwFmtVertOrient()
1254 eRelation == ((SwFmtVertOrient&)rAttr).eRelation ); in operator ==()
1259 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone()
1289 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
1329 eRelation = lcl_IntToRelation(rVal); in PutValue()
1358 eRelation( eRel ), in SwFmtHoriOrient()
1367 eRelation == ((SwFmtHoriOrient&)rAttr).eRelation && in operator ==()
1405 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
[all …]

Completed in 30 milliseconds