Home
last modified time | relevance | path

Searched refs:pRhs (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DOSXTransferable.cxx193 OUString pRhs; in cmpAllContentTypeParameter() local
198 pRhs = xRhs->getParameterValue(xLhsFlavors[i]); in cmpAllContentTypeParameter()
200 if (!pLhs.equalsIgnoreAsciiCase(pRhs)) in cmpAllContentTypeParameter()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx1345 OTableConnection* OJoinTableView::GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool… in GetTabConn() argument
1348 DBG_ASSERT(pRhs || pLhs, "OJoinTableView::GetTabConn : invalid args !"); in GetTabConn()
1351 if ((!pLhs || pLhs->ExistsAConn()) && (!pRhs || pRhs->ExistsAConn())) in GetTabConn()
1362 && ( (pData->GetDestWin() == pRhs) in GetTabConn()
1363 || (NULL == pRhs) in GetTabConn()
1366 || ( (pData->GetSourceWin() == pRhs) in GetTabConn()
H A DQueryDesignView.cxx1816 ::connectivity::OSQLParseNode *pRhs = pCondition->getChild(2); in ComparisonPredicate()
1827 pRhs->parseNodeToPredicateStr(aCondition, in ComparisonPredicate()
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx584 OUString pRhs; in cmpAllContentTypeParameter() local
589 pRhs = xRhs->getParameterValue( xLhsFlavors[i] ); in cmpAllContentTypeParameter()
591 if ( !pLhs.equalsIgnoreAsciiCase( pRhs ) ) in cmpAllContentTypeParameter()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx212 …OTableConnection* GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool _bSupressCross…
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1257 OSQLParseNode *pRhs = pCondition->getChild(2); in setComparsionPredicate() local
1267 for(i=0;i< pRhs->count();i++) in setComparsionPredicate()
1268pRhs->getChild(i)->parseNodeToPredicateStr(aValue, m_xConnection, xFormatter, m_aLocale, static_ca… in setComparsionPredicate()

Completed in 49 milliseconds