/aoo41x/main/sc/inc/ |
H A D | validat.hxx | 101 ScValidationData* Clone(ScDocument* pNew) const in Clone() 102 { return new ScValidationData( pNew, *this ); } in Clone() 191 void InsertNew( ScValidationData* pNew ) in InsertNew() argument 192 { if (!Insert(pNew)) delete pNew; } in InsertNew()
|
H A D | conditio.hxx | 188 void SetParent( ScConditionalFormat* pNew ) { pParent = pNew; } in SetParent() argument 274 void InsertNew( ScConditionalFormat* pNew ) in InsertNew() argument 275 { if (!Insert(pNew)) delete pNew; } in InsertNew()
|
H A D | dpsave.hxx | 157 void SetReferenceValue(const ::com::sun::star::sheet::DataPilotFieldReference* pNew); 160 … void SetSortInfo(const ::com::sun::star::sheet::DataPilotFieldSortInfo* pNew); 162 … SetAutoShowInfo(const ::com::sun::star::sheet::DataPilotFieldAutoShowInfo* pNew); 164 …id SetLayoutInfo(const ::com::sun::star::sheet::DataPilotFieldLayoutInfo* pNew); 270 void SetDimensionData( const ScDPDimensionSaveData* pNew ); // copied
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | hdimpl.cxx | 420 const unsigned char * pNew; in EraseLeadingSpace() local 421 for ( pNew = (const unsigned char * ) io_rStr.c_str(); in EraseLeadingSpace() 422 *pNew < 33 AND *pNew != 0; in EraseLeadingSpace() 423 ++pNew ) {} in EraseLeadingSpace() 424 String sNew( (const char*)pNew ); in EraseLeadingSpace()
|
/aoo41x/main/svl/source/items/ |
H A D | macitem.cxx | 112 SvxMacro *pNew = new SvxMacro( *pTmp ); in operator =() local 113 Insert( rTbl.GetCurKey(), pNew ); in operator =() 138 SvxMacro* pNew = new SvxMacro( aMacName, aLibName, (ScriptType)eType ); in Read() local 144 Replace( nCurKey, pNew ); in Read() 147 Insert( nCurKey, pNew ); in Read()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 261 ScAutoFormatData* pNew = new ScAutoFormatData(); in insertByName() local 262 pNew->SetName( aNameStr ); in insertByName() 264 if (pFormats->Insert( pNew )) in insertByName() 278 delete pNew; in insertByName() 584 ScAutoFormatData* pNew = new ScAutoFormatData(*pData); in setName() local 585 pNew->SetName( aNewString ); in setName() 588 if (pFormats->Insert( pNew )) in setName() 590 nFormatIndex = pFormats->IndexOf( pNew ); // ist evtl. anders einsortiert... in setName() 597 delete pNew; in setName()
|
/aoo41x/main/sw/source/core/text/ |
H A D | pordrop.hxx | 56 inline void SetFollow( SwDropPortionPart* pNew ) { pFollow = pNew; }; in SetFollow() argument 103 inline void SetPart( SwDropPortionPart* pNew ) { pPart = pNew; } in SetPart() argument
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 704 const sal_uInt16 nWhichId = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 2020 SwFmtFtnAtTxtEnd* pNew = new SwFmtFtnAtTxtEnd; in Clone() local 2021 *pNew = *this; in Clone() 2022 return pNew; in Clone() 2030 *pNew = *this; in Clone() 2031 return pNew; in Clone() 2485 sal_uInt16 nWhich = pNew ? pNew->Which() : 0; in Modify() 2495 pH = (SwFmtHeader*)pNew; in Modify() 2497 pF = (SwFmtFooter*)pNew; in Modify() 2514 SwFmt::Modify( pOld, pNew ); in Modify() [all …]
|
H A D | newfrm.cxx | 364 SwCache *pNew = new SwCache( 100, 100 in _FrmInit() local 369 SwFrm::SetCache( pNew ); in _FrmInit() 402 CurrShell::CurrShell( ViewShell *pNew ) in SV_IMPL_PTRARR_SORT() 404 ASSERT( pNew, "0-Shell einsetzen?" ); in SV_IMPL_PTRARR_SORT() 405 pRoot = pNew->GetLayout(); in SV_IMPL_PTRARR_SORT() 409 pRoot->pCurrShell = pNew; in SV_IMPL_PTRARR_SORT()
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1292 pNew->SetParent( rOldBasic->GetParent() ); in ImplLoadBasic() 1293 if( pNew->GetParent() ) in ImplLoadBasic() 1294 pNew->GetParent()->Insert( pNew ); in ImplLoadBasic() 1295 pNew->SetFlag( SBX_EXTSEARCH ); in ImplLoadBasic() 1297 rOldBasic = pNew; in ImplLoadBasic() 1309 pNew->SetModified( sal_False ); in ImplLoadBasic() 1637 GetStdLib()->Insert( pNew ); in CreateLib() 1639 pLibInfo->SetLib( pNew ); in CreateLib() 1695 GetStdLib()->Insert( pNew ); in CreateLibForLibContainer() 1697 pLibInfo->SetLib( pNew ); in CreateLibForLibContainer() [all …]
|
/aoo41x/main/svtools/source/control/ |
H A D | svxbox.cxx | 112 SvxBoxEntry* pNew = new SvxBoxEntry(rEntry); in InsertNewEntry() local 113 pNew->bNew = sal_True; in InsertNewEntry() 114 InsertSorted(pNew); in InsertNewEntry() 380 SvxBoxEntry* pNew = new SvxBoxEntry(rEntry); in InsertNewEntry() local 381 pNew->bNew = sal_True; in InsertNewEntry() 382 InsertSorted(pNew); in InsertNewEntry()
|
/aoo41x/main/autodoc/source/display/toolkit/ |
H A D | out_node.cxx | 155 pNew = new Node(i_name,*this); in add_Child() local 158 pNew, in add_Child() 160 pNew ); in add_Child() 161 return *pNew; in add_Child()
|
/aoo41x/main/sal/rtl/source/ |
H A D | strbuf.c | 85 rtl_String * pNew = NULL; in rtl_stringbuffer_ensureCapacity() local 91 rtl_string_new_WithLength(&pNew, *capacity); in rtl_stringbuffer_ensureCapacity() 92 pNew->length = (*This)->length; in rtl_stringbuffer_ensureCapacity() 93 *This = pNew; in rtl_stringbuffer_ensureCapacity()
|
H A D | ustrbuf.c | 86 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()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 143 pNew->swapContent(*pCurCrsr); in CreateCrsr() 149 return pNew; in CreateCrsr() 791 if( pNew == pOld ) in SetCrsr() 1953 pNew->Insert( pCurCrsr, 0 ); in RefreshBlockCursor() 1970 pNew->Insert( pCurCrsr, 0 ); in RefreshBlockCursor() 2224 pNew ? in Modify() 2225 pNew->Which() : in Modify() 2599 pNew->SetMark(); in ParkCrsr() 2609 pSh->_ParkPams( pNew, &pSh->pCrsrStk ); in ParkCrsr() 2611 pSh->_ParkPams( pNew, &pSh->pCurCrsr ); in ParkCrsr() [all …]
|
H A D | swcrsr.cxx | 178 pNew->pNext = pSavePos; in SaveState() 179 pSavePos = pNew; in SaveState() 836 pFndRing = pNew; in lcl_FindSelection() 838 pNew->SetMark(); in lcl_FindSelection() 2270 SwPaM* pNew; in MakeBoxSels() local 2273 pNew = pAktCrsr; in MakeBoxSels() 2274 pNew->GetPoint()->nNode = *pNd; in MakeBoxSels() 2279 pNew = pAktCrsr->Create( pAktCrsr ); in MakeBoxSels() 2280 pNew->GetPoint()->nNode = *pNd; in MakeBoxSels() 2283 pNew->SetMark(); in MakeBoxSels() [all …]
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 72 *pNew; member in SwTblFmtCmp 75 SwTblFmtCmp( SwFrmFmt *pOld, SwFrmFmt *pNew, sal_Int16 nType ); 83 : pOld ( pO ), pNew ( pN ), nType( nT ) in SwTblFmtCmp() 93 return pCmp->pNew; in FindNewFmt() 287 SwFrmFmt *pNew = pLine->ClaimFrmFmt(); in lcl_ProcessRowAttr() local 288 pNew->SetFmtAttr( rNew ); in lcl_ProcessRowAttr() 782 SwFrmFmt *pNew = pBox->ClaimFrmFmt(); in SetTabBorders() local 783 pNew->SetFmtAttr( aBox ); in SetTabBorders() 1140 SwFrmFmt *pNew = pBox->ClaimFrmFmt(); in SetBoxAttr() local 1141 pNew->SetFmtAttr( rNew ); in SetBoxAttr() [all …]
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 2326 String* pNew = new String( rNew ); in AddToCplSttExceptList() local 2341 delete pNew, pNew = 0; in AddToCplSttExceptList() 2342 return 0 != pNew; in AddToCplSttExceptList() 2349 String* pNew = new String( rNew ); in AddToWrdSttExceptList() local 2365 delete pNew, pNew = 0; in AddToWrdSttExceptList() 2366 return 0 != pNew; in AddToWrdSttExceptList() 2730 if( pAutocorr_List->Seek_Entry( pNew, &nPos ) ) in PutText() 2747 if( pAutocorr_List->Insert( pNew ) ) in PutText() 2754 delete pNew; in PutText() 2787 if( pAutocorr_List->Insert( pNew ) ) in PutText() [all …]
|
/aoo41x/main/sw/source/core/access/ |
H A D | acctextframe.cxx | 86 void SwAccessibleTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument 88 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify() 95 SwAccessibleFrameBase::Modify( pOld, pNew ); in Modify() 107 dynamic_cast<const SwStringMsgPoolItem*>(pNew)->GetString() ); in Modify()
|
/aoo41x/main/tools/inc/tools/ |
H A D | list.hxx | 95 void Insert( Type pNew, Type pOld ) \ 96 { List::Insert( (void*)pNew, (void*)pOld ); } \ 107 Type Replace( Type pNew, Type pOld ) \ 108 { return (Type)List::Replace( (void*)pNew, \
|
/aoo41x/main/sw/source/core/fields/ |
H A D | ddetbl.cxx | 92 void SwDDETable::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 94 if( pNew && RES_UPDATEDDETBL == pNew->Which() ) in Modify() 97 SwTable::Modify( pOld, pNew ); in Modify()
|
H A D | fldlst.cxx | 84 _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()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 1578 void SwDrawContact::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument 1584 sal_uInt16 nWhich = pNew ? pNew->Which() : 0; in Modify() 1585 const SwFmtAnchor* pNewAnchorFmt = pNew ? lcl_getAnchorFmt( *pNew ) : NULL; in Modify() 1644 ( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() 1646 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() 1648 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() 1660 ( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() 1662 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() 1664 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() 1666 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()->GetItemState( in Modify() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 3948 pArr = pNew; in CompileString() 3949 return pNew; in CompileString() 3969 pArr = pNew; in CompileString() 3970 return pNew; in CompileString() 3991 ScTokenArray* pNew; in HandleRange() local 4010 pNew->Reset(); in HandleRange() 4019 pNew->Reset(); in HandleRange() 4025 pNew->Reset(); in HandleRange() 4071 pNew->Reset(); in HandleExternalReference() 5447 pNew->Reset(); in HandleSingleRef() [all …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 141 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()
|