Searched refs:rOne (Results 1 – 3 of 3) sorted by relevance
1603 bool IsEqualFormatting(const SwNumRule &rOne, const SwNumRule &rTwo) in IsEqualFormatting() argument1607 rOne.GetRuleType() == rTwo.GetRuleType() && in IsEqualFormatting()1608 rOne.IsContinusNum() == rTwo.IsContinusNum() && in IsEqualFormatting()1609 rOne.IsAbsSpaces() == rTwo.IsAbsSpaces() && in IsEqualFormatting()1610 rOne.GetPoolFmtId() == rTwo.GetPoolFmtId() && in IsEqualFormatting()1611 rOne.GetPoolHelpId() == rTwo.GetPoolHelpId() && in IsEqualFormatting()1620 const SvxNumberFormat &rO = rOne.Get(n); in IsEqualFormatting()
4895 bool lcl_IsEqual(long nOneLeft, const SvxTabStop &rOne, in lcl_IsEqual() argument4900 rOne.GetAdjustment() == rTwo.GetAdjustment() && in lcl_IsEqual()4901 rOne.GetDecimal() == rTwo.GetDecimal() && in lcl_IsEqual()4902 rOne.GetFill() == rTwo.GetFill() in lcl_IsEqual()
242 bool operator()(const sw::Frame &rOne, const sw::Frame &rTwo) const in operator ()() argument244 return rOne.GetPosition() < rTwo.GetPosition(); in operator ()()
Completed in 114 milliseconds