Home
last modified time | relevance | path

Searched refs:pOld (Results 26 – 50 of 226) sorted by relevance

12345678910

/aoo42x/main/sw/source/core/unocore/
H A Dunoobj2.cxx317 switch( pOld ? pOld->Which() : 0 ) in ClientModify()
328 ((SwFmtChg*)pOld)->pChangedFmt->IsFmtInDTOR() ) in ClientModify()
522 virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew);
528 ClientModify(this, pOld, pNew); in Modify()
793 virtual void Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew);
800 ClientModify(this, pOld, pNew); in Modify()
803 ClientModify(&m_ObjectDepend, pOld, pNew); in Modify()
1591 virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew);
1597 ClientModify(this, pOld, pNew); in Modify()
1774 virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew);
[all …]
H A Dunoftn.cxx100 virtual void Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew);
121 void SwXFootnote::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() argument
123 ClientModify(this, pOld, pNew); in Modify()
129 else if (pOld) in Modify()
131 switch (pOld->Which()) in Modify()
135 static_cast<const SwPtrMsgPoolItem *>(pOld)->pObject) in Modify()
/aoo42x/main/cui/source/tabpages/
H A Dpage.cxx761 const SfxPoolItem* pOld = 0; in FillItemSet() local
785 pOld = GetOldItem( rSet, SID_ATTR_LRSPACE ); in FillItemSet()
787 if ( !pOld || !( *(const SvxLRSpaceItem*)pOld == aMargin ) ) in FillItemSet()
811 pOld = GetOldItem( rSet, SID_ATTR_ULSPACE ); in FillItemSet()
813 if ( !pOld || !( *(const SvxULSpaceItem*)pOld == aTopMargin ) ) in FillItemSet()
826 if ( !pOld || ( (const SvxPaperBinItem*)pOld )->GetValue() != nBin ) in FillItemSet()
846 pOld = GetOldItem( rSet, SID_ATTR_PAGE_SIZE ); in FillItemSet()
848 if ( !pOld || ( (const SvxSizeItem*)pOld )->GetSize() != aSize ) in FillItemSet()
866 if ( !pOld || ( (const SvxSizeItem*)pOld )->GetSize() != aSize ) in FillItemSet()
900 pOld = GetOldItem( rSet, SID_ATTR_PAGE ); in FillItemSet()
[all …]
H A Dbackgrnd.cxx570 const SfxPoolItem* pOld = GetOldItem( rSet, SID_ATTR_BRUSH ); in Reset() local
572 if ( pOld ) in Reset()
573 aBgdColor = ( (SvxBrushItem*)pOld )->GetColor(); in Reset()
714 const SfxPoolItem* pOld = GetOldItem( rSet, SID_VIEW_FLD_PIC ); in ResetFromWallpaperItem() local
715 if ( pOld ) in ResetFromWallpaperItem()
716 aBgdColor = Color( ((CntWallpaperItem*)pOld)->GetColor() ); in ResetFromWallpaperItem()
801 const SfxPoolItem* pOld = GetOldItem( rCoreSet, nSlot ); in FillItemSet() local
806 if ( pOld ) in FillItemSet()
808 const SvxBrushItem& rOldItem = (const SvxBrushItem&)*pOld; in FillItemSet()
1008 const SfxPoolItem* pOld = GetOldItem( rCoreSet, nSlot ); in FillItemSetWithWallpaperItem() local
[all …]
/aoo42x/main/sw/source/core/layout/
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()
133 SwAttrSetChg aOld( *(SwAttrSetChg*)pOld ); in Modify()
148 SwFlyFrm::Modify( pOld, pNew ); in Modify()
154 SwFlyFrm::Modify( pOld, pNew ); in Modify()
H A Dsectfrm.cxx141 const SwFmtCol *pOld = Lower() ? &rCol : new SwFmtCol; in Init() local
142 ChgColumns( *pOld, rCol, IsAnyNoteAtEnd() ); in Init()
143 if( pOld != &rCol ) in Init()
144 delete pOld; in Init()
1440 SwFrm* pOld = GetFollow(); in Format() local
1442 if( pOld == GetFollow() ) in Format()
2448 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
2449 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
2465 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
2493 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
[all …]
H A Dpagechg.cxx545 void SwPageFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify() argument
555 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
556 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
572 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
597 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
606 ASSERT( pOld && pNew, "FMT_CHG Missing Format." ); in _UpdateAttr()
607 const SwFmt* pOldFmt = ((SwFmtChg*)pOld)->pChangedFmt; in _UpdateAttr()
685 pB->ChgColumns( *(const SwFmtCol*)pOld, *(const SwFmtCol*)pNew ); in _UpdateAttr()
728 SwLayoutFrm::Modify( pOld, pNew ); in _UpdateAttr()
1185 SwPageDesc *pOld = pPage->GetPageDesc(); in CheckPageDescs() local
[all …]
H A Dfly.cxx788 void SwFlyFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify() argument
795 SfxItemIter aOIter( *((SwAttrSetChg*)pOld)->GetChgSet() ); in Modify()
796 SwAttrSetChg aOldSet( *(SwAttrSetChg*)pOld ); in Modify()
812 _UpdateAttr( pOld, pNew, nInvFlags ); in Modify()
855 void SwFlyFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew, in _UpdateAttr() argument
860 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0; in _UpdateAttr()
924 ChgColumns( *(const SwFmtCol*)pOld, *(const SwFmtCol*)pNew ); in _UpdateAttr()
943 const SvxULSpaceItem &rUL = ((SwFmtChg*)pOld)->pChangedFmt->GetULSpace(); in _UpdateAttr()
975 ((SwFmtChg*)pOld)->pChangedFmt->GetFrmSize(); in _UpdateAttr()
1090 ((SwFmtURL*)pNew)->GetMap() && ((SwFmtURL*)pOld)->GetMap() ) in _UpdateAttr()
[all …]
/aoo42x/main/sal/inc/rtl/
H A Dref.hxx103 reference_type * const pOld = m_pBody; in set() local
105 if (pOld) in set()
106 pOld->release(); in set()
139 reference_type * const pOld = m_pBody; in clear() local
141 pOld->release(); in clear()
/aoo42x/main/sot/source/sdstor/
H A Dstgdir.cxx336 StgStrm* pOld = NULL; in SetSize() local
340 pOld = pStgStrm; in SetSize()
341 nOldSize = (sal_uInt16) pOld->GetSize(); in SetSize()
346 pOld = pStgStrm; in SetSize()
354 if( pOld ) in SetSize()
360 pOld->Pos2Page( 0L ); in SetSize()
362 if( pOld->Read( pBuf, nOldSize ) in SetSize()
371 pOld->SetSize( 0 ); in SetSize()
372 delete pOld; in SetSize()
380 pStgStrm = pOld; in SetSize()
/aoo42x/main/sw/source/core/txtnode/
H A DSwGrammarContact.cxx67 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
154 void SwGrammarContact::Modify( const SfxPoolItem* pOld, const SfxPoolItem * ) in Modify() argument
156 if( !pOld || pOld->Which() != RES_OBJECTDYING ) in Modify()
159 SwPtrMsgPoolItem *pDead = (SwPtrMsgPoolItem *)pOld; in Modify()
/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx471 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify()
482 pOldSize = (const SwFmtFrmSize*)pOld; in Modify()
486 CheckRegistration( pOld, pNew ); in Modify()
1697 SwFrmFmt *pOld = GetFrmFmt(); in ChgFrmFmt() local
1698 SwIterator<SwRowFrm,SwFmt> aIter( *pOld ); in ChgFrmFmt()
1736 if ( !pOld->GetDepends() ) in ChgFrmFmt()
1737 delete pOld; in ChgFrmFmt()
1923 SwFrmFmt *pOld = GetFrmFmt(); in ChgFrmFmt() local
1956 if( !pOld->GetDepends() ) in ChgFrmFmt()
1957 delete pOld; in ChgFrmFmt()
[all …]
/aoo42x/main/sw/source/core/doc/
H A Ddocfly.cxx166 const SwFrm* pOld = ((SwFlyFrmFmt*)pFlyFmt)->GetFrm( &aRet, sal_False ); in lcl_FindAnchorLayPos() local
167 if( pOld ) in lcl_FindAnchorLayPos()
168 aRet = pOld->Frm().Pos(); in lcl_FindAnchorLayPos()
178 const SwFrm* pOld = pNd ? pNd->getLayoutFrm( rDoc.GetCurrentLayout(), &aRet, 0, sal_False ) : 0; in lcl_FindAnchorLayPos() local
179 if( pOld ) in lcl_FindAnchorLayPos()
180 aRet = pOld->Frm().Pos(); in lcl_FindAnchorLayPos()
189 const SwFrm* pOld = pFmt ? pFmt->GetFrm( &aRet, sal_False ) : 0; in lcl_FindAnchorLayPos() local
190 if( pOld ) in lcl_FindAnchorLayPos()
191 aRet = pOld->Frm().Pos(); in lcl_FindAnchorLayPos()
H A Dfmtcol.cxx131 void SwTxtFmtColl::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
135 SwFmtColl::Modify( pOld, pNew ); in Modify()
152 switch( pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ) in Modify()
157 pOldChgSet = (SwAttrSetChg*)pOld; in Modify()
344 SwFmtColl::Modify( pOld, pNew ); in Modify()
H A Dnumber.cxx354 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()
774 SwNumFmt* pOld = aFmts[ i ]; in Set() local
775 if( !pOld ) in Set()
784 delete pOld, aFmts[ i ] = 0, bInvalidRuleFlag = sal_True; in Set()
785 else if( *pOld != *pNumFmt ) in Set()
786 *pOld = *pNumFmt, bInvalidRuleFlag = sal_True; in Set()
H A Dacmplwrd.cxx70 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
164 void SwAutoCompleteClient::Modify( const SfxPoolItem* pOld, const SfxPoolItem *) in Modify() argument
166 switch( pOld ? pOld->Which() : 0 ) in Modify()
170 if( (void*)GetRegisteredIn() == ((SwPtrMsgPoolItem *)pOld)->pObject ) in Modify()
/aoo42x/main/sw/source/core/docnode/
H A Dndtbl1.cxx71 SwFrmFmt *pOld, member in SwTblFmtCmp
75 SwTblFmtCmp( SwFrmFmt *pOld, SwFrmFmt *pNew, sal_Int16 nType );
77 static SwFrmFmt *FindNewFmt( SvPtrarr &rArr, SwFrmFmt*pOld, sal_Int16 nType );
83 : pOld ( pO ), pNew ( pN ), nType( nT ) in SwTblFmtCmp()
92 if ( pCmp->pOld == pOld && pCmp->nType == nType ) in FindNewFmt()
286 SwFrmFmt *pOld = pLine->GetFrmFmt(); in lcl_ProcessRowAttr() local
289 rFmtCmp.Insert( new SwTblFmtCmp( pOld, pNew, 0 ), rFmtCmp.Count()); in lcl_ProcessRowAttr()
781 SwFrmFmt *pOld = pBox->GetFrmFmt(); in SetTabBorders() local
784 aFmtCmp.Insert( new SwTblFmtCmp( pOld, pNew, nType ), aFmtCmp.Count()); in SetTabBorders()
1139 SwFrmFmt *pOld = pBox->GetFrmFmt(); in SetBoxAttr() local
[all …]
/aoo42x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1640 BitmapWriteAccess* pOld = aOldMask.AcquireWriteAccess(); in DoAction() local
1642 if(pOld) in DoAction()
1650 for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction()
1652 … for(sal_uInt32 x(0); x < static_cast< sal_uInt32 >(pOld->Width()); x++) in DoAction()
1654 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1657 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
1667 … if(pOld->Width() == pNew->Width() && pOld->Height() == pNew->Height()) in DoAction()
1669 … for(sal_uInt32 y(0); y < static_cast< sal_uInt32 >(pOld->Height()); y++) in DoAction()
1671 … for(sal_uInt32 x(0); x < static_cast< sal_uInt32 >(pOld->Width()); x++) in DoAction()
1677 pOld->SetPixel(y, x, BitmapColor(aCol)); in DoAction()
[all …]
/aoo42x/main/sw/source/ui/uiview/
H A Dviewprt.cxx97 SfxPrinter *pOld = pIDDA->getPrinter( false ); in GetPrinter() local
99 if ( pOld != pPrt ) in GetPrinter()
135 SfxPrinter* pOld = rSh.getIDocumentDeviceAccess()->getPrinter( false ); in SetPrinter() local
136 if ( pOld && pOld->IsPrinting() ) in SetPrinter()
/aoo42x/main/unoxml/source/dom/
H A Delement.cxx631 ::boost::shared_ptr<xmlChar const> const pOld( in setAttribute()
633 if( !bool(pOld)) { in setAttribute()
637 oldValue = OUString(reinterpret_cast<sal_Char const*>(pOld.get()), in setAttribute()
638 strlen(reinterpret_cast<char const*>(pOld.get())), in setAttribute()
714 ::boost::shared_ptr<xmlChar const> const pOld( in setAttributeNS()
716 if( !bool(pOld)) { in setAttributeNS()
720 oldValue = OUString(reinterpret_cast<sal_Char const*>(pOld.get()), in setAttributeNS()
721 strlen(reinterpret_cast<char const*>(pOld.get())), in setAttributeNS()
/aoo42x/main/sw/source/core/fields/
H A Dauthfld.cxx352 SwTOXSortTabBase* pOld = aSortArr[i]; in GetSequencePos() local
353 if(*pOld == *pNew) in GetSequencePos()
357 if(*pOld < *pNew) in GetSequencePos()
371 SwTOXSortTabBase* pOld = aSortArr[j]; in GetSequencePos() local
372 if(*pNew < *pOld) in GetSequencePos()
531 void SwAuthorityFieldType::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) in Modify() argument
535 NotifyClients( pOld, pNew ); in Modify()
/aoo42x/main/sw/source/core/access/
H A Dacctextframe.cxx86 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()
105 dynamic_cast<const SwStringMsgPoolItem*>(pOld)->GetString() ); in Modify()
/aoo42x/main/tools/inc/tools/
H A Dlist.hxx95 void Insert( Type pNew, Type pOld ) \
96 { List::Insert( (void*)pNew, (void*)pOld ); } \
107 Type Replace( Type pNew, Type pOld ) \
109 (void*)pOld ); } \
/aoo42x/main/sw/source/core/inc/
H A DSwUndoFmt.hxx75 SwUndoFmtDelete(SwUndoId nUndoId, SwFmt * pOld, SwDoc * pDoc);
123 SwUndoTxtFmtCollDelete(SwTxtFmtColl * pOld, SwDoc * pDoc);
154 SwUndoCharFmtDelete(SwCharFmt * pOld, SwDoc * pDoc);
187 SwUndoFrmFmtDelete(SwFrmFmt * pOld, SwDoc * pDoc);
/aoo42x/main/sw/inc/
H A Dswatrset.hxx196 int Put_BC( const SfxPoolItem& rAttr, SwAttrSet* pOld, SwAttrSet* pNew );
197 int Put_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );
200 sal_uInt16 ClearItem_BC( sal_uInt16 nWhich, SwAttrSet* pOld, SwAttrSet* pNew );
202 SwAttrSet* pOld = 0, SwAttrSet* pNew = 0 );
204 int Intersect_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew );

Completed in 234 milliseconds

12345678910