/aoo41x/main/sw/source/core/text/ |
H A D | porlay.hxx | 167 inline void SetNext( SwLineLayout *pNew ) { pNext = pNew; } in SetNext() argument 208 inline void SetKanaComp( SvUShorts* pNew ){ pKanaComp = pNew; } in SetKanaComp() argument
|
/aoo41x/main/sw/source/core/attr/ |
H A D | cellatr.cxx | 93 SwTblBoxFormula* pNew = new SwTblBoxFormula( GetFormula() ); in Clone() local 94 pNew->SwTableFormula::operator=( *this ); in Clone() 95 return pNew; in Clone()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 2271 SwRefPageGetFieldType* pNew = new SwRefPageGetFieldType( pDoc ); in Copy() local 2272 pNew->nNumberingType = nNumberingType; in Copy() 2273 return pNew; in Copy() 2278 void SwRefPageGetFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 2281 if( !pNew && !pOld && GetDepends() ) in Modify() 2296 NotifyClients( pOld, pNew ); in Modify() 2316 _SetGetExpFld* pNew; in MakeSetList() local 2327 pNew = new _SetGetExpFld( aIdx, pTFld ); in MakeSetList() 2339 pNew = new _SetGetExpFld( aPos.nNode, pTFld, in MakeSetList() 2343 if( !rTmpLst.Insert( pNew )) in MakeSetList() [all …]
|
H A D | usrfld.cxx | 231 void SwUserFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 233 if( !pOld && !pNew ) in Modify() 236 NotifyClients( pOld, pNew ); in Modify()
|
H A D | fldbas.cxx | 448 SwField *const pNew = Copy(); in CopyField() local 451 pNew->m_Cache = m_Cache; in CopyField() 452 pNew->m_bUseFieldValueCache = m_bUseFieldValueCache; in CopyField() 454 return pNew; in CopyField()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 515 void ScDocument::SetSheetEvents( SCTAB nTab, const ScSheetEvents* pNew ) in SetSheetEvents() argument 518 pTab[nTab]->SetSheetEvents( pNew ); in SetSheetEvents() 1493 TypedStrData* pNew = new TypedStrData( pData->GetName(), 0.0, SC_STRTYPE_NAMES ); in GetFormulaEntries() local 1494 if ( !rStrings.Insert(pNew) ) in GetFormulaEntries() 1495 delete pNew; in GetFormulaEntries() 1512 TypedStrData* pNew = new TypedStrData( pData->GetName(), 0.0, SC_STRTYPE_DBNAMES ); in GetFormulaEntries() local 1513 if ( !rStrings.Insert(pNew) ) in GetFormulaEntries() 1514 delete pNew; in GetFormulaEntries() 1538 TypedStrData* pNew = new TypedStrData( aStr, 0.0, SC_STRTYPE_HEADERS ); in GetFormulaEntries() local 1539 if ( !rStrings.Insert(pNew) ) in GetFormulaEntries() [all …]
|
H A D | conditio.cxx | 1224 ScConditionalFormat* pNew = new ScConditionalFormat(nKey, pNewDoc); in Clone() local 1225 DBG_ASSERT(!pNew->ppEntries, "wo kommen die Eintraege her?"); in Clone() 1229 pNew->ppEntries = new ScCondFormatEntry*[nEntryCount]; in Clone() 1232 pNew->ppEntries[i] = new ScCondFormatEntry( pNewDoc, *ppEntries[i] ); in Clone() 1233 pNew->ppEntries[i]->SetParent(pNew); in Clone() 1235 pNew->nEntryCount = nEntryCount; in Clone() 1238 return pNew; in Clone()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | number.cxx | 354 void SwNumFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 359 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 371 CheckRegistration( pOld, pNew ); in Modify() 704 SwNumFmt* pNew = new SwNumFmt( *aFmts[ n ] ); in CheckCharFmts() local 705 pNew->SetCharFmt( pDoc->CopyCharFmt( *pFmt ) ); in CheckCharFmts() 707 aFmts[ n ] = pNew; in CheckCharFmts()
|
H A D | docftn.cxx | 195 void SwEndNoteInfo::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 197 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify() 219 CheckRegistration( pOld, pNew ); in Modify()
|
/aoo41x/main/svx/source/items/ |
H A D | zoomitem.cxx | 88 SvxZoomItem* pNew = new SvxZoomItem( (SvxZoomType)nType, nValue, Which() ); in Create() local 89 pNew->SetValueSet( nValSet ); in Create() 90 return pNew; in Create()
|
/aoo41x/main/xml2cmp/source/xcd/ |
H A D | xmlelem.cxx | 147 XmlElement * pNew = (*fCreateNewElement)(Name()); in Create_and_Add_NewElement() local 148 Children().push_back( pNew ); in Create_and_Add_NewElement() 149 return pNew; in Create_and_Add_NewElement()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 719 pBoxSaves->Insert( pNew, pBoxSaves->Count() ); in AddBoxPos() 1238 SwTableLine* pNew = new SwTableLine( pFmt, 1, &rParent ); in CreateNew() local 1245 ASSERT(pNew, "Table line just created set to NULL in C40_INSERT"); in CreateNew() 1247 if (pNew) in CreateNew() 1249 pBox->CreateNew( rTbl, *pNew, rSTbl ); in CreateNew() 1400 SwTableBox* pNew = new SwTableBox( pFmt, 1, &rParent ); in CreateNew() local 1403 Ptrs.pLine->CreateNew( rTbl, *pNew, rSTbl ); in CreateNew() 3133 pSavHdl->RestoreAttr( pNew->GetTable() ); in UndoImpl() 3136 pTbl = &pNew->GetTable(); in UndoImpl() 3150 SwNodeIndex aTmpIdx( *pNew ); in UndoImpl() [all …]
|
/aoo41x/main/sw/source/core/para/ |
H A D | paratr.cxx | 100 void SwFmtDrop::SetCharFmt( SwCharFmt *pNew ) in SetCharFmt() argument 105 if(pNew) in SetCharFmt() 106 pNew->Add( this ); in SetCharFmt()
|
/aoo41x/main/svl/inc/svl/ |
H A D | itemset.hxx | 155 inline void SetParent( const SfxItemSet* pNew ); 196 inline void SfxItemSet::SetParent( const SfxItemSet* pNew ) in SetParent() argument 199 _pParent = pNew; in SetParent()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unobkm.cxx | 91 virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew); 95 void SwXBookmark::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument 97 ClientModify(this, pOld, pNew); in Modify() 633 void SwXFieldmarkParameters::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument 635 ClientModify(this, pOld, pNew); in Modify()
|
/aoo41x/main/editeng/source/misc/ |
H A D | acorrcfg.cxx | 81 void SvxAutoCorrCfg::SetAutoCorrect( SvxAutoCorrect* pNew ) in SetAutoCorrect() argument 83 if( pNew && pNew != pAutoCorrect ) in SetAutoCorrect() 85 if( pAutoCorrect->GetFlags() != pNew->GetFlags() ) in SetAutoCorrect() 91 pAutoCorrect = pNew; in SetAutoCorrect()
|
/aoo41x/main/cosv/source/strings/ |
H A D | streamstr.cxx | 898 char * pNew = new char[nCapacity1]; in Resize() local 899 strcpy ( pNew, dpData ); // SAFE STRCPY (#100211# - checked) in Resize() 900 pEnd = pNew + (pEnd - dpData); in Resize() 901 pCur = pNew + (pCur - dpData); in Resize() 904 dpData = pNew; in Resize()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 304 SwFrm* pNew = pOld; in MoveAnchor() local 336 pNew = pOld->GetPrev(); in MoveAnchor() 338 pNew = pOld->GetNext(); in MoveAnchor() 339 if( pNew && pNew != pOld ) in MoveAnchor() 341 aAnch.SetPageNum( ((SwPageFrm*)pNew)->GetPhyPageNum() ); in MoveAnchor() 384 pNew = pOld->FindPrev(); in MoveAnchor() 386 pNew = pOld->FindNext(); in MoveAnchor() 387 if( pNew && pNew != pOld && pNew->IsCntntFrm() ) in MoveAnchor() 390 SwTxtNode* pTxtNd = ((SwTxtFrm*)pNew)->GetTxtNode(); in MoveAnchor() 395 nTmp = ((SwTxtFrm*)pNew)->GetTxtNode()->GetTxt().Len(); in MoveAnchor()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | DragMethod_RotateDiagram.cxx | 226 …sdr::overlay::OverlayPolyPolygonStripedAndFilled* pNew = new ::sdr::overlay::OverlayPolyPolygonStr… in CreateOverlayGeometry() local 228 rOverlayManager.add(*pNew); in CreateOverlayGeometry() 229 addToOverlayObjectList(*pNew); in CreateOverlayGeometry()
|
/aoo41x/main/sw/inc/ |
H A D | ndtxt.hxx | 205 void SetWrong( SwWrongList* pNew, bool bDelete = true ); 208 void SetGrammarCheck( SwGrammarMarkUp* pNew, bool bDelete = true ); 211 void SetSmartTags( SwWrongList* pNew, bool bDelete = true ); 416 const SwTxtFmtColl* pNew );
|
/aoo41x/main/writerfilter/unocomponent/debugservices/ooxml/ |
H A D | OOXMLAnalyzeService.cxx | 116 rtl_String * pNew = 0; in getURL() local 118 (&pNew, reinterpret_cast<const sal_Char *>(&aSeq[0]), in getURL() 121 rtl::OString aTmp(pNew); in getURL()
|
/aoo41x/main/soltools/inc/ |
H A D | st_list.hxx | 242 XX * pNew = new XX[newSpace]; in alloc() local 250 pNew[i] = inhalt[i]; in alloc() 256 inhalt = pNew; in alloc()
|
/aoo41x/main/svl/source/misc/ |
H A D | strmadpt.cxx | 956 Page * pNew in write() local 960 pNew->m_pPrev = m_pWritePage; in write() 961 pNew->m_pNext = m_pWritePage->m_pNext; in write() 963 m_pWritePage->m_pNext->m_pPrev = pNew; in write() 964 m_pWritePage->m_pNext = pNew; in write()
|
/aoo41x/main/writerfilter/unocomponent/debugservices/doctok/ |
H A D | DocTokAnalyzeService.cxx | 115 rtl_String * pNew = 0; in getURL() local 117 (&pNew, reinterpret_cast<const sal_Char *>(&aSeq[0]), in getURL() 120 rtl::OString aTmp(pNew); in getURL()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | excrecds.hxx | 111 inline void Append( ExcRecord* pNew ) { if( pNew ) List::Insert( pNew, LIST_APPEND ); } in Append() argument
|