Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/inc/
H A Dhyperlinkarea.hxx88 const double nPrioR( rRHS->getHyperlinkPriority() ); in operator ()() local
91 return nPrioL == nPrioR ? rLHS.get() < rRHS.get() : nPrioL < nPrioR; in operator ()()
H A Dshape.hxx243 const double nPrioR( pRHS->getPriority() ); in compare() local
246 return nPrioL == nPrioR ? pLHS < pRHS : nPrioL < nPrioR; in compare()
/aoo4110/main/canvas/inc/canvas/base/
H A Dsprite.hxx107 const double nPrioR( rRHS->getPriority() ); in operator ()() local
110 return nPrioL == nPrioR ? rLHS.get() < rRHS.get() : nPrioL < nPrioR; in operator ()()

Completed in 20 milliseconds