Home
last modified time | relevance | path

Searched refs:pLHS (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/slideshow/source/inc/
H A Dshape.hxx240 static bool compare(const Shape* pLHS, const Shape* pRHS) in compare()
242 const double nPrioL( pLHS->getPriority() ); in compare()
246 return nPrioL == nPrioR ? pLHS < pRHS : nPrioL < nPrioR; in compare()
254 bool operator()(const Shape* pLHS, const Shape* pRHS) const in operator ()()
256 return compare(pLHS, pRHS); in operator ()()
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx326 OSQLParseNode* pLHS = parseTree->getChild( 0 ); in whereAnalysis() local
329 …if ( ( !( SQL_ISRULE( pLHS, column_ref ) ) // on the LHS, we accept a column or a con… in whereAnalysis()
330 && ( pLHS->getNodeType() != SQL_NODE_INTNUM ) in whereAnalysis()
338 … || ( ( pLHS->getNodeType() == SQL_NODE_INTNUM ) // an int on LHS requires an int on RHS in whereAnalysis()
354 if ( ( pLHS->getNodeType() == SQL_NODE_INTNUM ) in whereAnalysis()
359 const sal_Int32 nLHS = pLHS->getTokenValue().toInt64(); in whereAnalysis()
364 ::rtl::OUString aColumnName( impl_getColumnRefColumnName_throw( *pLHS ) ); in whereAnalysis()
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx508 SvLBoxEntry* pLHS = static_cast<SvLBoxEntry*>(_pSortData->pLeft); in IMPL_LINK() local
510 DBG_ASSERT(pLHS && pRHS, "SbaTableQueryBrowser::OnTreeEntryCompare: invalid tree entries!"); in IMPL_LINK()
512 …SvLBoxString* pLeftTextItem = static_cast<SvLBoxString*>(pLHS->GetFirstItem(SV_ITEM_ID_LBOXSTRING)… in IMPL_LINK()
/aoo4110/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx109 bool operator()( const Vertex* pLHS, in operator ()()
112 return pLHS->mnX < pRHS->mnX; in operator ()()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3447 SvLBoxEntry* pLHS = static_cast<SvLBoxEntry*>(_pSortData->pLeft); in IMPL_LINK() local
3449 DBG_ASSERT(pLHS && pRHS, "SbaTableQueryBrowser::OnTreeEntryCompare: invalid tree entries!"); in IMPL_LINK()
3462 const String sLeft = m_pTreeView->getListBox().GetEntryText(pLHS); in IMPL_LINK()
3483 …SvLBoxString* pLeftTextItem = static_cast<SvLBoxString*>(pLHS->GetFirstItem(SV_ITEM_ID_LBOXSTRING)… in IMPL_LINK()

Completed in 47 milliseconds