Home
last modified time | relevance | path

Searched refs:pRight (Results 26 – 50 of 94) sorted by relevance

1234

/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx1768 pRight ( 0 ), in SvxBoxItem()
1784 delete pRight; in ~SvxBoxItem()
2146 if( !(pTop && pBottom && pLeft && pRight && in GetPresentation()
2159 if ( pRight ) in GetPresentation()
2182 if( !(pTop || pBottom || pLeft || pRight) ) in GetPresentation()
2190 if( pTop && pBottom && pLeft && pRight && in GetPresentation()
2216 if ( pRight ) in GetPresentation()
2408 pRet = pRight; in GetLine()
2439 delete pRight; in SetLine()
2440 pRight = pTmp; in SetLine()
[all …]
/aoo42x/main/connectivity/source/drivers/macab/
H A Dmacabcondition.hxx140 MacabConditionBoolean(MacabCondition *pLeft, MacabCondition *pRight);
147 MacabConditionOr(MacabCondition *pLeft, MacabCondition *pRight);
156 MacabConditionAnd(MacabCondition *pLeft, MacabCondition *pRight);
/aoo42x/main/sw/inc/
H A Dcalbck.hxx73 SwClient *pLeft, *pRight; // double-linked list of other clients member in SwClient
110 bool IsLast() const { return !pLeft && !pRight; } in IsLast()
120 pLeft(0), pRight(0), pRegisteredIn(0), mbIsAllowedToBeRemovedInModifyCall(false) in SwClient()
/aoo42x/main/sw/source/filter/xml/
H A Dxmlimpit.cxx425 SvxBorderLine* pRight = pBox->GetRight() == NULL ? in PutXMLValue() local
495 lcl_frmitems_setXMLBorder( pRight, in PutXMLValue()
562 lcl_frmitems_setXMLBorder( pRight, nWidth, in PutXMLValue()
573 pBox->SetLine( pRight, BOX_LINE_RIGHT ); in PutXMLValue()
578 delete pRight; in PutXMLValue()
/aoo42x/main/starmath/source/
H A Dmathmlexport.cxx1064 const SmNode *pRight=pNode->GetSubNode(2); in ExportBrace() local
1067 ((pRight) && (pRight->GetToken().eType != TNONE)) && in ExportBrace()
1077 const SmMathSymbolNode* >(pRight)->GetText().GetChar(0); in ExportBrace()
1101 else if (pRight && (pRight->GetToken().eType != TNONE)) in ExportBrace()
1107 ExportNodes(pRight, nLevel+1); in ExportBrace()
H A Dparse.cxx1783 SmNode* pRight = new SmMathSymbolNode(aNodeToken); in UnOper() local
1785 pSNode->SetSubNodes(pLeft, pArg, pRight); in UnOper()
2016 *pRight = 0; in Brace() local
2040 pRight = new SmMathSymbolNode(m_aCurToken); in Brace()
2079 pRight = new SmMathSymbolNode(m_aCurToken); in Brace()
2091 DBG_ASSERT(pRight, "Sm: NULL pointer"); in Brace()
2092 pSNode->SetSubNodes(pLeft, pBody, pRight); in Brace()
2100 delete pRight; in Brace()
/aoo42x/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx2067 const XForm* pRight; in ModifyWorldTransform() local
2072 pRight = &maXForm; in ModifyWorldTransform()
2077 pRight = &rXForm; in ModifyWorldTransform()
2094 bF[0][0] = pRight->eM11; in ModifyWorldTransform()
2095 bF[0][1] = pRight->eM12; in ModifyWorldTransform()
2097 bF[1][0] = pRight->eM21; in ModifyWorldTransform()
2098 bF[1][1] = pRight->eM22; in ModifyWorldTransform()
2100 bF[2][0] = pRight->eDx; in ModifyWorldTransform()
2101 bF[2][1] = pRight->eDy; in ModifyWorldTransform()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbtree.cxx483 SvLBoxEntry* pRight = (SvLBoxEntry*)(pData->pRight ); in IMPL_LINK() local
485 if (GetParent(pRight) && GetParent(GetParent(pRight))) in IMPL_LINK()
/aoo42x/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx379 SvLBoxEntry* pRight = (SvLBoxEntry*)(pData->pRight ); in IMPL_LINK() local
380 return (long) ColumnCompare(pLeft,pRight); in IMPL_LINK()
383 StringCompare DictionaryList::ColumnCompare( SvLBoxEntry* pLeft, SvLBoxEntry* pRight ) in ColumnCompare() argument
388 SvLBoxItem* pRightItem = getItemAtColumn( pRight, m_nSortColumnIndex ); in ColumnCompare()
/aoo42x/main/svx/source/dialog/
H A Dctredlin.cxx247 StringCompare SvxRedlinTable::ColCompare(SvLBoxEntry* pLeft,SvLBoxEntry* pRight) in ColCompare() argument
255 aRedlinCompare.pRight=pRight; in ColCompare()
263 RedlinData *pRightData=(RedlinData *)(pRight->GetUserData()); in ColCompare()
277 eCompare=SvxSimpleTable::ColCompare(pLeft,pRight); in ColCompare()
281 eCompare=SvxSimpleTable::ColCompare(pLeft,pRight); in ColCompare()
/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx511 const sal_Int32* pRight, in createNewSdrTextAttribute() argument
563 pRight ? *pRight : rTextObj.GetTextRightDistance(), in createNewSdrTextAttribute()
1037 const sal_Int32* pRight, in createNewSdrFillTextAttribute() argument
1048 aText = createNewSdrTextAttribute(rSet, *pText, pLeft, pUpper, pRight, pLower); in createNewSdrFillTextAttribute()
/aoo42x/main/svtools/source/edit/
H A Dtextdoc.cxx645 TextPaM TextDoc::ConnectParagraphs( TextNode* pLeft, TextNode* pRight ) in ConnectParagraphs() argument
648 pLeft->Append( *pRight ); in ConnectParagraphs()
651 sal_uLong nRight = maTextNodes.GetPos( pRight ); in ConnectParagraphs()
653 delete pRight; in ConnectParagraphs()
/aoo42x/main/editeng/source/editeng/
H A Dimpedit2.cxx2301 DBG_ASSERT( pLeft != pRight, "Den gleichen Absatz zusammenfuegen ?" ); in ImpConnectParagraphs()
2309 if(aEditDoc.GetPos( pLeft ) > aEditDoc.GetPos( pRight )) in ImpConnectParagraphs()
2312 std::swap(pLeft, pRight); in ImpConnectParagraphs()
2315 sal_uInt32 nParagraphTobeDeleted = aEditDoc.GetPos( pRight ); in ImpConnectParagraphs()
2327 pLeft->GetStyleSheet(), pRight->GetStyleSheet(), bBackward ) ); in ImpConnectParagraphs()
2333 pLeft->SetStyleSheet( pRight->GetStyleSheet(), sal_True ); in ImpConnectParagraphs()
2335 pLeft->GetCharAttribs().GetDefFont() = pRight->GetCharAttribs().GetDefFont(); in ImpConnectParagraphs()
2342 ParaPortion* pRightPortion = FindParaPortion( pRight ); in ImpConnectParagraphs()
2355 sal_uInt16 nRWrongs = pRight->GetWrongList()->Count(); in ImpConnectParagraphs()
2358 WrongRange aWrong = pRight->GetWrongList()->GetObject( nW ); in ImpConnectParagraphs()
[all …]
/aoo42x/main/svl/source/notify/
H A Dlistenerbase.hxx32 SvtListenerBase *pLeft, *pRight; member in SvtListenerBase
48 SvtListenerBase* GetRight() const { return pRight; } in GetRight()
/aoo42x/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx220 if( const EditTextObject* pRight = rItem.GetRightArea() ) in Reset() local
221 aWndRight.SetText( *pRight ); in Reset()
236 EditTextObject* pRight = aWndRight .CreateTextObject(); in FillItemSet() local
240 aItem.SetRightArea ( *pRight ); in FillItemSet()
243 delete pRight; in FillItemSet()
/aoo42x/main/sc/source/ui/view/
H A Dgridwin5.cxx225 …Window* pRight = bHSplit ? pViewData->GetView()->GetWindowByPos( bVSplit ? SC_SPLIT_TOPRIGHT : SC_… in ShowNoteMarker() local
234 if( (this == pRight) || (this == pDiagonal) ) in ShowNoteMarker()
240 pNoteMarker = new ScNoteMarker( pLeft, pRight, pBottom, pDiagonal, in ShowNoteMarker()
H A Dnotemark.cxx45 ScNoteMarker::ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal, in ScNoteMarker() argument
49 pRightWin( pRight ), in ScNoteMarker()
/aoo42x/main/sw/source/core/unocore/
H A Dunoevtlstnr.cxx86 lang::XEventListener* pRight = pElem->get(); in RemoveListener() local
87 if(pLeft == pRight) in RemoveListener()
/aoo42x/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrattributecreator.hxx82 const sal_Int32* pRight = 0,
121 const sal_Int32* pRight = 0,
/aoo42x/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1116 *pRight = 0, in IMPL_LINK() local
1131 case 3: pRight = &theDefLine; in IMPL_LINK()
1134 case 4: pLeft = pRight = &theDefLine; in IMPL_LINK()
1146 case 8: pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1159 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1166 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1173 pLeft = pRight = pTop = pBottom = &theDefLine; in IMPL_LINK()
1183 aBorderOuter.SetLine( pRight, BOX_LINE_RIGHT ); in IMPL_LINK()
/aoo42x/main/connectivity/source/drivers/dbase/
H A DDCode.cxx97 OEvaluateSet* OFILEOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) in preProcess() argument
108 OIndexIterator* pIter = pIndex->createIterator(pOp,pRight); in preProcess()
/aoo42x/main/editeng/inc/editeng/
H A Dboxitem.hxx53 *pRight; member in SvxBoxItem
88 const SvxBorderLine* GetRight() const { return pRight; } in GetRight()
/aoo42x/main/basic/source/comp/
H A Dexprgen.cxx149 if( pRight ) in Gen()
150 pRight->Gen(); in Gen()
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx197 const T* pRight = _rRight.getConstArray(); in concatSequences() local
204 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()
/aoo42x/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx204 const T* pRight = _rRight.getConstArray(); in concatSequences() local
211 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()

Completed in 3099 milliseconds

1234