Home
last modified time | relevance | path

Searched refs:pLeft (Results 1 – 25 of 85) sorted by path

1234

/trunk/main/basic/source/comp/
H A Dexprgen.cxx139 pLeft->Gen(); in Gen()
148 pLeft->Gen(); in Gen()
H A Dexprnode.cxx37 pLeft = NULL; in SbiExprNode()
46 pLeft = l; in SbiExprNode()
93 pLeft = l; in SbiExprNode()
114 pLeft = NULL; in BaseInit()
123 delete pLeft; in ~SbiExprNode()
241 if( pLeft ) in CollectBits()
261 if( pLeft ) in FoldConstants()
280 delete pLeft; pLeft = NULL; in FoldConstants()
351 delete pLeft; pLeft = NULL; in FoldConstants()
440 else if( pLeft && pLeft->IsNumber() ) in FoldConstants()
[all …]
/trunk/main/basic/source/inc/
H A Dexpr.hxx102 SbiExprNode* pLeft; // linker Zweig member in SbiExprNode
/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx75 const T* pLeft = _rLeft.getConstArray(); in concatSequences() local
82 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
94 const T* pLeft = _rLeft.getConstArray(); in concatSequences() local
102 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx248 OOperandAttr *pLeft = PTR_CAST(OOperandAttr,*(rCodeList.end() - 2)); in describeParam() local
249 if (pLeft) in describeParam()
252 …Reference< XIndexAccess>(m_aCompiler->getOrigColumns(),UNO_QUERY)->getByIndex(pLeft->getRowPos()) … in describeParam()
H A Dfcode.cxx230 OOperand *pLeft = rCodeStack.top(); in Exec() local
234 if (IS_TYPE(OOperandResult,pLeft)) in Exec()
235 delete pLeft; in Exec()
243 return !pLeft->isValid(); in operate()
314 ORowSetValue aLH(pLeft->getValue()); in operate()
337 ORowSetValue aLH(pLeft->getValue()); in operate()
411 OOperand *pLeft = rCodeStack.top(); in Exec() local
415 if (IS_TYPE(OOperandResult,pLeft)) in Exec()
416 delete pLeft; in Exec()
496 if (IS_TYPE(OOperandResult,pLeft)) in Exec()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx106 const OSQLParseNode *pLeft = pParseNode->getChild(0), in analyseWhereClause() local
117 if (pLeft->isToken() && pRight->isToken()) in analyseWhereClause()
134 else if (SQL_ISRULE(pLeft, column_ref)) in analyseWhereClause()
139 m_aSQLIterator.getColumnRange(pLeft, sColumnName, sTableRange); in analyseWhereClause()
172 analyseWhereClause(pLeft), in analyseWhereClause()
182 analyseWhereClause(pLeft), in analyseWhereClause()
189 const OSQLParseNode *pLeft = pParseNode->getChild(0); in analyseWhereClause() local
197 if (SQL_ISRULE(pLeft, column_ref) && in analyseWhereClause()
204 m_aSQLIterator.getColumnRange(pLeft, sColumnName, sTableRange); in analyseWhereClause()
220 if (SQL_ISRULE(pLeft, column_ref)) in analyseWhereClause()
[all …]
H A Dmacabcondition.cxx181 MacabConditionBoolean::MacabConditionBoolean(MacabCondition *pLeft, MacabCondition *pRight) in MacabConditionBoolean() argument
183 m_pLeft(pLeft), in MacabConditionBoolean()
194 MacabConditionOr::MacabConditionOr(MacabCondition *pLeft, MacabCondition *pRight) in MacabConditionOr() argument
195 : MacabConditionBoolean(pLeft, pRight) in MacabConditionOr()
221 MacabConditionAnd::MacabConditionAnd(MacabCondition *pLeft, MacabCondition *pRight) in MacabConditionAnd() argument
222 : MacabConditionBoolean(pLeft, pRight) in MacabConditionAnd()
H A Dmacabcondition.hxx140 MacabConditionBoolean(MacabCondition *pLeft, MacabCondition *pRight);
147 MacabConditionOr(MacabCondition *pLeft, MacabCondition *pRight);
156 MacabConditionAnd(MacabCondition *pLeft, MacabCondition *pRight);
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1818 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1824 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1833 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1840 …if(pLeft->count() == 3 && SQL_ISRULE(pLeft,boolean_primary) && SQL_ISRULE(pLeft->getChild(1),searc… in disjunctiveNormalForm()
1877 …else if(SQL_ISRULE(pLeft,boolean_primary) && (!SQL_ISRULE(pLeft->getChild(1),search_condition) || … in disjunctiveNormalForm()
1878 pSearchCondition->replace(pLeft, pLeft->removeAt(1)); in disjunctiveNormalForm()
1908 pLeft = pNewNode->getChild(0); in negateSearchCondition()
1912 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
1928 pLeft = pNewNode->getChild(0); in negateSearchCondition()
2045 absorptions(pLeft); in absorptions()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3448 SvLBoxEntry* pLHS = static_cast<SvLBoxEntry*>(_pSortData->pLeft); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx579 OTableWindow* pLeft = NULL; in IMPL_LINK() local
599 pLeft = pFirst; in IMPL_LINK()
604 pLeft = pSecond; in IMPL_LINK()
626 pLeft = pLoop; in IMPL_LINK()
647 pLeft = aIter->second; in IMPL_LINK()
653 m_pRC_Tables->setWindowTables(pLeft,pRight); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx506 SvLBoxEntry* pLHS = static_cast<SvLBoxEntry*>(_pSortData->pLeft); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx208 MultiListBox *pLeft = NULL; in IMPL_LINK() local
214 pLeft = &m_lbOrgColumnNames; in IMPL_LINK()
219 pLeft = &m_lbNewColumnNames; in IMPL_LINK()
224 pLeft = &m_lbOrgColumnNames; in IMPL_LINK()
230 pLeft = &m_lbNewColumnNames; in IMPL_LINK()
251 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK()
257 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
259 pLeft->RemoveEntry(j-1); in IMPL_LINK()
272 MultiListBox *pLeft,*pRight; in IMPL_LINK() local
275 pLeft = &m_lbOrgColumnNames; in IMPL_LINK()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx52 *pLeft, member in SvxBoxItem
87 const SvxBorderLine* GetLeft() const { return pLeft; } in GetLeft()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1602 EditPaM EditDoc::ConnectParagraphs( ContentNode* pLeft, ContentNode* pRight ) in ConnectParagraphs() argument
1604 const EditPaM aPaM( pLeft, pLeft->Len() ); in ConnectParagraphs()
1607 pLeft->AppendAttribs( pRight ); in ConnectParagraphs()
1609 *pLeft += *pRight; in ConnectParagraphs()
H A Deditdoc.hxx739 EditPaM ConnectParagraphs( ContentNode* pLeft, ContentNode* pRight );
H A Dimpedit.hxx571 …EditPaM ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBackward = sal…
H A Dimpedit2.cxx2309 if(aEditDoc.GetPos( pLeft ) > aEditDoc.GetPos( pRight )) in ImpConnectParagraphs()
2312 std::swap(pLeft, pRight); in ImpConnectParagraphs()
2325 aEditDoc.GetPos( pLeft ), pLeft->Len(), in ImpConnectParagraphs()
2333 pLeft->SetStyleSheet( pRight->GetStyleSheet(), sal_True ); in ImpConnectParagraphs()
2338 ParaAttribsChanged( pLeft ); in ImpConnectParagraphs()
2341 ParaPortion* pLeftPortion = FindParaPortion( pLeft ); in ImpConnectParagraphs()
2350 xub_StrLen nEnd = pLeft->Len(); in ImpConnectParagraphs()
2352 pLeft->GetWrongList()->ClearWrongs( nInv, 0xFFFF, pLeft ); // Evtl. einen wegnehmen in ImpConnectParagraphs()
2353 pLeft->GetWrongList()->MarkInvalid( nInv, nEnd+1 ); in ImpConnectParagraphs()
2363 pLeft->GetWrongList()->InsertWrong( aWrong, pLeft->GetWrongList()->Count() ); in ImpConnectParagraphs()
[all …]
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1767 pLeft ( 0 ), in SvxBoxItem()
1783 delete pLeft; in ~SvxBoxItem()
2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation()
2154 if ( pLeft ) in GetPresentation()
2190 if( pTop && pBottom && pLeft && pRight && in GetPresentation()
2210 if ( pLeft ) in GetPresentation()
2331 if ( pLeft ) pLeft->ScaleMetrics( nMult, nDiv ); in ScaleMetrics()
2405 pRet = pLeft; in GetLine()
2435 delete pLeft; in SetLine()
2436 pLeft = pTmp; in SetLine()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx203 const T* pLeft = _rLeft.getConstArray(); in concatSequences() local
210 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx196 const T* pLeft = _rLeft.getConstArray(); in concatSequences() local
203 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
/trunk/main/rsc/inc/
H A Drscarray.hxx43 RscInstNode * Left() const { return (RscInstNode *)pLeft ; }; in Left()
H A Drsctree.hxx33 BiNode* pLeft; // left subtree member in BiNode
50 BiNode * Left() const { return pLeft ; }; in Left()
65 NameNode* Left() const { return (NameNode *)pLeft ; }; in Left()
/trunk/main/rsc/source/res/
H A Drscclobj.cxx140 pLeft = ((ObjNode *)Left())->DelObjNode( pClass, nFileKey ); in DelObjNode()

Completed in 170 milliseconds

1234