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()
52 else p = ( nRes < 0 ) ? p->pLeft : p->pRight; in Find()
85 else pCur = ( nRes < 0 ) ? pCur->pLeft : pCur->pRight; in Locate()
112 *pHeavy = pCur = pLeft; in Adjust()
129 pCur = pCur->pLeft; in Adjust()
140 OSL_ENSURE( pLeft, "The pointer is not allowed to be NULL!" ); in RotLL()
141 StgAvlNode *pHeavy = pLeft; in RotLL()
142 pLeft = pHeavy->pRight; in RotLL()
152 OSL_ENSURE( pLeft && pLeft->pRight, "The pointer is not allowed to be NULL!" ); in RotLR()
[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()
222 if( !((StgDirEntry*) pLeft)->StoreStreams( rIo ) ) in StoreStreams()
238 if( pLeft ) 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()
218 short d1 = pLeft->GetDepth(); in GetDepth()
241 if( pLeft ) in CollectBits()
243 pLeft->CollectBits(); in CollectBits()
244 bError |= pLeft->bError; in CollectBits()
245 bComposite |= pLeft->bComposite; in CollectBits()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx230 OOperand *pLeft = rCodeStack.top(); in Exec() local
233 rCodeStack.push(new OOperandResultBOOL(operate(pLeft, pRight))); in Exec()
234 if (IS_TYPE(OOperandResult,pLeft)) in Exec()
235 delete pLeft; in Exec()
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate() argument
243 return !pLeft->isValid(); in operate()
264 sal_Bool OOp_AND::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() argument
267 return pLeft->isValid() && pRight->isValid(); in operate()
271 sal_Bool OOp_OR::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() argument
274 return pLeft->isValid() || pRight->isValid(); in operate()
[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()
247 for(sal_uInt16 i=0; i < pLeft->GetSelectEntryCount(); ++i) in IMPL_LINK()
248 … moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
250 for(sal_uInt16 j=pLeft->GetSelectEntryCount(); j ; --j) in IMPL_LINK()
251 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK()
255 sal_uInt16 nEntries = pLeft->GetEntryCount(); in IMPL_LINK()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx559 bool FontCache::equalsPrintFont( const PrintFontManager::PrintFont* pLeft, PrintFontManager::PrintF… in equalsPrintFont() argument
561 if( pLeft->m_eType != pRight->m_eType ) in equalsPrintFont()
563 switch( pLeft->m_eType ) in equalsPrintFont()
567 …FontManager::TrueTypeFontFile* pLT = static_cast<const PrintFontManager::TrueTypeFontFile*>(pLeft); in equalsPrintFont()
578 … PrintFontManager::Type1FontFile* pLT = static_cast<const PrintFontManager::Type1FontFile*>(pLeft); in equalsPrintFont()
588 …onst PrintFontManager::BuiltinFont* pLT = static_cast<const PrintFontManager::BuiltinFont*>(pLeft); in equalsPrintFont()
597 if( pRight->m_nFamilyName != pLeft->m_nFamilyName || in equalsPrintFont()
598 pRight->m_aStyleName != pLeft->m_aStyleName || in equalsPrintFont()
599 pRight->m_nPSName != pLeft->m_nPSName || in equalsPrintFont()
600 pRight->m_eItalic != pLeft->m_eItalic || 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.cxx314 SwMarginPortion *pLeft = (GetPortion() && GetPortion()->IsMarginPortion()) ? in CalcLeftMargin() local
318 if( !pLeft ) in CalcLeftMargin()
320 pLeft = new SwMarginPortion( 0 ); in CalcLeftMargin()
321 pLeft->SetPortion( GetPortion() ); 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()
[all …]
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx39 : pLeft( 0 ), pRight( 0 ), pRegisteredIn( 0 ), mbIsAllowedToBeRemovedInModifyCall(false) in SwClient()
248 pRoot->pLeft = 0; in Add()
256 pDepend->pLeft = pRoot; in Add()
258 pDepend->pRight->pLeft = pDepend; 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()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx106 const OSQLParseNode *pLeft = pParseNode->getChild(0), in analyseWhereClause() local
111 if (SQL_ISPUNCTUATION(pLeft, "(") && SQL_ISPUNCTUATION(pRight, ")")) in analyseWhereClause()
117 if (pLeft->isToken() && pRight->isToken()) in analyseWhereClause()
123 … return new MacabConditionConstant(pLeft->getTokenValue() == pRight->getTokenValue()); in analyseWhereClause()
128 … return new MacabConditionConstant(pLeft->getTokenValue() != pRight->getTokenValue()); 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
[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.cxx1817 OSQLParseNode* pLeft = pSearchCondition->getChild(1); in disjunctiveNormalForm() local
1818 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1823 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in disjunctiveNormalForm() local
1824 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1832 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in disjunctiveNormalForm() local
1833 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1840 …if(pLeft->count() == 3 && SQL_ISRULE(pLeft,boolean_primary) && SQL_ISRULE(pLeft->getChild(1),searc… in disjunctiveNormalForm()
1843 OSQLParseNode* pOr = pLeft->getChild(1); in disjunctiveNormalForm()
1869 pNewRight = MakeANDNode(pLeft,pOr->removeAt(2)); in disjunctiveNormalForm()
1870 pNewLeft = MakeANDNode(new OSQLParseNode(*pLeft),pOr->removeAt((sal_uInt32)0)); in disjunctiveNormalForm()
[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()
564 ( pTop && pBottom && pLeft && pRight && in QueryXMLValue()
565 *pTop == *pBottom && *pTop == *pLeft && 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()
[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
1046 DBG_ASSERT(pLeft != NULL, "Sm: NULL pointer"); in Arrange()
1052 pLeft ->Arrange(rDev, rFormat); in Arrange()
1061 SmRect::operator = (*pLeft); in Arrange()
1365 SmNode *pLeft = GetSubNode(0), in Arrange() local
1367 DBG_ASSERT(pLeft, "Sm : NULL pointer"); in Arrange()
1380 pLeft->Arrange(aTmpDev, rFormat); in Arrange()
1390 aPos.X() = pLeft->GetItalicRight() + nDelta + pRight->GetItalicLeftSpace(); in Arrange()
1392 aPos.Y() = pLeft->GetBottom() + nDelta; in Arrange()
1394 aPos.Y() = pLeft->GetTop() - nDelta - pRight->GetHeight(); 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.cxx1756 pLeft = rCpy.GetLeft() ? new SvxBorderLine( *rCpy.GetLeft() ) : 0; in SvxBoxItem()
1767 pLeft ( 0 ), in SvxBoxItem()
1783 delete pLeft; in ~SvxBoxItem()
1830 CmpBrdLn( pLeft, ( (SvxBoxItem&)rAttr ).GetLeft() ) && in operator ==()
2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation()
2147 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight) ) in GetPresentation()
2154 if ( pLeft ) in GetPresentation()
2156 rText += pLeft->GetValueString( eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2182 if( !(pTop || pBottom || pLeft || pRight) ) in GetPresentation()
2190 if( pTop && pBottom && pLeft && pRight && in GetPresentation()
[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()

1234