Lines Matching refs:eRelation
130 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 ==()
1378 return new SwFmtHoriOrient( nXPos, eOrient, eRelation, bPosToggle ); in Clone()
1410 rVal <<= lcl_RelToINT(eRelation); in QueryValue()
1456 eRelation = lcl_IntToRelation(rVal); in PutValue()