Searched refs:rIdx1 (Results 1 – 3 of 3) sorted by relevance
352 sal_uInt16 &rIdx1, // und das gleiche fuer den DestinationPool in Insert() argument365 if (INDEX_IGNORE == rIdx1 && CONTENT_STYLE == nSourceIdx1) in Insert()366 rIdx1 = CONTENT_STYLE; in Insert()368 if (CONTENT_STYLE == nSourceIdx1 && CONTENT_STYLE == rIdx1) in Insert()418 rIdx2 = rIdx1 = INDEX_IGNORE; in Insert()472 rIdx1 = rIdx2 = INDEX_IGNORE; in Insert()552 rIdx1, in Insert()
50 void SwPamRanges::Insert( const SwNodeIndex& rIdx1, const SwNodeIndex& rIdx2 ) in Insert() argument52 SwPamRange aRg( rIdx1.GetIndex(), rIdx2.GetIndex() ); in Insert()54 { aRg.nStart = aRg.nEnd; aRg.nEnd = rIdx1.GetIndex(); } in Insert()
69 void Insert( const SwNodeIndex& rIdx1, const SwNodeIndex& rIdx2 );
Completed in 30 milliseconds