Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/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 ()()
/aoo41x/main/sccomp/source/solver/
H A Dsolver.cxx408 double* pRHS = new double[nRows]; in solve() local
412 pRHS[i] = 0.0; in solve()
463 pRHS[nConstrPos] = fRightValue; in solve()
540 pLowerBounds, pUpperBounds, pRowType, pRHS, NULL, in solve()
553 delete[] pRHS; in solve()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx509 SvLBoxEntry* pRHS = static_cast<SvLBoxEntry*>(_pSortData->pRight); in IMPL_LINK() local
510 DBG_ASSERT(pLHS && pRHS, "SbaTableQueryBrowser::OnTreeEntryCompare: invalid tree entries!"); in IMPL_LINK()
513 …SvLBoxString* pRightTextItem = static_cast<SvLBoxString*>(pRHS->GetFirstItem(SV_ITEM_ID_LBOXSTRING… in IMPL_LINK()
/aoo41x/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx110 const Vertex* pRHS ) const in operator ()()
112 return pLHS->mnX < pRHS->mnX; in operator ()()
/aoo41x/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 ==()
/aoo41x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3448 SvLBoxEntry* pRHS = static_cast<SvLBoxEntry*>(_pSortData->pRight); in IMPL_LINK() local
3449 DBG_ASSERT(pLHS && pRHS, "SbaTableQueryBrowser::OnTreeEntryCompare: invalid tree entries!"); in IMPL_LINK()
3452 if (isContainer(pRHS)) in IMPL_LINK()
3457 const EntryType eRight = getEntryType(pRHS); in IMPL_LINK()
3484 …SvLBoxString* pRightTextItem = static_cast<SvLBoxString*>(pRHS->GetFirstItem(SV_ITEM_ID_LBOXSTRING… in IMPL_LINK()

Completed in 79 milliseconds