Home
last modified time | relevance | path

Searched refs:pNew (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/trunk/main/vcl/source/gdi/
H A Dregion.cxx600 delete pNew; in Union()
601 pNew = 0; in Union()
693 delete pNew; in Intersect()
694 pNew = 0; in Intersect()
774 delete pNew; in Exclude()
775 pNew = 0; in Exclude()
859 delete pNew; in XOr()
860 pNew = 0; in XOr()
948 pNew = 0; in Union()
1155 pNew = 0; in Exclude()
[all …]
H A Doutdevnative.cxx148 SliderValue* pNew = new SliderValue( *pSlVal ); in lcl_transformControlValue() local
149 aResult.reset( pNew ); in lcl_transformControlValue()
157 aResult.reset( pNew ); in lcl_transformControlValue()
167 aResult.reset( pNew ); in lcl_transformControlValue()
175 ToolbarValue* pNew = new ToolbarValue( *pTVal ); in lcl_transformControlValue() local
176 aResult.reset( pNew ); in lcl_transformControlValue()
184 aResult.reset( pNew ); in lcl_transformControlValue()
191 aResult.reset( pNew ); in lcl_transformControlValue()
198 aResult.reset( pNew ); in lcl_transformControlValue()
207 MenupopupValue* pNew = new MenupopupValue( *pMVal ); in lcl_transformControlValue() local
[all …]
/trunk/main/sal/inc/rtl/
H A Dustring.hxx982 rtl_uString* pNew = 0; in concat() local
1007 rtl_uString* pNew = 0; in replaceAt() local
1027 rtl_uString* pNew = 0; in replace() local
1044 rtl_uString* pNew = 0; in toAsciiLowerCase() local
1061 rtl_uString* pNew = 0; in toAsciiUpperCase() local
1079 rtl_uString* pNew = 0; in trim() local
1110 rtl_uString * pNew = 0; in getToken() local
1211 rtl_uString * pNew = 0; in intern() local
1216 if (pNew == 0) { in intern()
1259 if (pNew == 0) { in intern()
[all …]
H A Dstring.hxx576 rtl_String* pNew = 0; in copy() local
601 rtl_String* pNew = 0; in copy() local
617 rtl_String* pNew = 0; in concat() local
619 return OString( pNew, (DO_NOT_ACQUIRE*)0 ); in concat()
642 rtl_String* pNew = 0; in replaceAt() local
662 rtl_String* pNew = 0; in replace() local
679 rtl_String* pNew = 0; in toAsciiLowerCase() local
696 rtl_String* pNew = 0; in toAsciiUpperCase() local
714 rtl_String* pNew = 0; in trim() local
715 rtl_string_newTrim( &pNew, pData ); in trim()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx1027 if( pNew ) in AppendRedline()
1380 if( pNew ) in SplitRedline()
1876 if( pNew ) in lcl_RejectRedline()
1893 if( pNew ) in lcl_RejectRedline()
1907 if( pNew ) in lcl_RejectRedline()
1919 if( pNew ) in lcl_RejectRedline()
1934 if( pNew ) in lcl_RejectRedline()
2676 if( !pNew ) in InsertWithValidRanges()
2738 if( *pNew->GetPoint() != *pNew->GetMark() && in InsertWithValidRanges()
2743 pNew = 0; in InsertWithValidRanges()
[all …]
H A Dtblafmt.cxx325 delete pNew;
329 SfxPoolItem* pNew; in Load() local
375 delete pNew; in Load()
384 delete pNew; in Load()
390 delete pNew; in Load()
393 delete pNew; in Load()
419 SfxPoolItem* pNew; in LoadOld() local
436 delete pNew; in LoadOld()
941 Insert( pNew, Count() ); in SwTableAutoFmtTbl()
1023 delete pNew; in Load()
[all …]
H A Ddoctxm.cxx291 (!pNew || in GotoTOXMark()
297 pNew = pTOXMark; in GotoTOXMark()
316 (!pNew || in GotoTOXMark()
322 pNew = pTOXMark; in GotoTOXMark()
338 if(!pNew) in GotoTOXMark()
344 pNew = pMax; in GotoTOXMark()
348 pNew = pMin; in GotoTOXMark()
354 return *pNew; in GotoTOXMark()
649 return pNew; in InsertTOXType()
2262 delete pNew; in InsertSorted()
[all …]
H A Dfmtcol.cxx135 SwFmtColl::Modify( pOld, pNew ); in Modify()
152 switch( pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ) in Modify()
156 pNewChgSet = (SwAttrSetChg*)pNew; in Modify()
198 pNewLRSpace = (SvxLRSpaceItem*)pNew; in Modify()
201 pNewULSpace = (SvxULSpaceItem*)pNew; in Modify()
204 aFontSizeArr[0] = (SvxFontHeightItem*)pNew; in Modify()
207 aFontSizeArr[1] = (SvxFontHeightItem*)pNew; in Modify()
210 aFontSizeArr[2] = (SvxFontHeightItem*)pNew; in Modify()
344 SwFmtColl::Modify( pOld, pNew ); in Modify()
638 SwCollCondition* pNew; in SetConditions() local
[all …]
/trunk/main/sal/rtl/source/
H A Dbyteseq.c45 sal_Sequence * pSequence, * pNew; in rtl_byte_sequence_reference2One() local
58 if ( pNew != NULL ) in rtl_byte_sequence_reference2One()
66 pNew = (sal_Sequence *)rtl_allocateMemory( SAL_SEQUENCE_HEADER_SIZE ); in rtl_byte_sequence_reference2One()
69 if ( pNew != NULL ) in rtl_byte_sequence_reference2One()
71 pNew->nRefCount = 1; in rtl_byte_sequence_reference2One()
72 pNew->nElements = nElements; in rtl_byte_sequence_reference2One()
75 *ppSequence = pNew; in rtl_byte_sequence_reference2One()
83 sal_Sequence * pSequence, * pNew; in rtl_byte_sequence_realloc() local
97 if ( pNew != NULL ) in rtl_byte_sequence_realloc()
106 rtl_copyMemory( pNew->elements, pSequence->elements, nSize ); in rtl_byte_sequence_realloc()
[all …]
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx75 if ( pSearch1 != 0 ? *pNew < *pSearch1 : true ) in InsertValue()
77 pNew->SetNext( pSearch1 ); in InsertValue()
78 ActiveColumn() = pNew; in InsertValue()
80 if ( pNew->Next() != 0) in InsertValue()
82 AssertionOf( *pNew <= *pNew->Next() ); in InsertValue()
95 pNew->SetNext( pSearch1 ); in InsertValue()
96 pSearch2->SetNext(pNew); in InsertValue()
99 AssertionOf( *pSearch2 <= *pNew ); in InsertValue()
100 if ( pNew->Next() != 0) in InsertValue()
102 AssertionOf( *pNew <= *pNew->Next() ); in InsertValue()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx474 if (pNew) in SetReferenceValue()
483 if (pNew) in SetSortInfo()
492 if (pNew) in SetAutoShowInfo()
501 if (pNew) in SetLayoutInfo()
546 return pNew; in GetMemberByName()
875 return pNew; in GetDimensionByName()
902 return pNew; in GetNewDimensionByName()
914 return pNew; in GetDataLayoutDimension()
939 return pNew; in DuplicateDimension()
963 return *pNew; in DuplicateDimension()
[all …]
/trunk/main/cppu/source/uno/
H A Dsequence.cxx50 uno_Sequence * pNew = 0; in reallocSeq() local
62 if (pNew != 0) in reallocSeq()
65 pNew->nRefCount = 1; in reallocSeq()
69 return pNew; in reallocSeq()
698 uno_Sequence * pNew = 0; in ireallocSequence() local
713 &pNew, pElementType, in ireallocSequence()
731 *ppSequence = pNew; in ireallocSequence()
922 pNew = allocSeq( 0, 0 ); in uno_type_sequence_reference2One()
923 ret = (pNew != 0); in uno_type_sequence_reference2One()
965 pNew = allocSeq( 0, 0 ); in uno_sequence_reference2One()
[all …]
/trunk/main/sw/source/core/undo/
H A DSwUndoFmt.cxx44 : SwUndo(nUndoId), pNew(_pNew), in SwUndoFmtCreate()
57 if (pNew) in UndoImpl()
63 pNew = Find(sNewName); in UndoImpl()
65 if (pNew) in UndoImpl()
69 bAuto = pNew->IsAuto(); in UndoImpl()
89 pNew = pFmt; in RedoImpl()
92 pNew = NULL; in RedoImpl()
97 if (sNewName.Len() == 0 && pNew) in GetRewriter()
98 sNewName = pNew->GetName(); in GetRewriter()
376 aNew = *pNew; in UndoImpl()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx92 inline void SetEnd( SwPosition* pNew ){ delete pEnd; pEnd = pNew; } in SetEnd() argument
98 inline void SetCurr( SwPosition* pNew ){ delete pCurr; pCurr = pNew; } in SetCurr() argument
274 SetCurr( pNew ); in _Start()
275 pNew = new SwPosition( *pNew ); in _Start()
276 SetCurrX( pNew ); in _Start()
389 SetEnd( pNew ); in Continue()
391 SetCurr( pNew ); in Continue()
392 pNew = new SwPosition( *pNew ); in Continue()
472 pNew = new SwPosition( *pNew ); in Continue()
601 SetEnd( pNew ); in Continue()
[all …]
H A Dedglbldc.cxx80 SwGlblDocContentPtr pNew; in GetGlobalDocContent() local
86 pNew = new SwGlblDocContent( (SwTOXBaseSection*)pSect ); in GetGlobalDocContent()
90 pNew = new SwGlblDocContent( pSect ); in GetGlobalDocContent()
93 if( !rArr.Insert( pNew ) ) in GetGlobalDocContent()
94 delete pNew; in GetGlobalDocContent()
111 if( !rArr.Insert( pNew ) ) in GetGlobalDocContent()
112 delete pNew; in GetGlobalDocContent()
132 if( !rArr.Insert( pNew ) ) in GetGlobalDocContent()
133 delete pNew; in GetGlobalDocContent()
139 SwGlblDocContentPtr pNew = new SwGlblDocContent( in GetGlobalDocContent() local
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx203 SdrTextPrimitive2D* pNew = 0; in createTextPrimitive() local
231 pNew = new SdrContourTextPrimitive2D( in createTextPrimitive()
240 pNew = new SdrContourTextPrimitive2D( in createTextPrimitive()
252 pNew = new SdrPathTextPrimitive2D( in createTextPrimitive()
306 pNew = new SdrStretchTextPrimitive2D( in createTextPrimitive()
315 pNew = new SdrBlockTextPrimitive2D( in createTextPrimitive()
349 return Primitive2DReference(pNew); in createTextPrimitive()
376 delete pNew; in createTextPrimitive()
377 pNew = pNew2; in createTextPrimitive()
430 delete pNew; in createTextPrimitive()
[all …]
/trunk/main/svx/source/sdr/animation/
H A Dscheduler.cxx52 void Event::SetNext(Event* pNew) in SetNext() argument
54 if(pNew != mpNext) in SetNext()
56 mpNext = pNew; in SetNext()
92 void EventList::Insert(Event* pNew) in Insert() argument
94 if(pNew) in Insert()
107 pNew->SetNext(pPrev->GetNext()); in Insert()
108 pPrev->SetNext(pNew); in Insert()
112 pNew->SetNext(mpHead); in Insert()
113 mpHead = pNew; in Insert()
283 if(pNew) in InsertEvent()
[all …]
/trunk/main/svl/source/config/
H A Dsrchcfg.cxx127 SvxSearchEngineDataPtr pNew = new SvxSearchEngineData; in Load() local
128 pNew->sEngineName = pNodeNames[nNode]; in Load()
147 case 0 : pValues[nProp] >>= pNew->sAndPrefix; break; in Load()
148 case 1 : pValues[nProp] >>= pNew->sAndSuffix; break; in Load()
149 case 2 : pValues[nProp] >>= pNew->sAndSeparator; break; in Load()
150 case 3 : pValues[nProp] >>= pNew->nAndCaseMatch; break; in Load()
152 case 4 : pValues[nProp] >>= pNew->sOrPrefix; break; in Load()
153 case 5 : pValues[nProp] >>= pNew->sOrSuffix; break; in Load()
154 case 6 : pValues[nProp] >>= pNew->sOrSeparator; break; in Load()
155 case 7 : pValues[nProp] >>= pNew->nOrCaseMatch; break; in Load()
[all …]
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx284 inline void SetFont( SwFont *pNew ) { pFnt = pNew; } in SetFont() argument
286 inline void SetUnderFnt( SwUnderlineFont* pNew ) { pUnderFnt = pNew; } in SetUnderFnt() argument
374 inline void SetKanaComp( SvUShorts *pNew ){ pKanaComp = pNew; } in SetKanaComp() argument
502 inline void SetpSpaceAdd( std::vector<long>* pNew ){ pSpaceAdd = pNew; } in SetpSpaceAdd() argument
506 inline void SetWrongList( const SwWrongList *pNew ){ pWrongList = pNew; } in SetWrongList() argument
509 inline void SetGrammarCheckList( const SwWrongList *pNew ){ pGrammarCheckList = pNew; } in SetGrammarCheckList() argument
513 inline void SetSmartTags( const SwWrongList *pNew ){ pSmartTags = pNew; } in SetSmartTags() argument
622 inline void SetRoot( SwLineLayout *pNew ) { pRoot = pNew; } in SetRoot() argument
675 inline void SetFly( SwFlyPortion *pNew ) { pFly = pNew; } in SetFly() argument
681 inline void SetLastTab( SwTabPortion *pNew ) { pLastTab = pNew; } in SetLastTab() argument
[all …]
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx560 pNew->Init(); in SplitSect()
1715 SwSectionFrm* pNew; in GetNextSctLeaf() local
1730 pNew->Init(); in GetNextSctLeaf()
1946 if( !pNew ) in GetPrevSctLeaf()
1950 pNew->Init(); in GetPrevSctLeaf()
1951 SWRECTFN( pNew ) in GetPrevSctLeaf()
1952 (pNew->*fnRect->fnMakePos)( pLayLeaf, pNew->GetPrev(), sal_True ); in GetPrevSctLeaf()
1957 pNew->MakePos(); in GetPrevSctLeaf()
1961 pNew->SimpleFormat(); in GetPrevSctLeaf()
2445 if( pNew && RES_ATTRSET_CHG == pNew->Which() ) in Modify()
[all …]
H A Dflylay.cxx567 sal_uInt16 nWhich = pNew ? pNew->Which() : 0; in Modify()
580 pAnch = (SwFmtAnchor*)pNew; in Modify()
637 SwFlyFrm::Modify( pOld, pNew ); in Modify()
681 if ( pNew->IsFlyInCntFrm() ) in AppendFlyToPage()
693 pSortedObjs->Insert( *pNew ); in AppendFlyToPage()
700 ASSERT( pNew->GetPageFrm() == 0 || pNew->GetPageFrm() == this, in AppendFlyToPage()
704 pNew->SetPageFrm( this ); in AppendFlyToPage()
705 pNew->InvalidatePage( this ); in AppendFlyToPage()
707 pNew->UnlockPosition(); in AppendFlyToPage()
717 ->AddAccessibleFrm( pNew ); in AppendFlyToPage()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx248 ServerFont* pNew = NULL; in CacheFont() local
253 if( pNew ) in CacheFont()
255 maFontList[ aFontSelData ] = pNew; in CacheFont()
256 mnBytesUsed += pNew->GetByteCount(); in CacheFont()
261 mpCurrentGCFont = pNew; in CacheFont()
262 pNew->mpNextGCFont = pNew; in CacheFont()
263 pNew->mpPrevGCFont = pNew; in CacheFont()
267 pNew->mpNextGCFont = mpCurrentGCFont; in CacheFont()
269 pNew->mpPrevGCFont->mpNextGCFont = pNew; in CacheFont()
270 mpCurrentGCFont->mpPrevGCFont = pNew; in CacheFont()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx449 ASSERT( !pNew->GetPrev() && !pNew->GetNext(), "New but not new." ); in Insert()
465 *(pData + nPos) = pNew; in Insert()
496 *(pData + nPos) = pNew; in Insert()
498 pNew->SetCachePos( nPos ); in Insert()
505 { pFirst->GetPrev()->SetNext( pNew ); in Insert()
506 pNew->SetPrev( pFirst->GetPrev() ); in Insert()
508 pFirst->SetPrev( pNew ); in Insert()
509 pNew->SetNext( pFirst ); in Insert()
513 pLast = pNew; in Insert()
516 pRealFirst = pNew; in Insert()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx141 EditTextObject* pNew = rSource.CreateTextObject(); in UpdateText() local
146 pLeftText = pNew; in UpdateText()
150 pCenterText = pNew; in UpdateText()
154 pRightText = pNew; in UpdateText()
663 pNew->SetSelection( aNewSel ); in getStart()
680 pNew->SetSelection( aNewSel ); in getEnd()
767 pNew->SetSelection( aNewSel ); in getStart()
784 pNew->SetSelection( aNewSel ); in getEnd()
865 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getStart() local
871 pNew->SetSelection( aNewSel ); in getStart()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedfac.cxx91 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlComboB… in IMPL_LINK() local
92 pObjFactory->pNewObj = pNew; in IMPL_LINK()
95 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK()
126 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlScroll… in IMPL_LINK() local
127 pObjFactory->pNewObj = pNew; in IMPL_LINK()
131 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK()
148 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlFixedL… in IMPL_LINK() local
149 pObjFactory->pNewObj = pNew; in IMPL_LINK()
153 uno::Reference< beans::XPropertySet > xPSet(pNew->GetUnoControlModel(), uno::UNO_QUERY); in IMPL_LINK()
187 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.tree.TreeControl… in IMPL_LINK() local
[all …]

Completed in 178 milliseconds

12345678910>>...20