Home
last modified time | relevance | path

Searched refs:pRight (Results 51 – 75 of 94) sorted by relevance

1234

/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx87 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
120 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1602 EditPaM EditDoc::ConnectParagraphs( ContentNode* pLeft, ContentNode* pRight ) in ConnectParagraphs() argument
1607 pLeft->AppendAttribs( pRight ); in ConnectParagraphs()
1609 *pLeft += *pRight; in ConnectParagraphs()
1612 RemoveItemsFromPool( pRight ); in ConnectParagraphs()
1613 sal_uInt32 nRight = GetPos( pRight ); in ConnectParagraphs()
1615 delete pRight; in ConnectParagraphs()
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx2056 SvLBoxEntry* pRight = (SvLBoxEntry*)(pSortData->pRight ); in IMPL_LINK() local
2061 RedlinData *pRightData=(RedlinData *)(pRight->GetUserData()); in IMPL_LINK()
2079 ScRedlinData *pRightData=(ScRedlinData *)(pRight->GetUserData()); in IMPL_LINK()
2113 SvLBoxItem* pRightItem = pTheView->GetEntryAtPos( pRight, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx109 const EditTextObject* pRight ) : in ScHeaderFooterContentObj() argument
118 if ( pRight ) in ScHeaderFooterContentObj()
119 pRightText = pRight->Clone(); in ScHeaderFooterContentObj()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx232 SfxOrganizeListBox_Impl *pRight, in SfxOrganizeMgr() argument
237 pRightBox(pRight), in SfxOrganizeMgr()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx797 if ( rParam.pRight ) in UpdateHFHeight()
799 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetLeftArea() ) ); in UpdateHFHeight()
800 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetCenterArea() ) ); in UpdateHFHeight()
801 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetRightArea() ) ); in UpdateHFHeight()
857 aHdr.pRight = (const ScPageHFItem*) &pParamSet->Get(ATTR_PAGE_HEADERRIGHT); in InitParam()
873 aFtr.pRight = (const ScPageHFItem*) &pParamSet->Get(ATTR_PAGE_FOOTERRIGHT); in InitParam()
1761 const ScPageHFItem* pHFItem = bLeft ? rParam.pLeft : rParam.pRight; in PrintHF()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1615 const String* pRight = m_pSuggestions->First(); in IMPL_LINK() local
1617 while( pRight ) in IMPL_LINK()
1622 xDict->addEntry( aLeft, *pRight ); in IMPL_LINK()
1632 pRight = m_pSuggestions->Next(); in IMPL_LINK()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3620 const SvxBorderLine *pRight = rBoxItem.GetRight(); in OutCSS1_SvxBox() local
3622 if( (pTop && pBottom && pLeft && pRight && in OutCSS1_SvxBox()
3623 *pTop == *pBottom && *pTop == *pLeft && *pTop == *pRight) || in OutCSS1_SvxBox()
3624 (!pTop && !pBottom && !pLeft && !pRight) ) in OutCSS1_SvxBox()
3636 OutCSS1_SvxBorderLine( rHTMLWrt, sCSS1_P_border_right, pRight ); in OutCSS1_SvxBox()
3642 long nRightDist = pRight ? rBoxItem.GetDistance( BOX_LINE_RIGHT ) : 0; in OutCSS1_SvxBox()
/trunk/main/sot/source/sdstor/
H A Dstgavl.hxx49 StgAvlNode* pLeft, *pRight; // leaves member in StgAvlNode
/trunk/main/sc/source/ui/inc/
H A Dnotemark.hxx61 ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
/trunk/main/vcl/inc/
H A Dfontcache.hxx65 …lsPrintFont( const PrintFontManager::PrintFont* pLeft, PrintFontManager::PrintFont* pRight ) const;
/trunk/main/connectivity/source/inc/dbase/
H A DDCode.hxx58 virtual file::OEvaluateSet* preProcess(file::OBoolOperator* pOp, file::OOperand* pRight = 0);
/trunk/main/dbaccess/source/ui/inc/
H A DWColumnSelect.hxx65 void fillColumns( ListBox* pRight,
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx2022 StringCompare SvTreeList::Compare( SvListEntry* pLeft, SvListEntry* pRight) const in Compare()
2028 aSortData.pRight = pRight; in Compare()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1947 const PPDKey* pRight = it->m_pKey2; in checkConstraints() local
1948 if( ! pLeft || ! pRight || ( pKey != pLeft && pKey != pRight ) ) in checkConstraints()
1951 const PPDKey* pOtherKey = pKey == pLeft ? pRight : pLeft; in checkConstraints()
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx72 SfxOrganizeListBox_Impl* pRight,
/trunk/main/rsc/source/res/
H A Drscclobj.cxx138 pRight = ((ObjNode *)Right())->DelObjNode( pClass, nFileKey ); in DelObjNode()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx413 SFX_REQUEST_ARG (rReq, pRight, SfxUInt32Item, ID_VAL_PAGERIGHT, sal_False); in FuTemporary()
420 SetupPage (aEmptySize, pLeft->GetValue (), pRight->GetValue (), in FuTemporary()
/trunk/main/svtools/source/edit/
H A Dtextdoc.hxx126 TextPaM ConnectParagraphs( TextNode* pLeft, TextNode* pRight );
/trunk/main/rsc/inc/
H A Drscarray.hxx44 RscInstNode * Right() const{ return (RscInstNode *)pRight ; }; in Right()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx604 const SvxBorderLine* pRight = 0; in SetTabBorders() local
635 pRight = pSetBox->GetRight(); in SetTabBorders()
740 aBox.SetLine( pRight, BOX_LINE_RIGHT ); in SetTabBorders()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.hxx109 StringCompare ColumnCompare( SvLBoxEntry* pLeft, SvLBoxEntry* pRight );
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx527 SharedBitmapDescriptor pRight (pStyle->mpRight); in PaintBorder() local
539 pTopRight->mnYOffset, pBottomRight->mnYOffset, true, pRight, pBackground); in PaintBorder()
/trunk/main/basic/source/inc/
H A Dexpr.hxx103 SbiExprNode* pRight; // rechter Zweig (NULL bei unaeren Ops) member in SbiExprNode
/trunk/main/starmath/source/
H A Dmathmlimport.cxx1209 SmNode *pRight = new SmMathSymbolNode(aToken); in EndElement() local
1234 pSNode->SetSubNodes(pLeft,pBody,pRight); in EndElement()
2481 SmNode *pRight = new SmMathSymbolNode(aToken); in EndElement() local
2499 pSNode->SetSubNodes(pLeft,pBody,pRight); in EndElement()

Completed in 159 milliseconds

1234