/aoo41x/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 122 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() argument 124 pNewSet = pNew; in Put_BC() 133 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() argument 135 pNewSet = pNew; in Put_BC() 145 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() argument 147 pNewSet = pNew; in ClearItem_BC() 156 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() argument 159 pNewSet = pNew; in ClearItem_BC() 171 SwAttrSet* pOld, SwAttrSet* pNew ) in Intersect_BC() argument 173 pNewSet = pNew; in Intersect_BC() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swcache.hxx | 128 sal_Bool Insert( SwCacheObj *pNew ); 171 inline void SetNext( SwCacheObj *pNew ) { pNext = pNew; } in SetNext() argument 172 inline void SetPrev( SwCacheObj *pNew ) { pPrev = pNew; } in SetPrev() argument 178 inline void SetOwner( const void *pNew ) { pOwner = pNew; } in SetOwner() argument 186 inline sal_Bool IsOwner( const void *pNew ) const; 258 inline sal_Bool SwCacheObj::IsOwner( const void *pNew ) const in IsOwner() 260 return pOwner && pOwner == pNew; in IsOwner()
|
H A D | drawfont.hxx | 384 void SetHyphPos( xub_StrLen *pNew ) in SetHyphPos() argument 386 pHyphPos = pNew; in SetHyphPos() 397 void SetWrong( const SwWrongList* pNew ) in SetWrong() argument 399 pWrong = pNew; in SetWrong() 405 void SetGrammarCheck( const SwWrongList* pNew ) in SetGrammarCheck() argument 407 pGrammarCheck = pNew; in SetGrammarCheck() 413 void SetSmartTags( const SwWrongList* pNew ) in SetSmartTags() argument 415 pSmartTags = pNew; in SetSmartTags() 426 void SetFont( SwFont* pNew ) in SetFont() argument 428 pFnt = pNew; in SetFont()
|
/aoo41x/main/unoxml/source/dom/ |
H A D | node.cxx | 878 if (pNew == m_aNodePtr) { in replaceChild() 884 if (pNew->parent != NULL) { in replaceChild() 898 if ( pOld->type != pNew->type ) in replaceChild() 920 pNew->prev = pOld->prev; in replaceChild() 921 if (pNew->prev != NULL) in replaceChild() 922 pNew->prev->next = pNew; in replaceChild() 923 pNew->next = pOld->next; in replaceChild() 924 if (pNew->next != NULL) in replaceChild() 925 pNew->next->prev = pNew; in replaceChild() 928 pNew->parent->children = pNew; in replaceChild() [all …]
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 210 SdrObject *const pNew = in Copy() local 214 pClpDoc->InsertDrawObj(aTemp, *pNew, aSet ); in Copy() 337 pNew->NbcMove( aSiz ); in CopyDrawSel() 338 pDestDrwView->InsertObjectAtView( pNew, *pDestPgView ); in CopyDrawSel() 426 pDestDrwView->MarkObj( pNew, pDestPgView ); in CopyDrawSel() 928 SdrObject* pNew = GetDoc()->CloneSdrObj( *pSdrObj, in Paste() local 936 if( pNew->GetAnchorPos().X() || pNew->GetAnchorPos().Y() ) in Paste() 962 pNew->SetSnapRect( aSnapRect ); in Paste() 997 if( pNew ) in Paste() 999 if( RES_FLYFRMFMT == pNew->Which() ) in Paste() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 845 pNew->mnPos = pNew->mpObj->GetSnapRect().Left(); in DECLARE_LIST() 850 pNew->mnPos = (pNew->mpObj->GetSnapRect().Right() + pNew->mpObj->GetSnapRect().Left()) / 2; in DECLARE_LIST() 855 pNew->mnLength = pNew->mpObj->GetSnapRect().GetWidth() + 1; in DECLARE_LIST() 856 nFullLength += pNew->mnLength; in DECLARE_LIST() 857 pNew->mnPos = (pNew->mpObj->GetSnapRect().Right() + pNew->mpObj->GetSnapRect().Left()) / 2; in DECLARE_LIST() 862 pNew->mnPos = pNew->mpObj->GetSnapRect().Right(); in DECLARE_LIST() 936 pNew->mnPos = pNew->mpObj->GetSnapRect().Top(); in DECLARE_LIST() 941 pNew->mnPos = (pNew->mpObj->GetSnapRect().Bottom() + pNew->mpObj->GetSnapRect().Top()) / 2; in DECLARE_LIST() 946 pNew->mnLength = pNew->mpObj->GetSnapRect().GetHeight() + 1; in DECLARE_LIST() 948 pNew->mnPos = (pNew->mpObj->GetSnapRect().Bottom() + pNew->mpObj->GetSnapRect().Top()) / 2; in DECLARE_LIST() [all …]
|
/aoo41x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 878 SvxRTFItemStackType* pNew; in _GetAttrSet() local 884 pNew->SetRTFDefaults( GetRTFDefaults() ); in _GetAttrSet() 886 aAttrStack.push_back( pNew ); in _GetAttrSet() 888 return pNew; in _GetAttrSet() 1039 pNew->aAttrSet.Count(); ++n ) in AttrGroupEnd() 1046 delete pNew; // das wars dann in AttrGroupEnd() 1049 pNew->nStyleNo = 0; in AttrGroupEnd() 1054 pNew->nSttCnt = 0; in AttrGroupEnd() 1065 pAkt->Add( pNew ); in AttrGroupEnd() 1122 aAttrStack.push_back( pNew ); in AttrGroupEnd() [all …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 874 CSS1Selector *pNew = 0; in ParseSelector() local 972 if( pNew ) in ParseSelector() 977 pLast->SetNext( pNew ); in ParseSelector() 979 pRoot = pNew; in ParseSelector() 981 pLast = pNew; in ParseSelector() 982 pNew = 0; in ParseSelector() 1066 CSS1Expression *pNew = 0; in ParseDeclaration() local 1119 if( pNew ) in ParseDeclaration() 1126 pRoot = pNew; in ParseDeclaration() 1128 pLast = pNew; in ParseDeclaration() [all …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 243 switch (pNew->Which()) in MakeTxtAttrNesting() 1025 return pNew; in MakeTxtAttr() 1033 SwTxtAttr* pNew = 0; in MakeTxtAttr() local 1052 pNew = in MakeTxtAttr() 1058 pNew = in MakeTxtAttr() 1072 pNew = in MakeTxtAttr() 1095 pNew = nStt == nEnd in MakeTxtAttr() 1116 return pNew; in MakeTxtAttr() 1127 return pNew; in MakeTxtAttr() 1255 if ( pNew ) in InsertItem() [all …]
|
H A D | txtatr2.cxx | 66 void SwTxtCharFmt::ModifyNotification( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in ModifyNotification() argument 68 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in ModifyNotification() 184 void SwTxtINetFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument 186 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 233 void SwTxtRuby::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument 235 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 70 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew); 235 SwDocPtr pNew = &rDoc; in AddDocument() local 236 aSourceDocs.push_back(pNew); in AddDocument() 310 if( aWordLst.Insert( pNew, nInsPos ) ) in InsertWord() 314 aLRULst.Insert( pNew, 0 ); in InsertWord() 323 *ppData = pNew; in InsertWord() 331 delete (SwAutoCompleteString*)pNew; in InsertWord() 333 pNew = aWordLst[ nInsPos ]; in InsertWord() 336 SwAutoCompleteString* pCurrent = (SwAutoCompleteString*)pNew; in InsertWord() 339 nInsPos = aLRULst.GetPos( (void*)pNew ); in InsertWord() [all …]
|
H A D | docnew.cxx | 931 void SwDoc::SetPreViewPrtData( const SwPagePreViewPrtData* pNew ) in SetPreViewPrtData() argument 933 if( pNew ) in SetPreViewPrtData() 936 *pPgPViewPrtData = *pNew; in SetPreViewPrtData() 938 pPgPViewPrtData = new SwPagePreViewPrtData( *pNew ); in SetPreViewPrtData() 1118 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes() 1120 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes() 1122 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes() 1124 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes() 1126 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes() 1128 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes() [all …]
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgnode.cxx | 64 const SvgStyleAttributes* pNew = 0; in checkForCssStyle() local 80 pNew = rDocument.findSvgStyleAttributesById(aId); in checkForCssStyle() 82 if(!pNew && rClassStr.getLength()) in checkForCssStyle() 87 pNew = rDocument.findSvgStyleAttributesById(aId); in checkForCssStyle() 90 if(pNew) in checkForCssStyle() 92 const_cast< SvgNode* >(this)->maCssStyleVector.push_back(pNew); in checkForCssStyle() 100 … const SvgStyleAttributes* pNew = rDocument.findSvgStyleAttributesById(*getId()); in checkForCssStyle() local 102 if(pNew) in checkForCssStyle() 104 const_cast< SvgNode* >(this)->maCssStyleVector.push_back(pNew); in checkForCssStyle() 113 if(pNew) in checkForCssStyle() [all …]
|
/aoo41x/main/sw/source/core/layout/ |
H A D | flyincnt.cxx | 122 void SwFlyInCntFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument 125 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 128 if( SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()-> in Modify() 130 SFX_ITEM_SET == ((SwAttrSetChg*)pNew)->GetChgSet()-> in Modify() 134 SwAttrSetChg aNew( *(SwAttrSetChg*)pNew ); in Modify() 146 else if( ((SwAttrSetChg*)pNew)->GetChgSet()->Count()) in Modify() 148 SwFlyFrm::Modify( pOld, pNew ); in Modify() 154 SwFlyFrm::Modify( pOld, pNew ); in Modify()
|
H A D | ftnfrm.cxx | 1121 return pNew; in MakeFtnCont() 1386 ResetFtn( pNew ); in InsertFtn() 1799 pBoss->InsertFtn( pNew ); in AppendFtn() 1802 ::RegistFlys( pNew->FindPageFrm(), pNew ); in AppendFtn() 1815 pNew->ColLock(); in AppendFtn() 1848 pNew->Calc(); in AppendFtn() 1855 !pNew->IsColLocked() && !pNew->IsBackMoveLocked() ) in AppendFtn() 1857 pNew->Cut(); in AppendFtn() 1865 delete pNew; in AppendFtn() 1952 SwCntntFrm *pNew ) in ChangeFtnRef() argument [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmform.cxx | 758 pNew->bIsFollow = sal_True; in SplitFrm() 760 pNew->SetFollow( GetFollow() ); in SplitFrm() 761 SetFollow( pNew ); in SplitFrm() 763 pNew->Paste( GetUpper(), GetNext() ); in SplitFrm() 807 pNew->SetFtn( sal_True ); in SplitFrm() 825 pNew->ManipOfst( nTxtPos ); in SplitFrm() 828 return pNew; in SplitFrm() 1311 bOldHyph == pNew->IsEndHyph(); in FormatLine() 1316 ? nOldWidth - pNew->Width() in FormatLine() 1317 : pNew->Width() - nOldWidth; in FormatLine() [all …]
|
H A D | SwGrammarMarkUp.cxx | 68 SwGrammarMarkUp* pNew = (SwGrammarMarkUp*)SplitList( nSplitPos ); in SplitGrammarList() local 70 return pNew; in SplitGrammarList() 76 if( !pNew ) { in SplitGrammarList() 77 pNew = new SwGrammarMarkUp(); in SplitGrammarList() 78 pNew->SetInvalid( 0, STRING_LEN ); in SplitGrammarList() 80 pNew->maSentence.insert( pNew->maSentence.begin(), maSentence.begin(), pIter ); in SplitGrammarList() 83 return pNew; in SplitGrammarList()
|
H A D | txtcache.cxx | 44 SwTxtLine::SwTxtLine( SwTxtFrm *pFrm, SwParaPortion *pNew ) : in SwTxtLine() argument 46 pLine( pNew ) in SwTxtLine() 206 void SwTxtFrm::SetPara( SwParaPortion *pNew, sal_Bool bDelete ) in SetPara() argument 217 pTxtLine->SetPara( pNew ); in SetPara() 221 ASSERT( !pNew, "+SetPara: Losing SwParaPortion" ); in SetPara() 225 else if ( pNew ) in SetPara() 227 SwTxtLine *pTxtLine = new SwTxtLine( this, pNew ); in SetPara()
|
/aoo41x/main/svx/source/items/ |
H A D | hlnkitem.cxx | 142 SvxHyperlinkItem* pNew = new SvxHyperlinkItem( Which() ); in Create() local 147 rStrm.ReadByteString(pNew->sName); in Create() 150 rStrm.ReadByteString(pNew->sURL); in Create() 153 rStrm.ReadByteString(pNew->sTarget); in Create() 156 pNew->eType = (SvxLinkInsertMode) nType; in Create() 165 rStrm.ReadByteString(pNew->sIntName); in Create() 168 rStrm >> pNew->nMacroEvents; in Create() 185 pNew->SetMacro( nCurKey, SvxMacro( aMacName, aLibName, STARBASIC ) ); in Create() 204 pNew->SetMacro( nCurKey, SvxMacro( aMacName, aLibName, in Create() 211 return pNew; in Create()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | section.cxx | 438 switch( pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ) in Modify() 480 if( pNew ) in Modify() 504 if( pNew ) in Modify() 527 if( pNew && pOld ) in Modify() 534 if( pNew && pOld ) in Modify() 541 CheckRegistration( pOld, pNew ); in Modify() 786 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify() 843 ModifyBroadcast( pOld, pNew ); in Modify() 856 ModifyBroadcast( pOld, pNew ); in Modify() 866 SwFrmFmt::Modify( pOld, pNew ); // erst umhaengen !!! in Modify() [all …]
|
H A D | ndsect.cxx | 515 SwSectionFmt* pNew = new SwSectionFmt( pDerivedFrom, this ); in MakeSectionFmt() local 516 pSectionFmtTbl->Insert( pNew, pSectionFmtTbl->Count() ); in MakeSectionFmt() 517 return pNew; in MakeSectionFmt() 1111 SwFrm *pFrm, *pNew; in MakeFrms() local 1115 pNew = rIdx.GetNode().GetCntntNode()->MakeFrm( pFrm ); in MakeFrms() 1147 pNew->Paste( pUp, NULL ); in MakeFrms() 1153 if ( pNew->IsTxtFrm() ) in MakeFrms() 1165 pNew = pSct; in MakeFrms() 1171 pNew->Paste( pFrm->GetUpper(), pFrm ); in MakeFrms() 1174 pNew->Paste( pFrm->GetUpper(), pFrm->GetNext() ); in MakeFrms() [all …]
|
/aoo41x/main/soltools/cpp/ |
H A D | _mcrvalid.c | 71 MacroValidator * pNew = new(MacroValidator); in mvl_add() local 72 pNew->pMacro = in_pMacro; in mvl_add() 76 pNew->nTokenWhereMacroBecomesValid = INVALID_TILL_ENDOFROW; in mvl_add() 80 pNew->nTokenWhereMacroBecomesValid = in_pTokenWhereMacroBecomesValid->identifier; in mvl_add() 84 pNew->nTokenWhereMacroBecomesValid = inout_pValidators->nextFreeIdentifier; in mvl_add() 89 pNew->pNext = inout_pValidators->pFirst; in mvl_add() 90 inout_pValidators->pFirst = pNew; in mvl_add()
|
/aoo41x/main/svgio/inc/svgio/svgreader/ |
H A D | svgstyleattributes.hxx | 278 void setCssStyleParent(const SvgStyleAttributes* pNew) { mpCssStyleParent = pNew; } in setCssStyleParent() argument 311 … void setSvgGradientNodeFill(const SvgGradientNode* pNew) { mpSvgGradientNodeFill = pNew; } in setSvgGradientNodeFill() argument 315 void setSvgPatternNodeFill(const SvgPatternNode* pNew) { mpSvgPatternNodeFill = pNew; } in setSvgPatternNodeFill() argument 319 … void setSvgGradientNodeStroke(const SvgGradientNode* pNew) { mpSvgGradientNodeStroke = pNew; } in setSvgGradientNodeStroke() argument 323 … void setSvgPatternNodeStroke(const SvgPatternNode* pNew) { mpSvgPatternNodeStroke = pNew; } in setSvgPatternNodeStroke() argument
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxbase.cxx | 201 SbxBase* pNew = NULL; in Create() local 205 pNew = pFac->Create( nSbxId, nCreator ); in Create() 206 if( pNew ) in Create() 210 if( !pNew ) in Create() 217 return pNew; in Create() 223 SbxObject* pNew = NULL; in CreateObject() local 226 pNew = p->aFacs.GetObject( i )->CreateObject( rClass ); in CreateObject() 227 if( pNew ) in CreateObject() 231 if( !pNew ) in CreateObject() 239 return pNew; in CreateObject()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unovwr.cxx | 410 _UndoTransliterate_Data* pNew = new _UndoTransliterate_Data( in AddChanges() local 414 aChanges.push_back( pNew ); in AddChanges() 423 pNew->pOffsets = new Sequence <sal_Int32> ( nLen ); in AddChanges() 424 sal_Int32* pIdx = pNew->pOffsets->getArray(); in AddChanges() 452 if( pD->nNdIdx == pNew->nNdIdx && pD->pHistory ) in AddChanges() 455 pNew->pHistory = pD->pHistory; in AddChanges() 461 if( !pNew->pHistory ) in AddChanges() 463 pNew->pHistory = new SwHistory; in AddChanges() 464 SwRegHistory aRHst( rTNd, pNew->pHistory ); in AddChanges() 465 pNew->pHistory->CopyAttr( rTNd.GetpSwpHints(), in AddChanges() [all …]
|