Home
last modified time | relevance | path

Searched refs:pNew (Results 51 – 75 of 496) sorted by relevance

12345678910>>...20

/aoo41x/main/sw/source/core/doc/
H A Ddocdesc.cxx560 SwPageDesc *pNew; in MakePageDesc() local
563 pNew = new SwPageDesc( *pCpy ); in MakePageDesc()
564 pNew->SetName( rName ); in MakePageDesc()
567 pNew->SetPoolFmtId( USHRT_MAX ); in MakePageDesc()
568 pNew->SetPoolHelpId( USHRT_MAX ); in MakePageDesc()
569 pNew->SetPoolHlpFileId( UCHAR_MAX ); in MakePageDesc()
574 pNew = new SwPageDesc( rName, GetDfltFrmFmt(), this ); in MakePageDesc()
576 lcl_DefaultPageFmt( USHRT_MAX, pNew->GetMaster(), pNew->GetLeft() ); in MakePageDesc()
583 pNew->GetLeft().SetFmtAttr( SvxFrameDirectionItem(aFrameDirection, RES_FRAMEDIR) ); in MakePageDesc()
585 aPageDescs.Insert( pNew, aPageDescs.Count() ); in MakePageDesc()
[all …]
H A Ddoclay.cxx1265 SwTxtNode *pNew = NULL; in lcl_InsertLabel() local
1473 ASSERT( pNew, "No Label inserted" ); in lcl_InsertLabel()
1474 if( pNew ) in lcl_InsertLabel()
1499 SwIndex aIdx( pNew, 0 ); in lcl_InsertLabel()
1500 pNew->InsertText( aTxt, aIdx ); in lcl_InsertLabel()
1633 SwTxtNode* pNew = NULL; in lcl_InsertDrawLabel() local
1783 ASSERT( pNew, "No Label inserted" ); in lcl_InsertDrawLabel()
1785 if( pNew ) in lcl_InsertDrawLabel()
1808 SwIndex aIdx( pNew, 0 ); in lcl_InsertDrawLabel()
2361 pCurrentView = pNew; in SetCurrentViewShell()
[all …]
H A Ddocnum.cxx991 if( !pNew ) in SetNumRule()
995 else if (rRule != *pNew) in SetNumRule()
1004 pUndo->SaveOldNumRule( *pNew ); in SetNumRule()
1081 pNew && pNew->Get( 0 ).GetPositionAndSpaceMode() == SvxNumberFormat::LABEL_ALIGNMENT ) in SetNumRule()
2474 SwNumRule* pNew; in MakeNumRule() local
2477 pNew = new SwNumRule( *pCpy ); in MakeNumRule()
2482 if( pNew->GetName() != rName ) in MakeNumRule()
2484 pNew->SetPoolFmtId( USHRT_MAX ); in MakeNumRule()
2485 pNew->SetPoolHelpId( USHRT_MAX ); in MakeNumRule()
2491 pNew->CheckCharFmts( this ); in MakeNumRule()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh2.cxx161 DBTextStruct_Impl* pNew = new DBTextStruct_Impl; in ExecDB() local
162 pNew->aDBData.sDataSource = sSourceArg; in ExecDB()
163 pNew->aDBData.sCommand = sCommandArg; in ExecDB()
164 pNew->aDBData.nCommandType = nCommandTypeArg; in ExecDB()
165 pNew->aSelection = aSelection; in ExecDB()
168 pNew->xCursor = xCursor; in ExecDB()
169 pNew->xConnection = xConnection; in ExecDB()
172 InsertDBTextHdl ), pNew ); in ExecDB()
/aoo41x/main/sc/source/core/tool/
H A Dautoform.cxx309 delete pNew;
313 SfxPoolItem* pNew; in Load() local
353 SetAdjust( *(SvxAdjustItem*)pNew ); in Load()
354 delete pNew; in Load()
362 SetLinebreak( *(SfxBoolItem*)pNew ); in Load()
363 delete pNew; in Load()
369 delete pNew; in Load()
372 delete pNew; in Load()
397 SfxPoolItem* pNew; in LoadOld() local
415 SetLinebreak( *(SfxBoolItem*)pNew ); in LoadOld()
[all …]
/aoo41x/main/sc/source/core/data/
H A Dcolumn3.cxx835 ScBaseCell* pNew = 0; in CloneCell() local
875 pNew = pErrCell; in CloneCell()
918 if (!pNew) in CloneCell()
921 pNew->TakeNote( pNewNote ); in CloneCell()
925 return pNew; in CloneCell()
1013 ScBaseCell* pNew = NULL; in MixData() local
1073 pNew = new ScValueCell( nVal1 ); in MixData()
1082 pNew = pFC; in MixData()
1137 if (pNew) in MixData()
1138 Insert(nRow, pNew); // neue einfuegen in MixData()
[all …]
/aoo41x/main/writerfilter/source/doctok/
H A DWW8FontTable.cxx88 rtl_uString * pNew = 0; in get_xszFfn() local
90 (&pNew, reinterpret_cast<const sal_Unicode *>(&aSeq[0])); in get_xszFfn()
92 return rtl::OUString(pNew); in get_xszFfn()
102 rtl_uString * pNew = 0; in get_altName() local
104 (&pNew, reinterpret_cast<const sal_Unicode *>(&aSeq[0])); in get_altName()
106 return rtl::OUString(pNew); in get_altName()
H A DWW8StyleSheet.cxx82 rtl_uString * pNew = 0; in get_xstzName() local
84 (&pNew, reinterpret_cast<const sal_Unicode *>(&aSeq[0])); in get_xstzName()
86 return rtl::OUString(pNew); in get_xstzName()
109 rtl_uString * pNew = 0; in get_xstzName1() local
111 (&pNew, reinterpret_cast<const sal_Unicode *>(&aSeq[0])); in get_xstzName1()
113 return rtl::OUString(pNew); in get_xstzName1()
/aoo41x/main/sw/source/core/inc/
H A DSwUndoFmt.hxx40 SwFmt * pNew; member in SwUndoFmtCreate
50 SwUndoFmtCreate(SwUndoId nUndoId, SwFmt * pNew, SwFmt * pDerivedFrom,
112 SwUndoTxtFmtCollCreate(SwTxtFmtColl * pNew, SwTxtFmtColl * pDerivedFrom,
143 SwUndoCharFmtCreate(SwCharFmt * pNew, SwCharFmt * pDerivedFrom,
176 SwUndoFrmFmtCreate(SwFrmFmt * pNew, SwFrmFmt * pDerivedFrom,
206 const SwNumRule * pNew; member in SwUndoNumruleCreate
212 SwUndoNumruleCreate(const SwNumRule * pNew, SwDoc * pDoc);
H A Dftnfrm.hxx106 void SetFollow( SwFtnFrm *pNew ) { pFollow = pNew; } in SetFollow() argument
107 void SetMaster( SwFtnFrm *pNew ) { pMaster = pNew; } in SetMaster() argument
108 void SetRef ( SwCntntFrm *pNew ) { pRef = pNew; } in SetRef() argument
/aoo41x/main/sw/source/core/layout/
H A Dflycnt.cxx97 sal_uInt16 nWhich = pNew ? pNew->Which() : 0; in Modify()
110 pAnch = (const SwFmtAnchor*)pNew; in Modify()
211 SwFlyFrm::Modify( pOld, pNew ); in Modify()
1029 const SwCntntFrm *pRet, *pNew; in lcl_FindCnt() local
1034 if ( pNew ) in lcl_FindCnt()
1035 pRet = pNew; in lcl_FindCnt()
1053 if ( pNew->Frm().Top() <= rPt.Y() ) in lcl_FindCnt()
1055 pRet = pNearest = pNew; in lcl_FindCnt()
1060 pNearest = pNew; in lcl_FindCnt()
1080 pRet = pNearest = pNew; in lcl_FindCnt()
[all …]
H A Dtabfrm.cxx108 if( pNew->Lower() ) in SwTabFrm()
111 pTmpPrev = pNew; in SwTabFrm()
114 delete pNew; in SwTabFrm()
3268 sal_Bool bAttrSetChg = pNew && RES_ATTRSET_CHG == pNew->Which(); in Modify()
3335 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
3879 pTmpPrev = pNew; in SwRowFrm()
3917 sal_Bool bAttrSetChg = pNew && RES_ATTRSET_CHG == pNew->Which(); in Modify()
3927 else if ( RES_FRM_SIZE == pNew->Which() || RES_ROW_SPLIT == pNew->Which() ) in Modify()
3928 pItem = pNew; in Modify()
5437 sal_Bool bAttrSetChg = pNew && RES_ATTRSET_CHG == pNew->Which(); in Modify()
[all …]
H A Dfly.cxx812 if( pNew && RES_ATTRSET_CHG == pNew->Which() ) in Modify()
817 SwAttrSetChg aNewSet( *(SwAttrSetChg*)pNew ); in Modify()
832 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
880 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
994 *(SwFmtFrmSize*)pNew : in _UpdateAttr()
1131 SwFmtChain *pChain = (SwFmtChain*)pNew; in _UpdateAttr()
1181 SwLayoutFrm::Modify( pOld, pNew ); in _UpdateAttr()
2239 void SwFrm::AppendFly( SwFlyFrm *pNew ) in AppendFly() argument
2243 pDrawObjs->Insert( *pNew ); in AppendFly()
2244 pNew->ChgAnchorFrm( this ); in AppendFly()
[all …]
/aoo41x/main/sw/source/core/docnode/
H A Dnode2lay.cxx352 SwFrm* pNew = 0; in RestoreUpperFrms() local
366 pNew = ((SwCntntNode*)pNd)->MakeFrm( pUp ); in RestoreUpperFrms()
367 pNew->Paste( pUp, pNxt ); in RestoreUpperFrms()
368 (*pUpperFrms)[n-2] = pNew; in RestoreUpperFrms()
381 pNew = ((SwTableNode*)pNd)->MakeFrm( pUp ); in RestoreUpperFrms()
382 ASSERT( pNew->IsTabFrm(), "Table exspected" ); in RestoreUpperFrms()
383 pNew->Paste( pUp, pNxt ); in RestoreUpperFrms()
384 ((SwTabFrm*)pNew)->RegistFlys(); in RestoreUpperFrms()
385 (*pUpperFrms)[x-2] = pNew; in RestoreUpperFrms()
/aoo41x/main/svx/source/svdraw/
H A Dsvdcrtv.cxx83 …::sdr::overlay::OverlayPolyPolygonStripedAndFilled* pNew = new ::sdr::overlay::OverlayPolyPolygonS… in ImplConnectMarkerOverlay()
85 pTargetOverlay->add(*pNew); in ImplConnectMarkerOverlay()
86 maObjects.append(*pNew); in ImplConnectMarkerOverlay()
109 pNew = new ::sdr::overlay::OverlayPolyPolygonStripedAndFilled( in ImplConnectMarkerOverlay()
111 pTargetOverlay->add(*pNew); in ImplConnectMarkerOverlay()
112 maObjects.append(*pNew); in ImplConnectMarkerOverlay()
163 … sdr::overlay::OverlayObject* pNew = new sdr::overlay::OverlayPrimitive2DSequenceObject(aSequence); in CreateAndShowOverlay() local
165 pOverlayManager->add(*pNew); in CreateAndShowOverlay()
166 maObjects.append(*pNew); in CreateAndShowOverlay()
173 pOverlayManager->add(*pNew); in CreateAndShowOverlay()
[all …]
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx269 EditCharAttrib* pNew = 0; in MakeCharAttrib() local
281 pNew = new EditCharAttribColor( (const SvxColorItem&)rNew, nS, nE ); in MakeCharAttrib()
288 pNew = new EditCharAttribFont( (const SvxFontItem&)rNew, nS, nE ); in MakeCharAttrib()
307 pNew = new EditCharAttribWeight( (const SvxWeightItem&)rNew, nS, nE ); in MakeCharAttrib()
339 pNew = new EditCharAttribItalic( (const SvxPostureItem&)rNew, nS, nE ); in MakeCharAttrib()
344 pNew = new EditCharAttribOutline( (const SvxContourItem&)rNew, nS, nE ); in MakeCharAttrib()
349 pNew = new EditCharAttribShadow( (const SvxShadowedItem&)rNew, nS, nE ); in MakeCharAttrib()
379 pNew = new EditCharAttribTab( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib()
384 pNew = new EditCharAttribLineBreak( (const SfxVoidItem&)rNew, nS ); in MakeCharAttrib()
389 pNew = new EditCharAttribField( (const SvxFieldItem&)rNew, nS ); in MakeCharAttrib()
[all …]
/aoo41x/main/sw/source/core/fields/
H A Dexpfld.cxx286 if( pNew && RES_DOCPOS_UPDATE == pNew->Which() ) in Modify()
287 NotifyClients( 0, pNew ); in Modify()
517 pNew->bDeleted = bDeleted; in Copy()
518 pNew->sDelim = sDelim; in Copy()
519 pNew->nLevel = nLevel; in Copy()
521 return pNew; in Copy()
606 _SeqFldLstElem* pNew = new _SeqFldLstElem( in GetSeqFldList() local
609 rList.InsertSort( pNew ); in GetSeqFldList()
709 sal_Unicode* p = pNew->sDlgEntry.GetBufferAccess(); in InsertSort()
718 sal_Bool bRet = SeekEntry( *pNew, &nPos ); in InsertSort()
[all …]
/aoo41x/main/sw/source/core/txtnode/
H A Datrfld.cxx220 void SwFmtFld::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
225 if( pNew != NULL in Modify()
226 && pNew->Which() == RES_OBJECTDYING ) in Modify()
234 if ( pNew ) in Modify()
236 switch (pNew->Which()) in Modify()
254 pTxtNd->ModifyNotification( pNew, this ); in Modify()
259 pTxtNd->ModifyNotification( pOld, pNew ); in Modify()
276 pTxtNd->ModifyNotification( 0, pNew ); in Modify()
290 const bool bForceNotify = (pOld == NULL) && (pNew == NULL); in Modify()
/aoo41x/main/sw/source/core/text/
H A Dtxtfrm.cxx946 const MSHORT nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
952 SwCntntFrm::Modify( pOld, pNew ); in Modify()
988 nPos = ((SwInsTxt*)pNew)->nPos; in Modify()
989 nLen = ((SwInsTxt*)pNew)->nLen; in Modify()
1012 nPos = ((SwDelChr*)pNew)->nPos; in Modify()
1023 nPos = ((SwDelTxt*)pNew)->nStart; in Modify()
1024 nLen = ((SwDelTxt*)pNew)->nLen; in Modify()
1107 if( pNew == pOld ) in Modify()
1145 Prepare( PREP_FTN, pNew ); in Modify()
1320 SwCntntFrm::Modify( pOld, pNew ); in Modify()
[all …]
/aoo41x/main/sw/source/ui/uiview/
H A Dviewprt.cxx111 void SetPrinter( IDocumentDeviceAccess* pIDDA, SfxPrinter* pNew, sal_Bool bWeb ) in SetPrinter() argument
118 const SfxItemSet& rSet = pNew->GetOptions(); in SetPrinter()
132 sal_uInt16 __EXPORT SwView::SetPrinter(SfxPrinter* pNew, sal_uInt16 nDiffFlags, bool ) in SetPrinter() argument
141 rSh.getIDocumentDeviceAccess()->setPrinter( pNew, true, true ); in SetPrinter()
147 ::SetPrinter( rSh.getIDocumentDeviceAccess(), pNew, bWeb ); in SetPrinter()
155 rSh.ChgAllPageOrientation( sal_uInt16(pNew->GetOrientation()) ); in SetPrinter()
158 Size aSz( SvxPaperInfo::GetPaperSize( pNew ) ); in SetPrinter()
/aoo41x/main/scaddins/source/datefunc/
H A Ddatefunc.hxx73 inline void Append( void* pNew );
74 void Insert( void* pNew, sal_uInt32 nIndex );
84 inline void ScaList::Append( void* pNew ) in Append() argument
87 pData[ nCount++ ] = pNew; in Append()
107 inline void Append( ::rtl::OUString* pNew );
127 inline void ScaStringList::Append( ::rtl::OUString* pNew ) in Append() argument
129 ScaList::Append( pNew ); in Append()
291 inline void Append( ScaFuncData* pNew ) { ScaList::Append( pNew ); } in Append() argument
/aoo41x/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx87 SwNumberTreeNode * pNew = NULL; in CreatePhantom() local
96 pNew = Create(); in CreatePhantom()
97 pNew->SetPhantom(true); in CreatePhantom()
98 pNew->mpParent = this; in CreatePhantom()
101 mChildren.insert(pNew); in CreatePhantom()
107 delete pNew; in CreatePhantom()
108 pNew = NULL; in CreatePhantom()
112 return pNew; in CreatePhantom()
560 SwNumberTreeNode * pNew = CreatePhantom(); in AddChild() local
564 if (pNew) in AddChild()
[all …]
/aoo41x/main/basic/source/runtime/
H A Dstep2.cxx258 pNew->SetFlag( SBX_READWRITE ); in FindElement()
263 pElem = pNew; in FindElement()
277 pElem = pNew; in FindElement()
603 pElem = pNew; in CheckArray()
955 SbxVariable* pNew = new SbxVariable; in StepCREATE() local
956 pNew->PutObject( pObj ); in StepCREATE()
957 PushVar( pNew ); in StepCREATE()
1116 SbxVariable* pNew = new SbxVariable; in StepTCREATE() local
1117 pNew->PutObject( pCopyObj ); in StepTCREATE()
1118 pNew->SetDeclareClassName( aClass ); in StepTCREATE()
[all …]
/aoo41x/main/svx/source/items/
H A Dgrfitem.cxx93 SvxGrfCrop* pNew = (SvxGrfCrop*)Clone(); in Create() local
94 pNew->SetLeft( left ); in Create()
95 pNew->SetRight( right ); in Create()
96 pNew->SetTop( top ); in Create()
97 pNew->SetBottom( bottom ); in Create()
98 return pNew; in Create()
/aoo41x/main/sot/source/sdstor/
H A Dstgavl.cxx95 short StgAvlNode::Adjust( StgAvlNode** pHeavy, StgAvlNode* pNew ) in Adjust() argument
100 OSL_ENSURE( pHeavy && pNew, "The pointers is not allowed to be NULL!" ); in Adjust()
101 if( pCur == pNew || !pNew ) in Adjust()
104 short nRes = Compare( pNew ); in Adjust()
116 while( pCur != pNew ) in Adjust()
118 nRes = pCur->Compare( pNew ); in Adjust()

Completed in 2414 milliseconds

12345678910>>...20