Searched refs:pLhs (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/aqua/source/dtrans/ |
H A D | OSXTransferable.cxx | 192 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 D | JoinTableView.cxx | 1345 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 D | QueryDesignView.cxx | 1815 ::connectivity::OSQLParseNode *pLhs = pCondition->getChild(0); in ComparisonPredicate() 1821 pLhs->parseNodeToStr(aName, in ComparisonPredicate()
|
/trunk/main/dtrans/source/win32/dtobj/ |
H A D | DOTransferable.cxx | 583 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 D | JoinTableView.hxx | 212 …OTableConnection* GetTabConn(const OTableWindow* pLhs,const OTableWindow* pRhs,bool _bSupressCross…
|
/trunk/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 1256 OSQLParseNode *pLhs = pCondition->getChild(0); in setComparsionPredicate() local 1261 for (i=0;i< pLhs->count();i++) in setComparsionPredicate() 1262 …pLhs->getChild(i)->parseNodeToPredicateStr( aName, m_xConnection, xFormatter, m_aLocale, static_ca… in setComparsionPredicate()
|
Completed in 59 milliseconds