Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1603 bool IsEqualFormatting(const SwNumRule &rOne, const SwNumRule &rTwo) in IsEqualFormatting() argument
1607 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()
H A Dww8atr.cxx4895 bool lcl_IsEqual(long nOneLeft, const SvxTabStop &rOne, in lcl_IsEqual() argument
4900 rOne.GetAdjustment() == rTwo.GetAdjustment() && in lcl_IsEqual()
4901 rOne.GetDecimal() == rTwo.GetDecimal() && in lcl_IsEqual()
4902 rOne.GetFill() == rTwo.GetFill() in lcl_IsEqual()
H A Dwrtw8nds.cxx242 bool operator()(const sw::Frame &rOne, const sw::Frame &rTwo) const in operator ()() argument
244 return rOne.GetPosition() < rTwo.GetPosition(); in operator ()()

Completed in 57 milliseconds