Home
last modified time | relevance | path

Searched refs:pNew (Results 26 – 50 of 496) sorted by relevance

12345678910>>...20

/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx845 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 …]
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx210 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 …]
/trunk/main/unoxml/source/dom/
H A Dnode.cxx878 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 …]
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx202 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() argument
204 pNewSet = pNew; in Put_BC()
213 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() argument
215 pNewSet = pNew; in Put_BC()
225 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() argument
227 pNewSet = pNew; in ClearItem_BC()
236 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() argument
239 pNewSet = pNew; in ClearItem_BC()
251 SwAttrSet* pOld, SwAttrSet* pNew ) in Intersect_BC() argument
253 pNewSet = pNew; in Intersect_BC()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx243 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 Dtxtatr2.cxx66 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()
188 void SwTxtINetFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
190 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
241 void SwTxtRuby::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
243 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in Modify()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx128 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 Ddrawfont.hxx384 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()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx878 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 …]
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx874 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 …]
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx70 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 Ddocnew.cxx946 void SwDoc::SetPreViewPrtData( const SwPagePreViewPrtData* pNew ) in SetPreViewPrtData() argument
948 if( pNew ) in SetPreViewPrtData()
951 *pPgPViewPrtData = *pNew; in SetPreViewPrtData()
953 pPgPViewPrtData = new SwPagePreViewPrtData( *pNew ); in SetPreViewPrtData()
1133 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1135 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1137 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1139 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1141 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
1143 pTOXTypes->Insert( pNew, pTOXTypes->Count() ); in InitTOXTypes()
[all …]
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx758 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 DSwGrammarMarkUp.cxx68 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 Dtxtcache.cxx44 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()
/trunk/main/svgio/source/svgreader/
H A Dsvgnode.cxx79 … const SvgStyleAttributes* pNew = rDocument.findGlobalCssStyleAttributes(aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors() local
81 if(pNew) in fillCssStyleVectorUsingHierarchyAndSelectors()
84 maCssStyleVector.push_back(pNew); in fillCssStyleVectorUsingHierarchyAndSelectors()
133 … const SvgStyleAttributes* pNew = rDocument.findGlobalCssStyleAttributes(aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors() local
135 if(pNew) in fillCssStyleVectorUsingHierarchyAndSelectors()
138 maCssStyleVector.push_back(pNew); in fillCssStyleVectorUsingHierarchyAndSelectors()
165 … const SvgStyleAttributes* pNew = rDocument.findGlobalCssStyleAttributes(aNewConcatenated); in fillCssStyleVectorUsingHierarchyAndSelectors() local
167 if(pNew) in fillCssStyleVectorUsingHierarchyAndSelectors()
170 maCssStyleVector.push_back(pNew); in fillCssStyleVectorUsingHierarchyAndSelectors()
208 if(pNew) in fillCssStyleVector()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx438 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 Dndsect.cxx515 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 …]
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1121 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 …]
H A Dflyincnt.cxx122 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()
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx142 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()
/trunk/main/soltools/cpp/
H A D_mcrvalid.c71 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()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx282 void setCssStyleParent(const SvgStyleAttributes* pNew) { mpCssStyleParent = pNew; } in setCssStyleParent() argument
315 … void setSvgGradientNodeFill(const SvgGradientNode* pNew) { mpSvgGradientNodeFill = pNew; } in setSvgGradientNodeFill() argument
319 void setSvgPatternNodeFill(const SvgPatternNode* pNew) { mpSvgPatternNodeFill = pNew; } in setSvgPatternNodeFill() argument
323 … void setSvgGradientNodeStroke(const SvgGradientNode* pNew) { mpSvgGradientNodeStroke = pNew; } in setSvgGradientNodeStroke() argument
327 … void setSvgPatternNodeStroke(const SvgPatternNode* pNew) { mpSvgPatternNodeStroke = pNew; } in setSvgPatternNodeStroke() argument
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx201 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()
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx410 _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 …]

Completed in 220 milliseconds

12345678910>>...20