Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/app/
H A Ddocsh2.cxx352 sal_uInt16 &rIdx1, // und das gleiche fuer den DestinationPool in Insert() argument
365 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()
/aoo41x/main/sw/source/core/edit/
H A Dednumber.cxx50 void SwPamRanges::Insert( const SwNodeIndex& rIdx1, const SwNodeIndex& rIdx2 ) in Insert() argument
52 SwPamRange aRg( rIdx1.GetIndex(), rIdx2.GetIndex() ); in Insert()
54 { aRg.nStart = aRg.nEnd; aRg.nEnd = rIdx1.GetIndex(); } in Insert()
/aoo41x/main/sw/inc/
H A Dedimp.hxx69 void Insert( const SwNodeIndex& rIdx1, const SwNodeIndex& rIdx2 );

Completed in 61 milliseconds