/trunk/main/sot/source/sdstor/ |
H A D | stgavl.cxx | 32 pLeft = pRight = NULL; in StgAvlNode() 39 delete pRight; in ~StgAvlNode() 142 pLeft = pHeavy->pRight; in RotLL() 143 pHeavy->pRight = this; in RotLL() 159 pNewRoot->pRight = this; in RotLR() 186 pRight = pHeavy->pLeft; in RotRR() 196 OSL_ENSURE( pRight && pRight->pLeft, "The pointer is not allowed to be NULL!" ); in RotRL() 239 *p = pCur->pRight; pCur->pRight = NULL; in Rem() 250 l->pRight; last = l, l = l->pRight ) {} in Rem() 258 l->pRight = pCur->pRight; in Rem() [all …]
|
H A D | stgdir.cxx | 125 if( pRight ) in Enum() 127 ((StgDirEntry*) pRight)->Enum( n ); nRight = ((StgDirEntry*) pRight)->nEntry; in Enum() 145 if( pRight ) in DelTemp() 146 ((StgDirEntry*) pRight)->DelTemp( sal_False ); in DelTemp() 165 pLeft = pRight = pDown = 0; in DelTemp() 184 if( pRight ) in Store() 185 if( !((StgDirEntry*) pRight)->Store( rStrm ) ) in Store() 224 if( pRight ) in StoreStreams() 240 if( pRight ) in RevertAll() 241 ((StgDirEntry*) pRight)->RevertAll(); in RevertAll() [all …]
|
/trunk/main/sw/source/core/text/ |
H A D | porglue.cxx | 213 SwGluePortion *pRight = 0; in AdjustRight() local 215 while( pRight != this ) in AdjustRight() 227 if( pPos == pRight) in AdjustRight() 232 if( pRight && pLeft->GetPortion() == pRight ) in AdjustRight() 234 pRight->MoveAllGlue( pLeft ); in AdjustRight() 235 pRight = 0; in AdjustRight() 237 KSHORT nRightGlue = pRight && 0 < pRight->GetPrtGlue() in AdjustRight() 238 ? KSHORT(pRight->GetPrtGlue()) : 0; in AdjustRight() 246 if ( pRight->IsFlyPortion() && pRight->GetLen() ) in AdjustRight() 286 pPrevPrev->SetPortion( pRight ); in AdjustRight() [all …]
|
H A D | itradj.cxx | 604 SwMarginPortion *pRight = new SwMarginPortion( 0 ); in CalcRightMargin() local 605 pLast->Append( pRight ); in CalcRightMargin() 608 pRight->PrtWidth( KSHORT( nRealWidth - nPrtWidth ) ); in CalcRightMargin() 619 return pRight; in CalcRightMargin() 842 SwGluePortion *pRight = ( pPor && pPor->InGlueGrp() ) ? in CalcDropAdjust() local 844 if( pRight && pRight != pLeft ) in CalcDropAdjust() 879 pLeft->MoveAllGlue( pRight ); in CalcDropAdjust() 881 pLeft->MoveGlue( pRight, nGlue ); in CalcDropAdjust()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcode.cxx | 228 OOperand *pRight = rCodeStack.top(); in Exec() local 236 if (IS_TYPE(OOperandResult,pRight)) in Exec() 237 delete pRight; in Exec() 315 ORowSetValue aRH(pRight->getValue()); in operate() 338 ORowSetValue aRH(pRight->getValue()); in operate() 409 OOperand *pRight = rCodeStack.top(); in Exec() local 417 if (IS_TYPE(OOperandResult,pRight)) in Exec() 418 delete pRight; in Exec() 485 OOperand *pRight = rCodeStack.top(); in Exec() local 494 if (IS_TYPE(OOperandResult,pRight)) in Exec() [all …]
|
/trunk/main/basic/source/comp/ |
H A D | exprnode.cxx | 38 pRight = NULL; in SbiExprNode() 47 pRight = r; in SbiExprNode() 115 pRight = NULL; in BaseInit() 124 delete pRight; in ~SbiExprNode() 247 if( pRight ) in CollectBits() 249 pRight->CollectBits(); in CollectBits() 250 bError |= pRight->bError; in CollectBits() 263 if( pRight ) in FoldConstants() 265 pRight->FoldConstants(); in FoldConstants() 281 delete pRight; pRight = NULL; in FoldConstants() [all …]
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 561 if( pLeft->m_eType != pRight->m_eType ) in equalsPrintFont() 599 pRight->m_nPSName != pLeft->m_nPSName || in equalsPrintFont() 600 pRight->m_eItalic != pLeft->m_eItalic || in equalsPrintFont() 601 pRight->m_eWeight != pLeft->m_eWeight || in equalsPrintFont() 602 pRight->m_eWidth != pLeft->m_eWidth || in equalsPrintFont() 603 pRight->m_ePitch != pLeft->m_ePitch || in equalsPrintFont() 607 pRight->m_nAscend != pLeft->m_nAscend || in equalsPrintFont() 610 pRight->m_nXMin != pLeft->m_nXMin || in equalsPrintFont() 611 pRight->m_nYMin != pLeft->m_nYMin || in equalsPrintFont() 612 pRight->m_nXMax != pLeft->m_nXMax || in equalsPrintFont() [all …]
|
/trunk/main/sw/source/core/attr/ |
H A D | calbck.cxx | 249 pRoot->pRight = 0; in Add() 254 pDepend->pRight = pRoot->pRight; in Add() 255 pRoot->pRight = pDepend; in Add() 257 if( pDepend->pRight ) in Add() 285 pL->pRight = pR; in Remove() 300 pDepend->pRight = 0; in Remove() 459 pAct = pAct->pRight; in operator ++() 483 while( pAct->pRight ) in GoEnd() 484 pAct = pAct->pRight; in GoEnd() 500 pAct = pAct->pRight; in First() [all …]
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WColumnSelect.cxx | 209 MultiListBox *pRight = NULL; in IMPL_LINK() local 215 pRight = &m_lbNewColumnNames; in IMPL_LINK() 220 pRight = &m_lbOrgColumnNames; in IMPL_LINK() 225 pRight = &m_lbNewColumnNames; in IMPL_LINK() 231 pRight = &m_lbOrgColumnNames; in IMPL_LINK() 242 fillColumns(pRight,aRightColumns); in IMPL_LINK() 272 MultiListBox *pLeft,*pRight; in IMPL_LINK() local 276 pRight = &m_lbNewColumnNames; in IMPL_LINK() 280 pRight = &m_lbOrgColumnNames; in IMPL_LINK() 292 fillColumns(pRight,aRightColumns); in IMPL_LINK() [all …]
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabStatement.cxx | 108 *pRight = pParseNode->getChild(2); in analyseWhereClause() local 111 if (SQL_ISPUNCTUATION(pLeft, "(") && SQL_ISPUNCTUATION(pRight, ")")) in analyseWhereClause() 117 if (pLeft->isToken() && pRight->isToken()) in analyseWhereClause() 141 if (pRight->isToken() || SQL_ISRULE(pRight, parameter)) in analyseWhereClause() 145 if (pRight->isToken()) // WHERE Name = 'Doe' in analyseWhereClause() 146 sMatchString = pRight->getTokenValue(); in analyseWhereClause() 147 else if (SQL_ISRULE(pRight, parameter)) // WHERE Name = ? in analyseWhereClause() 173 analyseWhereClause(pRight)); in analyseWhereClause() 183 analyseWhereClause(pRight)); in analyseWhereClause() 193 *pRight = pPart2->getChild(2); in analyseWhereClause() local [all …]
|
H A D | macabcondition.cxx | 181 MacabConditionBoolean::MacabConditionBoolean(MacabCondition *pLeft, MacabCondition *pRight) in MacabConditionBoolean() argument 184 m_pRight(pRight) 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()
|
/trunk/main/svl/source/notify/ |
H A D | listenerbase.cxx | 36 : pLeft( 0 ), pRight( 0 ), in SvtListenerBase() 45 pRight = pBroadcaster->pRoot->pRight; in SvtListenerBase() 46 pBroadcaster->pRoot->pRight = this; in SvtListenerBase() 48 if( pRight ) in SvtListenerBase() 49 pRight->pLeft = this; in SvtListenerBase() 57 SvtListenerBase *pR = pRight, *pL = pLeft; in ~SvtListenerBase() 62 pL->pRight = pR; in ~SvtListenerBase()
|
/trunk/main/rsc/source/tools/ |
H A D | rsctree.cxx | 50 pLeft = pRight = NULL; in BiNode() 111 pTmp->pRight = (BiNode *)0; in ChangeDLListBTree() 118 pMiddle->pRight = ChangeDLListBTree( pRightNode ); in ChangeDLListBTree() 140 pRight = pList; in ChangeBTreeDLList() 149 pLL_RN->pRight = this; in ChangeBTreeDLList() 177 pParent->pRight = pRemove->Right(); in Remove() 192 pRemove->pLeft = pRemove->pRight = NULL; in Remove() 334 pRight = pTN; in Insert() 363 pRight = ChangeDLListBTree( Right()->ChangeBTreeDLList() ); in Insert() 384 pRight = NULL; in OrderTree() [all …]
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 1827 disjunctiveNormalForm(pRight); in disjunctiveNormalForm() 1836 disjunctiveNormalForm(pRight); in disjunctiveNormalForm() 1858 …else if(pRight->count() == 3 && SQL_ISRULE(pRight,boolean_primary) && SQL_ISRULE(pRight->getChild(… in disjunctiveNormalForm() 1879 …else if(SQL_ISRULE(pRight,boolean_primary) && (!SQL_ISRULE(pRight->getChild(1),search_condition) |… in disjunctiveNormalForm() 1880 pSearchCondition->replace(pRight, pRight->removeAt(1)); in disjunctiveNormalForm() 1909 pRight = pNewNode->getChild(2); in negateSearchCondition() 1929 pRight = pNewNode->getChild(2); in negateSearchCondition() 2022 absorptions(pRight); in eraseBraces() 2047 absorptions(pRight); in absorptions() 2152 compress(pRight); in compress() [all …]
|
/trunk/main/starmath/source/ |
H A D | node.cxx | 1045 *pRight = GetSubNode(2); in Arrange() local 1072 pRight->MoveTo(aPos); in Arrange() 1073 ExtendBy(*pRight, RCP_XOR); in Arrange() 1366 *pRight = GetSubNode(1); in Arrange() local 1396 pRight->MoveTo(aPos); in Arrange() 1405 ExtendBy(*pRight, RCP_NONE); in Arrange() 1637 *pRight = GetSubNode(2); in Arrange() local 1702 pRight->Arrange(rDev, rFormat); in Arrange() 1714 pRight->MoveTo(aPos); in Arrange() 1773 SmNode *pRight = GetSubNode(i); in Arrange() local [all …]
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlexpit.cxx | 528 const SvxBorderLine* pRight = pBox->GetRight(); in QueryXMLValue() local 566 *pTop == *pRight ); in QueryXMLValue() 582 if( !pTop && !pBottom && !pLeft && !pRight ) in QueryXMLValue() 588 NULL != pRight; in QueryXMLValue() 599 nDistance == pRight->GetDistance() && in QueryXMLValue() 600 nInWidth == pRight->GetInWidth() && in QueryXMLValue() 601 nOutWidth == pRight->GetOutWidth() && in QueryXMLValue() 619 if( bEqual || NULL == pRight || in QueryXMLValue() 620 0 == pRight->GetDistance() ) in QueryXMLValue() 671 pLine = pRight; in QueryXMLValue() [all …]
|
/trunk/main/sc/source/ui/sidebar/ |
H A D | CellBorderStyleControl.cxx | 169 SvxBorderLine *pLeft = 0, *pRight = 0, *pTop = 0, *pBottom = 0; in IMPL_LINK() local 185 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 191 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 196 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK() 202 aBorderOuter.SetLine( pRight, BOX_LINE_RIGHT ); in IMPL_LINK() 231 *pRight = 0, in IMPL_LINK() local 245 pRight = &theDefLine; in IMPL_LINK() 267 pLeft = pRight = &theDefLine; in IMPL_LINK() 272 aBorderOuter.SetLine( pRight, BOX_LINE_RIGHT ); in IMPL_LINK()
|
/trunk/main/sc/source/core/data/ |
H A D | attrib.cxx | 850 EditTextObject* pRight = EditTextObject::Create(rStream); in Create() local 852 DBG_ASSERT( pLeft && pCenter && pRight, "Error reading ScPageHFItem" ); in Create() 856 pRight == NULL || pRight->GetParagraphCount() == 0 ) in Create() 873 if ( pRight == NULL || pRight->GetParagraphCount() == 0 ) in Create() 875 delete pRight; in Create() 876 pRight = aEngine.CreateTextObject(); in Create() 909 aEngine.SetText(*pRight); in Create() 912 delete pRight; in Create() 913 pRight = aEngine.CreateTextObject(); in Create() 923 pItem->SetArea( pRight, SC_HF_RIGHTAREA ); in Create()
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 925 static bool lr_tb_sort( Element* pLeft, Element* pRight ) in lr_tb_sort() argument 933 if( dynamic_cast< TextElement* >(pLeft) || dynamic_cast< TextElement* >(pRight) ) in lr_tb_sort() 938 if( pLeft->y+pLeft->h*fudge_factor < pRight->y ) in lr_tb_sort() 942 if( pRight->y+pRight->h*fudge_factor < pLeft->y ) in lr_tb_sort() 950 if( pLeft->x+pLeft->w < pRight->x ) in lr_tb_sort() 954 if( pRight->x+pRight->w < pLeft->x ) in lr_tb_sort() 959 if( pLeft->x < pRight->x ) in lr_tb_sort() 961 if( pRight->x < pLeft->x ) in lr_tb_sort() 963 if( pLeft->y < pRight->y ) in lr_tb_sort()
|
/trunk/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 312 const SwFrmFmt *pRight = rHead.GetHeaderFmt(); in ChgPageDesc() local 313 const SwFmtCntnt &aRCnt = pRight->GetCntnt(); in ChgPageDesc() 321 ::lcl_DescSetAttr( *pRight, *pFmt, sal_False ); in ChgPageDesc() 335 ::lcl_DescSetAttr( *pRight, in ChgPageDesc() 371 const SwFrmFmt *pRight = rFoot.GetFooterFmt(); in ChgPageDesc() local 372 const SwFmtCntnt &aRCnt = pRight->GetCntnt(); in ChgPageDesc() 380 ::lcl_DescSetAttr( *pRight, *pFmt, sal_False ); in ChgPageDesc() 394 ::lcl_DescSetAttr( *pRight, in ChgPageDesc()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 580 OTableWindow* pRight = NULL; in IMPL_LINK() local 600 pRight = pSecond; in IMPL_LINK() 605 pRight = pFirst; in IMPL_LINK() 631 pRight = aIter->second; in IMPL_LINK() 643 pRight = pLoop; in IMPL_LINK() 653 m_pRC_Tables->setWindowTables(pLeft,pRight); in IMPL_LINK()
|
/trunk/main/sal/rtl/source/ |
H A D | strtmpl.c | 1178 IMPL_RTL_STRINGDATA* pRight ) in IMPL_RTL_STRINGNAME() 1183 if ( !pRight || !pRight->length ) in IMPL_RTL_STRINGNAME() 1190 *ppThis = pRight; in IMPL_RTL_STRINGNAME() 1191 IMPL_RTL_AQUIRE( pRight ); in IMPL_RTL_STRINGNAME() 1195 …IMPL_RTL_STRINGDATA* pTempStr = IMPL_RTL_STRINGNAME( ImplAlloc )( pLeft->length + pRight->length ); in IMPL_RTL_STRINGNAME() 1198 rtl_str_ImplCopy( pTempStr->buffer+pLeft->length, pRight->buffer, pRight->length ); in IMPL_RTL_STRINGNAME()
|
/trunk/main/svx/source/dialog/ |
H A D | simptabl.cxx | 540 StringCompare SvxSimpleTable::ColCompare(SvLBoxEntry* pLeft,SvLBoxEntry* pRight) in ColCompare() argument 545 SvLBoxItem* pRightItem = GetEntryAtPos( pRight, nSortCol); in ColCompare() 571 SvLBoxEntry* pRight = (SvLBoxEntry*)(pData->pRight ); in IMPL_LINK() local 572 return (long) ColCompare(pLeft,pRight); in IMPL_LINK()
|
/trunk/main/rsc/inc/ |
H A D | rsctree.hxx | 34 BiNode* pRight; // right subtree member in BiNode 51 BiNode * Right() const{ return pRight ; }; in Right() 66 NameNode* Right() const{ return (NameNode *)pRight ; }; in Right()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | sequence.hxx | 76 const T* pRight = _rRight.getConstArray(); in concatSequences() local 83 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences() 96 const T* pRight = _rRight.getConstArray(); in concatSequences() local 104 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()
|