Home
last modified time | relevance | path

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

1234

/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx32 pLeft = pRight = NULL; in StgAvlNode()
38 delete pLeft; in ~StgAvlNode()
142 pLeft = pHeavy->pRight; in RotLL()
152 OSL_ENSURE( pLeft && pLeft->pRight, "The pointer is not allowed to be NULL!" ); in RotLR()
186 pRight = pHeavy->pLeft; in RotRR()
187 pHeavy->pLeft = this; in RotRR()
202 pNewRoot->pLeft = this; in RotRL()
235 *p = pCur->pLeft; pCur->pLeft = NULL; in Rem()
255 last->pLeft = l->pLeft; in Rem()
257 l->pLeft = pCur->pLeft; in Rem()
[all …]
H A Dstgdir.cxx121 if( pLeft ) in Enum()
123 ((StgDirEntry*) pLeft)->Enum( n ); nLeft = ((StgDirEntry*) pLeft)->nEntry; in Enum()
143 if( pLeft ) in DelTemp()
144 ((StgDirEntry*) pLeft)->DelTemp( sal_False ); in DelTemp()
165 pLeft = pRight = pDown = 0; in DelTemp()
181 if( pLeft ) in Store()
182 if( !((StgDirEntry*) pLeft)->Store( rStrm ) ) in Store()
221 if( pLeft ) in StoreStreams()
238 if( pLeft ) in RevertAll()
239 ((StgDirEntry*) pLeft)->RevertAll(); in RevertAll()
[all …]
/trunk/main/basic/source/comp/
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/connectivity/source/drivers/file/
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/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/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx561 if( pLeft->m_eType != pRight->m_eType ) in equalsPrintFont()
563 switch( pLeft->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()
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/text/
H A Dporglue.cxx220 SwGluePortion *pLeft = 0; in AdjustRight() local
225 pLeft = (SwGluePortion*)pPos; in AdjustRight()
232 if( pRight && pLeft->GetPortion() == pRight ) in AdjustRight()
234 pRight->MoveAllGlue( pLeft ); in AdjustRight()
241 if( pLeft && nRightGlue && !pRight->InTabGrp() ) in AdjustRight()
244 SwLinePortion *pPrev = pRight->FindPrevPortion( pLeft ); in AdjustRight()
263 pPrev = pLeft; in AdjustRight()
265 while( pPrev != pLeft ) in AdjustRight()
275 pPrev = pLeft; in AdjustRight()
283 pRight->MoveGlue( pLeft, short( pPrev->PrtWidth() ) ); in AdjustRight()
[all …]
H A Ditradj.cxx629 SwMarginPortion *pLeft = pCurrent->CalcLeftMargin(); in CalcFlyAdjust() local
630 SwGluePortion *pGlue = pLeft; // die letzte GluePortion in CalcFlyAdjust()
638 SwLinePortion *pPos = pLeft->GetPortion(); in CalcFlyAdjust()
674 if( pLeft == pGlue ) in CalcFlyAdjust()
704 pLeft->AdjustRight( pCurrent ); in CalcFlyAdjust()
835 SwGluePortion *pLeft = (SwGluePortion*) pPor; in CalcDropAdjust() local
844 if( pRight && pRight != pLeft ) in CalcDropAdjust()
848 KSHORT(GetLineStart()) + pLeft->Width() + pDropPor->Width(); in CalcDropAdjust()
879 pLeft->MoveAllGlue( pRight ); in CalcDropAdjust()
881 pLeft->MoveGlue( pRight, nGlue ); in CalcDropAdjust()
H A Dporlay.cxx318 if( !pLeft ) in CalcLeftMargin()
320 pLeft = new SwMarginPortion( 0 ); in CalcLeftMargin()
322 SetPortion( pLeft ); in CalcLeftMargin()
326 pLeft->Height( 0 ); in CalcLeftMargin()
327 pLeft->Width( 0 ); in CalcLeftMargin()
328 pLeft->SetLen( 0 ); in CalcLeftMargin()
329 pLeft->SetAscent( 0 ); in CalcLeftMargin()
330 pLeft->SetPortion( NULL ); in CalcLeftMargin()
331 pLeft->SetFixWidth(0); in CalcLeftMargin()
342 pPos = pLeft->GetPortion(); in CalcLeftMargin()
[all …]
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx248 pRoot->pLeft = 0; in Add()
256 pDepend->pLeft = pRoot; in Add()
280 SwClient* pL = pDepend->pLeft; in Remove()
287 pR->pLeft = pL; in Remove()
299 pDepend->pLeft = 0; in Remove()
471 while( pAct->pLeft ) in GoStart()
472 pAct = pAct->pLeft; in GoStart()
537 pAct = pAct->pLeft; in Last()
539 pAct = pDelNext->pLeft; in Last()
550 pAct = pAct->pLeft; in Previous()
[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()
/trunk/main/rsc/source/tools/
H A Drsctree.cxx50 pLeft = pRight = NULL; in BiNode()
115 pRightNode->pLeft = (BiNode *)0; in ChangeDLListBTree()
117 pMiddle->pLeft = ChangeDLListBTree( pList ); in ChangeDLListBTree()
141 pList->pLeft = this; in ChangeBTreeDLList()
148 pLeft = pLL_RN; in ChangeBTreeDLList()
171 pParent->pLeft = pRemove->Left(); in Remove()
192 pRemove->pLeft = pRemove->pRight = NULL; in Remove()
328 pLeft = pTN; in Insert()
361 pLeft = ChangeDLListBTree( Left()->ChangeBTreeDLList() ); in Insert()
383 pLeft = NULL; in OrderTree()
[all …]
/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/sw/source/filter/xml/
H A Dxmlexpit.cxx527 const SvxBorderLine* pLeft = pBox->GetLeft(); in QueryXMLValue() local
563 NULL == pLeft && NULL == pRight ) || in QueryXMLValue()
582 if( !pTop && !pBottom && !pLeft && !pRight ) in QueryXMLValue()
587 NULL != pLeft && in QueryXMLValue()
596 bEqual = nDistance == pLeft->GetDistance() && in QueryXMLValue()
597 nInWidth == pLeft->GetInWidth() && in QueryXMLValue()
598 nOutWidth == pLeft->GetOutWidth() && in QueryXMLValue()
614 if( bEqual || NULL == pLeft || in QueryXMLValue()
615 0 == pLeft->GetDistance() ) in QueryXMLValue()
668 pLine = pLeft; in QueryXMLValue()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderStyleControl.cxx169 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()
201 aBorderOuter.SetLine( pLeft, BOX_LINE_LEFT ); in IMPL_LINK()
230 SvxBorderLine *pLeft = 0, in IMPL_LINK() local
238 pLeft = &theDefLine; in IMPL_LINK()
250 pLeft = &theDefLine; in IMPL_LINK()
267 pLeft = pRight = &theDefLine; in IMPL_LINK()
271 aBorderOuter.SetLine( pLeft, BOX_LINE_LEFT ); in IMPL_LINK()
/trunk/main/starmath/source/
H A Dnode.cxx1043 SmNode *pLeft = GetSubNode(0), in Arrange() local
1052 pLeft ->Arrange(rDev, rFormat); in Arrange()
1061 SmRect::operator = (*pLeft); in Arrange()
1365 SmNode *pLeft = GetSubNode(0), in Arrange() local
1404 SmRect::operator = (*pLeft); in Arrange()
1635 SmNode *pLeft = GetSubNode(0), in Arrange() local
1701 pLeft ->Arrange(rDev, rFormat); in Arrange()
1710 pLeft->MoveTo(aPos); in Arrange()
1766 SmNode *pLeft = GetSubNode(0); in Arrange() local
1767 SmRect::operator = (*pLeft); in Arrange()
[all …]
/trunk/main/sc/source/core/data/
H A Dattrib.cxx848 EditTextObject* pLeft = EditTextObject::Create(rStream); in Create() local
852 DBG_ASSERT( pLeft && pCenter && pRight, "Error reading ScPageHFItem" ); in Create()
854 if ( pLeft == NULL || pLeft->GetParagraphCount() == 0 || in Create()
863 if ( pLeft == NULL || pLeft->GetParagraphCount() == 0 ) in Create()
865 delete pLeft; in Create()
866 pLeft = aEngine.CreateTextObject(); in Create()
897 aEngine.SetText(*pLeft); in Create()
900 delete pLeft; in Create()
901 pLeft = aEngine.CreateTextObject(); in Create()
921 pItem->SetArea( pLeft, SC_HF_LEFTAREA ); in Create()
/trunk/main/svl/source/notify/
H A Dlistenerbase.cxx36 : pLeft( 0 ), pRight( 0 ), in SvtListenerBase()
47 this->pLeft = pBroadcaster->pRoot; in SvtListenerBase()
49 pRight->pLeft = this; in SvtListenerBase()
57 SvtListenerBase *pR = pRight, *pL = pLeft; in ~SvtListenerBase()
64 pR->pLeft = pL; in ~SvtListenerBase()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx925 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/sal/rtl/source/
H A Dstrtmpl.c1177 IMPL_RTL_STRINGDATA* pLeft, in IMPL_RTL_STRINGNAME()
1185 *ppThis = pLeft; in IMPL_RTL_STRINGNAME()
1186 IMPL_RTL_AQUIRE( pLeft ); in IMPL_RTL_STRINGNAME()
1188 else if ( !pLeft || !pLeft->length ) in IMPL_RTL_STRINGNAME()
1195 …IMPL_RTL_STRINGDATA* pTempStr = IMPL_RTL_STRINGNAME( ImplAlloc )( pLeft->length + pRight->length ); in IMPL_RTL_STRINGNAME()
1197 rtl_str_ImplCopy( pTempStr->buffer, pLeft->buffer, pLeft->length ); in IMPL_RTL_STRINGNAME()
1198 rtl_str_ImplCopy( pTempStr->buffer+pLeft->length, pRight->buffer, pRight->length ); in IMPL_RTL_STRINGNAME()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx224 …Window* pLeft = pViewData->GetView()->GetWindowByPos( bVSplit ? SC_SPLIT_TOPLEFT : SC_SPLIT_BOTTOM… in ShowNoteMarker() local
228 DBG_ASSERT( pLeft, "ScGridWindow::ShowNoteMarker - missing top-left grid window" ); in ShowNoteMarker()
232 Size aLeftSize = pLeft->PixelToLogic( pLeft->GetOutputSizePixel(), aMapMode ); in ShowNoteMarker()
240 pNoteMarker = new ScNoteMarker( pLeft, pRight, pBottom, pDiagonal, in ShowNoteMarker()
/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/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/svx/source/dialog/
H A Dsimptabl.cxx540 StringCompare SvxSimpleTable::ColCompare(SvLBoxEntry* pLeft,SvLBoxEntry* pRight) in ColCompare() argument
544 SvLBoxItem* pLeftItem = GetEntryAtPos( pLeft, nSortCol); in ColCompare()
570 SvLBoxEntry* pLeft = (SvLBoxEntry*)(pData->pLeft ); in IMPL_LINK() local
572 return (long) ColCompare(pLeft,pRight); in IMPL_LINK()

Completed in 205 milliseconds

1234