Home
last modified time | relevance | path

Searched refs:pRHS (Results 1 – 7 of 7) sorted by relevance

/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx327 OSQLParseNode* pRHS = parseTree->getChild( 2 ); in whereAnalysis() local
333 && ( pRHS->getNodeType() != SQL_NODE_INTNUM ) in whereAnalysis()
334 && ( pRHS->getNodeType() != SQL_NODE_APPROXNUM ) in whereAnalysis()
335 && !( SQL_ISTOKEN( pRHS, TRUE ) ) in whereAnalysis()
336 && !( SQL_ISTOKEN( pRHS, FALSE ) ) in whereAnalysis()
339 && ( pRHS->getNodeType() != SQL_NODE_INTNUM ) in whereAnalysis()
355 && ( pRHS->getNodeType() == SQL_NODE_INTNUM ) in whereAnalysis()
360 const sal_Int32 nRHS = pRHS->getTokenValue().toInt64(); in whereAnalysis()
367 if ( pRHS->isToken() ) in whereAnalysis()
368 aMatchString = pRHS->getTokenValue(); in whereAnalysis()
[all …]
/trunk/main/slideshow/source/inc/
H A Dshape.hxx240 static bool compare(const Shape* pLHS, const Shape* pRHS) in compare()
243 const double nPrioR( pRHS->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 ()()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx415 double* pRHS = new double[nRows]; in solve() local
419 pRHS[i] = 0.0; in solve()
470 pRHS[nConstrPos] = fRightValue; in solve()
547 pLowerBounds, pUpperBounds, pRowType, pRHS, NULL, in solve()
560 delete[] pRHS; in solve()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx507 SvLBoxEntry* pRHS = static_cast<SvLBoxEntry*>(_pSortData->pRight); in IMPL_LINK() local
508 DBG_ASSERT(pLHS && pRHS, "SbaTableQueryBrowser::OnTreeEntryCompare: invalid tree entries!"); in IMPL_LINK()
511 …SvLBoxString* pRightTextItem = static_cast<SvLBoxString*>(pRHS->GetFirstItem(SV_ITEM_ID_LBOXSTRING… in IMPL_LINK()
/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx110 const Vertex* pRHS ) const in operator ()()
112 return pLHS->mnX < pRHS->mnX; in operator ()()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx1619 …const LazyControlCreationPrimitive2D* pRHS = dynamic_cast< const LazyControlCreationPrimitive2D* >… in operator ==() local
1620 if ( !pRHS ) in operator ==()
1623 if ( m_pVOCImpl != pRHS->m_pVOCImpl ) in operator ==()
1626 if ( m_aTransformation != pRHS->m_aTransformation ) in operator ==()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3449 SvLBoxEntry* pRHS = static_cast<SvLBoxEntry*>(_pSortData->pRight); in IMPL_LINK() local
3450 DBG_ASSERT(pLHS && pRHS, "SbaTableQueryBrowser::OnTreeEntryCompare: invalid tree entries!"); in IMPL_LINK()
3453 if (isContainer(pRHS)) in IMPL_LINK()
3458 const EntryType eRight = getEntryType(pRHS); in IMPL_LINK()
3485 …SvLBoxString* pRightTextItem = static_cast<SvLBoxString*>(pRHS->GetFirstItem(SV_ITEM_ID_LBOXSTRING… in IMPL_LINK()

Completed in 62 milliseconds