/aoo41x/main/sw/source/core/swg/ |
H A D | swblocks.cxx | 209 SwBlockName* pNew = new SwBlockName( rShort, rLong, 0L ); in AddName() local 210 pNew->bIsOnlyTxtFlagInit = sal_True; in AddName() 211 pNew->bIsOnlyTxt = bOnlyTxt; in AddName() 212 aNames.C40_PTR_INSERT( SwBlockName, pNew ); in AddName()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 686 void ScTabView::SetBrushDocument( ScDocument* pNew, sal_Bool bLock ) in SetBrushDocument() argument 691 pBrushDocument = pNew; in SetBrushDocument() 699 void ScTabView::SetDrawBrushSet( SfxItemSet* pNew, sal_Bool bLock ) in SetDrawBrushSet() argument 705 pDrawBrushSet = pNew; in SetDrawBrushSet()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | unslsel.hxx | 37 Container* pOld, Container* pNew) in SlideSelectionUndoAction() argument 40 pNewOrder(pNew) {} in SlideSelectionUndoAction()
|
/aoo41x/main/sw/inc/ |
H A D | txtrfmrk.hxx | 46 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() argument
|
H A D | paratr.hxx | 100 void SetCharFmt( SwCharFmt *pNew ); 106 inline void ChgDefinedIn( const SwModify* pNew ) in ChgDefinedIn() argument 107 { pDefinedIn = (SwModify*)pNew; } in ChgDefinedIn()
|
H A D | fmtflcnt.hxx | 50 inline void SetFlyFmt( SwFrmFmt* pNew = 0 ) { pFmt = pNew; } in SetFlyFmt() argument
|
H A D | txttxmrk.hxx | 51 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() argument
|
H A D | IDocumentLayoutAccess.hxx | 52 virtual void SetCurrentViewShell( ViewShell* pNew ) = 0; //swmod 071107//swmod 071225 62 virtual void SetLayouter( SwLayouter* pNew ) = 0;
|
H A D | txtfld.hxx | 63 inline void ChgTxtNode( SwTxtNode* pNew ) in ChgTxtNode() argument 65 m_pTxtNode = pNew; in ChgTxtNode()
|
H A D | txtftn.hxx | 53 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() argument
|
/aoo41x/main/sw/source/core/text/ |
H A D | porfly.cxx | 162 void SwTxtFrm::MoveFlyInCnt( SwTxtFrm *pNew, xub_StrLen nStart, xub_StrLen nEnd ) in MoveFlyInCnt() argument 183 pNew->AppendFly( static_cast<SwFlyFrm*>(pAnchoredObj) ); in MoveFlyInCnt() 188 pNew->AppendDrawObj( *pAnchoredObj ); in MoveFlyInCnt()
|
H A D | noteurl.cxx | 53 SwURLNote *pNew = new SwURLNote( rURL, rTarget, rRect ); in SV_IMPL_PTRARR() local 54 aList.Insert( pNew, nCount ); in SV_IMPL_PTRARR()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | client.hxx | 53 void SetGrafEdit(SdrGrafObj* pNew) { pGrafEdit = pNew; } in SetGrafEdit() argument
|
H A D | hiranges.hxx | 51 void Insert( ScHighlightEntry* pNew ) { aEntries.Insert(pNew, LIST_APPEND); } in Insert() argument
|
H A D | rfindlst.hxx | 55 void Insert( ScRangeFindData* pNew ) { aEntries.Insert(pNew, LIST_APPEND); } in Insert() argument
|
/aoo41x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 187 void SetPara( SwParaPortion *pNew, sal_Bool bDelete = sal_True ); 484 static void SetTxtCache( SwCache *pNew ) { pTxtCache = pNew; } in SetTxtCache() argument 531 void MoveFlyInCnt( SwTxtFrm *pNew, sal_uInt16 nStart, sal_uInt16 nEnd );
|
H A D | frminf.hxx | 70 SwTxtFrmInfo& SetFrm( const SwTxtFrm* pNew ) in SetFrm() argument 71 { pFrm = pNew; return *this; } in SetFrm()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 663 void SwNoTxtFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 665 sal_uInt16 nWhich = pNew ? pNew->Which() : pOld ? pOld->Which() : 0; in Modify() 675 SwCntntFrm::Modify( pOld, pNew ); in Modify() 778 if ( !pNew || !isGRFATR(nWhich) ) in Modify()
|
H A D | sortopt.cxx | 87 SwSortKey* pNew = new SwSortKey(*rOpt.aKeys[i]); in SwSortOptions() local 88 aKeys.C40_INSERT( SwSortKey, pNew, aKeys.Count()); in SwSortOptions()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | laycache.cxx | 930 SwTxtFrm *pNew = new SwTxtFrm( ((SwTxtFrm*)rpFrm)-> in CheckInsert() local 932 pNew->_SetIsFollow( sal_True ); in CheckInsert() 933 pNew->ManipOfst( nOfst ); in CheckInsert() 934 pNew->SetFollow( ((SwTxtFrm*)rpFrm)->GetFollow() ); in CheckInsert() 935 ((SwTxtFrm*)rpFrm)->SetFollow( pNew ); in CheckInsert() 936 rpFrm = pNew; in CheckInsert()
|
H A D | ssfrm.cxx | 431 void SwLayoutFrm::SetFrmFmt( SwFrmFmt *pNew ) in SetFrmFmt() argument 433 if ( pNew != GetFmt() ) in SetFrmFmt() 436 pNew->Add( this ); in SetFrmFmt() 437 SwFmtChg aNewFmt( pNew ); in SetFrmFmt()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | undoback.cxx | 64 SfxItemSet* pNew = new SfxItemSet(mrPage.getSdrPageProperties().GetItemSet()); in ImplRestoreBackgroundObj() local 68 mpItemSet = pNew; in ImplRestoreBackgroundObj()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpinst.cxx | 265 SvpSalVirtualDevice* pNew = new SvpSalVirtualDevice( nBitCount ); in CreateVirtualDevice() local 266 pNew->SetSize( nDX, nDY ); in CreateVirtualDevice() 267 return pNew; in CreateVirtualDevice()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AKeyColumns.cxx | 89 OKeyColumn* pNew = new OKeyColumn(); in createDescriptor() local 90 return pNew; in createDescriptor()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 114 void SwFmtCharFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 117 pTxtAttr->ModifyNotification( pOld, pNew ); in Modify() 756 void Meta::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew ) in Modify() argument 758 NotifyClients(pOld, pNew); in Modify()
|