Home
last modified time | relevance | path

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

12345678910>>...20

/trunk/main/sw/source/core/fields/
H A Dfldlst.cxx84 _SetGetExpFld* pNew = new _SetGetExpFld(aIdx, pTxtFld ); in SwInputFieldList() local
85 pSrtLst->Insert( pNew ); in SwInputFieldList()
178 _SetGetExpFld* pNew = new _SetGetExpFld(aIdx, pTxtFld ); in BuildSortLst() local
179 pSrtLst->Insert( pNew ); in BuildSortLst()
/trunk/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()
/trunk/main/sal/rtl/source/
H A Dustrbuf.c86 rtl_uString * pNew = NULL; in rtl_uStringbuffer_ensureCapacity() local
92 rtl_uString_new_WithLength(&pNew, *capacity); in rtl_uStringbuffer_ensureCapacity()
93 pNew->length = (*This)->length; in rtl_uStringbuffer_ensureCapacity()
94 *This = pNew; in rtl_uStringbuffer_ensureCapacity()
/trunk/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()
/trunk/main/sw/source/core/txtnode/
H A Datrflyin.cxx141 SwFrmFmt* pNew = pDoc->CopyLayoutFmt( *pFmt, aAnchor, false, false ); in CopyFlyFmt() local
142 ((SwFmtFlyCnt&)GetFlyCnt()).SetFlyFmt( pNew ); in CopyFlyFmt()
190 SwFrmFmt* pNew = pDoc->CopyLayoutFmt( *pFmt, aAnchor, false, false ); in SetAnchor() local
195 ((SwFmtFlyCnt&)GetFlyCnt()).SetFlyFmt( pNew ); in SetAnchor()
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()
/trunk/main/sw/inc/
H A Dswatrset.hxx196 int Put_BC( const SfxPoolItem& rAttr, SwAttrSet* pOld, SwAttrSet* pNew );
197 int Put_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );
200 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich, SwAttrSet* pOld, SwAttrSet* pNew );
202 SwAttrSet* pOld = 0, SwAttrSet* pNew = 0 );
204 int Intersect_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );
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 Dtxtinet.hxx42 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
56 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() 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()
/trunk/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()
/trunk/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
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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
/trunk/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()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx2379 SwNumRule* pNew; in MakeNumRule() local
2382 pNew = new SwNumRule( *pCpy ); in MakeNumRule()
2387 if( pNew->GetName() != rName ) in MakeNumRule()
2389 pNew->SetPoolFmtId( USHRT_MAX ); in MakeNumRule()
2390 pNew->SetPoolHelpId( USHRT_MAX ); in MakeNumRule()
2391 pNew->SetPoolHlpFileId( UCHAR_MAX ); in MakeNumRule()
2393 pNew->SetDefaultListId( String() ); in MakeNumRule()
2396 pNew->CheckCharFmts( this ); in MakeNumRule()
2401 pNew = new SwNumRule( GetUniqueNumRuleName( &rName ), in MakeNumRule()
2408 AddNumRule(pNew); // #i36749# in MakeNumRule()
[all …]
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()
H A Ddocruby.cxx74 SwRubyListEntry* pNew = new SwRubyListEntry; in FillRubyList() local
80 if( _SelectNextRubyChars( aPam, *pNew, nMode )) in FillRubyList()
82 rList.Insert( pNew, rList.Count() ); in FillRubyList()
87 delete pNew; in FillRubyList()
/trunk/main/svx/inc/svx/sdr/animation/
H A Dscheduler.hxx53 void SetNext(Event* pNew);
83 void Insert(Event* pNew);
141 void InsertEvent(Event* pNew);
/trunk/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()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1328 ViewShell *pVS, *pNew; in SwPagePreView() local
1362 pNew = new ViewShell( *pVS, pViewWin, 0, VSHELLFLAG_ISPREVIEW ); in SwPagePreView()
1364 pNew = new ViewShell( in SwPagePreView()
1368 pViewWin->SetViewShell( pNew ); in SwPagePreView()
1369 pNew->SetSfxViewShell( this ); in SwPagePreView()
1915 sal_uInt16 SwPagePreView::SetPrinter( SfxPrinter *pNew, sal_uInt16 nDiffFlags, bool ) in SetPrinter() argument
1925 rSh.getIDocumentDeviceAccess()->setPrinter( pNew, true, true ); in SetPrinter()
1930 ::SetPrinter( rSh.getIDocumentDeviceAccess(), pNew, sal_False ); in SetPrinter()
1938 rSh.ChgAllPageOrientation( sal_uInt16(pNew->GetOrientation()) ); in SetPrinter()
1941 Size aSz( SvxPaperInfo::GetPaperSize( pNew ) ); in SetPrinter()
/trunk/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx255 SAL_DLLPRIVATE void SetTabDialog( SfxTabDialog* pNew ) { pTabDlg = pNew; } in SetTabDialog() argument
256 SAL_DLLPRIVATE void SetInputSet( const SfxItemSet* pNew ) { pSet = pNew; } in SetInputSet() argument

Completed in 113 milliseconds

12345678910>>...20