Home
last modified time | relevance | path

Searched refs:pNew (Results 126 – 150 of 496) sorted by relevance

12345678910>>...20

/aoo41x/main/sw/source/core/layout/
H A Dwsfrm.cxx260 if( pNew && RES_ATTRSET_CHG == pNew->Which() ) in Modify()
262 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
275 _UpdateAttrFrm( pOld, pNew, nInvFlags ); in Modify()
308 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttrFrm()
2150 if( pNew && RES_ATTRSET_CHG == pNew->Which() ) in Modify()
2152 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify()
2155 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
2170 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
2224 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
2285 SwFrm::Modify( pOld, pNew ); in _UpdateAttr()
[all …]
/aoo41x/main/sw/source/core/view/
H A Dvprint.cxx95 SwQueuedPaint( ViewShell *pNew, const SwRect &rRect ) : in SwQueuedPaint() argument
97 pSh( pNew ), in SwQueuedPaint()
116 void SwPaintQueue::Add( ViewShell *pNew, const SwRect &rNew ) in Add() argument
121 while ( pPt->pSh != pNew && pPt->pNext ) in Add()
123 if ( pPt->pSh == pNew ) in Add()
129 SwQueuedPaint *pNQ = new SwQueuedPaint( pNew, rNew ); in Add()
/aoo41x/main/sw/inc/
H A Dswatrset.hxx188 int Put_BC( const SfxPoolItem& rAttr, SwAttrSet* pOld, SwAttrSet* pNew );
189 int Put_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );
192 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich, SwAttrSet* pOld, SwAttrSet* pNew );
194 SwAttrSet* pOld = 0, SwAttrSet* pNew = 0 );
196 int Intersect_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );
H A Dtxtinet.hxx42 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
56 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() argument
H A Dswtable.hxx114 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew );
345 void SetUpper( SwTableBox *pNew ) { pUpper = pNew; } in SetUpper() argument
401 void SetUpper( SwTableLine *pNew ) { pUpper = pNew; } in SetUpper() argument
H A Dpagedesc.hxx209 inline void SetFollow( const SwPageDesc* pNew );
241 inline void SwPageDesc::SetFollow( const SwPageDesc* pNew ) in SetFollow() argument
243 pFollow = pNew ? (SwPageDesc*)pNew : this; in SetFollow()
H A Dfmtpdsc.hxx56 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
86 void ChgDefinedIn( const SwModify* pNew ) { pDefinedIn = (SwModify*)pNew; } in ChgDefinedIn() argument
/aoo41x/main/sw/source/core/txtnode/
H A Datrftn.cxx75 SwFmtFtn* pNew = new SwFmtFtn; in Clone() local
76 pNew->aNumber = aNumber; in Clone()
77 pNew->nNumber = nNumber; in Clone()
78 pNew->m_bEndNote = m_bEndNote; in Clone()
79 return pNew; in Clone()
/aoo41x/main/sc/source/ui/docshell/
H A Dautostyl.cxx96 ScAutoStyleInitData* pNew = in AddInitial() local
98 aInitials.Insert( pNew, aInitials.Count() ); in AddInitial()
161 ScAutoStyleData* pNew = new ScAutoStyleData( nTimeout, rRange, rStyle ); in AddEntry() local
162 aEntries.Insert( pNew, nPos ); in AddEntry()
/aoo41x/main/cui/source/inc/
H A Diconcdlg.hxx103 void SetDialog( IconChoiceDialog* pNew ) { pDialog = pNew; } in SetDialog() argument
106 void SetInputSet( const SfxItemSet* pNew ) { pSet = pNew; } in SetInputSet() argument
/aoo41x/main/sc/source/core/data/
H A Dattarray.cxx961 const SvxBorderLine* pNew; in lcl_MergeToFrame() local
965 if (lcl_TestAttr( pLineOuter->GetTop(), pTopAttr, rFlags.nTop, pNew )) in lcl_MergeToFrame()
966 pLineOuter->SetLine( pNew, BOX_LINE_TOP ); in lcl_MergeToFrame()
970 if (lcl_TestAttr( pLineInner->GetHori(), pTopAttr, rFlags.nHori, pNew )) in lcl_MergeToFrame()
971 pLineInner->SetLine( pNew, BOXINFO_LINE_HORI ); in lcl_MergeToFrame()
977 pLineOuter->SetLine( pNew, BOX_LINE_BOTTOM ); in lcl_MergeToFrame()
982 pLineInner->SetLine( pNew, BOXINFO_LINE_HORI ); in lcl_MergeToFrame()
988 pLineOuter->SetLine( pNew, BOX_LINE_LEFT ); in lcl_MergeToFrame()
993 pLineInner->SetLine( pNew, BOXINFO_LINE_VERT ); in lcl_MergeToFrame()
999 pLineOuter->SetLine( pNew, BOX_LINE_RIGHT ); in lcl_MergeToFrame()
[all …]
/aoo41x/main/editeng/source/rtf/
H A Drtfitem.cxx262 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( in ReadAttr() local
264 pNew->SetRTFDefaults( GetRTFDefaults() ); in ReadAttr()
269 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in ReadAttr()
271 aAttrStack.push_back( pNew ); in ReadAttr()
272 pAkt = pNew; in ReadAttr()
1881 SvxRTFItemStackType* pNew = new SvxRTFItemStackType( *pAkt, *pInsPos, sal_True ); in RTFPardPlain() local
1882 pNew->SetRTFDefaults( GetRTFDefaults() ); in RTFPardPlain()
1887 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in RTFPardPlain()
1888 aAttrStack.push_back( pNew ); in RTFPardPlain()
1889 pAkt = pNew; in RTFPardPlain()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx2453 SwFrm *pFrm, *pNew; in MakeFrms() local
2464 pNew = pNode->MakeFrm( pFrm ); in MakeFrms()
2468 pNew->Paste( pFrm->GetUpper(), pFrm ); in MakeFrms()
2491 SwTabFrm* pNew = MakeFrm( pUpper ); in MakeFrms() local
2492 pNew->Paste( pUpper, pFrm ); in MakeFrms()
2509 ((SwTabFrm*)pNew)->RegistFlys(); in MakeFrms()
3265 if( pNew ) in SplitTable()
3290 pLn = pNew->GetTable().GetTabLines()[ 0 ]; in SplitTable()
3317 rTbl.CopyHeadlineIntoTable( *pNew ); in SplitTable()
3331 pNew->MakeFrms( &aNdIdx ); in SplitTable()
[all …]
/aoo41x/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx85 primitive2d::BasePrimitive2D* pNew = new primitive2d::ShadowPrimitive2D( in processBasePrimitive3D() local
93 const primitive2d::Primitive2DReference xRef(pNew); in processBasePrimitive3D()
96 pNew = new primitive2d::UnifiedTransparencePrimitive2D( in processBasePrimitive3D()
101 mpPrimitive2DSequence->push_back(pNew); in processBasePrimitive3D()
/aoo41x/main/sw/source/core/text/
H A Dtxtcache.hxx40 SwTxtLine( SwTxtFrm *pFrm, SwParaPortion *pNew = 0 );
46 inline void SetPara( SwParaPortion *pNew ) { pLine = pNew; } in SetPara() argument
/aoo41x/main/sw/source/core/undo/
H A Drolbck.cxx1286 const SfxPoolItem* pNew = aIter.GetCurItem(); in CopyFmtAttr() local
1287 Add( pNew, pNew, nNodeIdx ); in CopyFmtAttr()
1381 void SwRegHistory::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
1387 if ( m_pHistory && ( pOld || pNew ) && in Modify()
1388 pOld != pNew ) in Modify()
1391 if ( pNew->Which() < POOLATTR_END ) in Modify()
1393 m_pHistory->Add( pOld, pNew, m_nNodeIndex ); in Modify()
1395 else if ( RES_ATTRSET_CHG == pNew->Which() ) in Modify()
/aoo41x/main/svx/inc/svx/sdr/animation/
H A Dscheduler.hxx53 void SetNext(Event* pNew);
83 void Insert(Event* pNew);
141 void InsertEvent(Event* pNew);
/aoo41x/main/sw/source/core/access/
H A Daccnotextframe.cxx103 void SwAccessibleNoTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
105 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify()
112 SwAccessibleFrameBase::Modify( pOld, pNew ); in Modify()
125 dynamic_cast<const SwStringMsgPoolItem*>(pNew)->GetString() ); in Modify()
/aoo41x/main/editeng/source/editeng/
H A Deditobj.cxx143 XEditAttribute* pNew = new XEditAttribute( rNew, nStart, nEnd ); in MakeXEditAttribute() local
144 return pNew; in MakeXEditAttribute()
608 ContentInfo* pNew = new ContentInfo(*pOrg, *pNewPool); in ObjectInDestruction() local
609 aContents.Replace(pNew, n); in ObjectInDestruction()
716 ContentInfo* pNew = new ContentInfo( *pOrg, *pPool ); in BinTextObject() local
717 aContents.Insert( pNew, aContents.Count() ); in BinTextObject()
847 ContentInfo* pNew = new ContentInfo( *pC, *GetPool() ); in Insert() local
848 aContents.Insert( pNew, nDestPara+nP ); in Insert()
871 ContentInfo* pNew = new ContentInfo( *pC, *pObj->GetPool() ); in CreateTextObject() local
872 pObj->GetContents().Insert( pNew, pObj->GetContents().Count() ); in CreateTextObject()
/aoo41x/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx533 drawinglayer::primitive2d::TextSimplePortionPrimitive2D* pNew = in HandlePair() local
544 mrShadowDecomposition.push_back(pNew); in HandlePair()
552 drawinglayer::primitive2d::TextSimplePortionPrimitive2D* pNew = in HandlePair() local
563 mrDecomposition.push_back(pNew); in HandlePair()
600 drawinglayer::primitive2d::PolygonStrokePrimitive2D* pNew = in impAddPolygonStrokePrimitives() local
603 rTarget.push_back(pNew); in impAddPolygonStrokePrimitives()
/aoo41x/main/toolkit/source/controls/
H A Daccessiblecontrolcontext.cxx94 OAccessibleControlContext* pNew = NULL; in create() local
97 pNew = new OAccessibleControlContext; in create()
98 pNew->Init( _rxCreator ); in create()
104 return pNew; in create()
/aoo41x/main/sw/source/core/doc/
H A Dextinput.cxx238 SwExtTextInput* pNew = new SwExtTextInput( rPam, pExtInputRing ); in CreateExtTextInput() local
240 pExtInputRing = pNew; in CreateExtTextInput()
241 pNew->SetMark(); in CreateExtTextInput()
242 return pNew; in CreateExtTextInput()
/aoo41x/main/sw/source/core/inc/
H A Dblink.hxx48 void SetRootFrm( const SwRootFrm* pNew ){ pFrm = pNew; } in SetRootFrm() argument
74 void Replace( const SwLinePortion* pOld, const SwLinePortion* pNew );
/aoo41x/main/cui/source/tabpages/
H A Dgrfpage.cxx295 SvxGrfCrop* pNew = (SvxGrfCrop*)rSet.Get( nW ).Clone(); in FillItemSet() local
297 pNew->SetLeft( lcl_GetValue( aLeftMF, eUnit ) ); in FillItemSet()
298 pNew->SetRight( lcl_GetValue( aRightMF, eUnit ) ); in FillItemSet()
299 pNew->SetTop( lcl_GetValue( aTopMF, eUnit ) ); in FillItemSet()
300 pNew->SetBottom( lcl_GetValue( aBottomMF, eUnit ) ); in FillItemSet()
301 bModified |= 0 != rSet.Put( *pNew ); in FillItemSet()
302 delete pNew; in FillItemSet()
/aoo41x/main/cosv/source/storage/
H A Dmbstream.cxx52 DYN char * pNew = new char[i_nSize]; in resize() local
53 memcpy( pNew, dpOwnedMemorySpace, min(i_nSize,nSize) ); in resize()
55 dpOwnedMemorySpace = pNew; in resize()

Completed in 224 milliseconds

12345678910>>...20