Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A DOSXTransferable.cxx192 OUString pLhs; in cmpAllContentTypeParameter() local
197 pLhs = xLhs->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()
1361 if ( ( (pData->GetSourceWin() == pLhs) in GetTabConn()
1367 && ( (pData->GetDestWin() == pLhs) in GetTabConn()
1368 || (NULL == pLhs) in GetTabConn()
H A DQueryDesignView.cxx1815 ::connectivity::OSQLParseNode *pLhs = pCondition->getChild(0); in ComparisonPredicate()
1821 pLhs->parseNodeToStr(aName, in ComparisonPredicate()
/trunk/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx583 OUString pLhs; in cmpAllContentTypeParameter() local
588 pLhs = xLhs->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.cxx1256 OSQLParseNode *pLhs = pCondition->getChild(0); in setComparsionPredicate() local
1261 for (i=0;i< pLhs->count();i++) in setComparsionPredicate()
1262pLhs->getChild(i)->parseNodeToPredicateStr( aName, m_xConnection, xFormatter, m_aLocale, static_ca… in setComparsionPredicate()

Completed in 53 milliseconds