Searched refs:rp1 (Results 1 – 6 of 6) sorted by relevance
380 ScRange& rp1 = p->GetRange(0); in Join() local384 if ( rp1.In( r1 ) ) in Join()394 else if ( r1.In( rp1 ) ) in Join()400 if ( !bJoined && rp1.aStart.Tab() == nTab1 && rp1.aEnd.Tab() == nTab2 in Join()404 if ( rp1.aStart.Col() == nCol1 && rp1.aEnd.Col() == nCol2 in Join()408 if ( rp1.aStart.Row() == nRow2+1 in Join()411 rp1.aStart.SetRow( nRow1 ); in Join()418 rp1.aEnd.SetRow( nRow2 ); in Join()423 else if ( rp1.aStart.Row() == nRow1 && rp1.aEnd.Row() == nRow2 in Join()430 rp1.aStart.SetCol( nCol1 ); in Join()[all …]
974 SHP[rp1]1075 SHP[rp1]1076 SHP[rp1]1077 SHP[rp1]1088 SHP[rp1]1110 SHP[rp1]1613 SHP[rp1]1625 SHP[rp1]1916 SHP[rp1]2192 SHP[rp1][all …]
61 const SharedMasterPageDescriptor& rp1, in operator ()() argument64 if (rp1->meOrigin == MasterPageContainer::DEFAULT) in operator ()()68 else if (rp1->GetURLClassification() == rp2->GetURLClassification()) in operator ()()69 return rp1->mnTemplateIndex < rp2->mnTemplateIndex; in operator ()()71 return GetURLPriority(rp1) < GetURLPriority(rp2); in operator ()()
800 SHP[rp1]1258 SHP[rp1]1364 SHP[rp1]1404 SHP[rp1]1852 SHP[rp1]1864 SHP[rp1]2164 SHP[rp1]2243 SHP[rp1]3712 SHP[rp1]3724 SHP[rp1][all …]
48 inline void Swap_Impl(const NUMTYPE *& rp1, const NUMTYPE *& rp2) in Swap_Impl() argument50 const NUMTYPE * pTemp = rp1; in Swap_Impl()51 rp1 = rp2; in Swap_Impl()
85 bool operator()( const XPropertiesChangeListenerPtr& rp1, in operator ()()88 return ( rp1 == rp2 ); in operator ()()
Completed in 2255 milliseconds