Searched refs:pLHS (Results 1 – 5 of 5) sorted by relevance
240 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 ()()
326 OSQLParseNode* pLHS = parseTree->getChild( 0 ); in whereAnalysis() local329 …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()
508 SvLBoxEntry* pLHS = static_cast<SvLBoxEntry*>(_pSortData->pLeft); in IMPL_LINK() local510 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()
109 bool operator()( const Vertex* pLHS, in operator ()()112 return pLHS->mnX < pRHS->mnX; in operator ()()
3447 SvLBoxEntry* pLHS = static_cast<SvLBoxEntry*>(_pSortData->pLeft); in IMPL_LINK() local3449 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 64 milliseconds