Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par3.cxx1602 bool IsEqualFormatting(const SwNumRule &rOne, const SwNumRule &rTwo) in IsEqualFormatting() argument
1606 rOne.GetRuleType() == rTwo.GetRuleType() && in IsEqualFormatting()
1607 rOne.IsContinusNum() == rTwo.IsContinusNum() && in IsEqualFormatting()
1608 rOne.IsAbsSpaces() == rTwo.IsAbsSpaces() && in IsEqualFormatting()
1609 rOne.GetPoolFmtId() == rTwo.GetPoolFmtId() && in IsEqualFormatting()
1610 rOne.GetPoolHelpId() == rTwo.GetPoolHelpId() && in IsEqualFormatting()
1619 const SvxNumberFormat &rO = rOne.Get(n); in IsEqualFormatting()
H A Dww8atr.cxx4894 bool lcl_IsEqual(long nOneLeft, const SvxTabStop &rOne, in lcl_IsEqual() argument
4899 rOne.GetAdjustment() == rTwo.GetAdjustment() && in lcl_IsEqual()
4900 rOne.GetDecimal() == rTwo.GetDecimal() && in lcl_IsEqual()
4901 rOne.GetFill() == rTwo.GetFill() in lcl_IsEqual()
H A Dwrtw8nds.cxx241 bool operator()(const sw::Frame &rOne, const sw::Frame &rTwo) const in operator ()() argument
243 return rOne.GetPosition() < rTwo.GetPosition(); in operator ()()