Home
last modified time | relevance | path

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

1...<<11121314151617181920

/aoo41x/main/sw/inc/
H A Dcrsrsh.hxx324 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
H A Dunosett.hxx177 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
/aoo41x/main/sw/source/core/view/
H A Dviewsh.cxx2633 void ViewShell::SetCareWin( Window* pNew ) in SetCareWin() argument
2635 pCareWindow = pNew; in SetCareWin()
/aoo41x/main/sw/source/core/table/
H A Dswnewtable.cxx76 void insertBoxes( const SwSelBoxes* pNew ){ aBoxes.insert( aBoxes.end(), pNew ); } in insertBoxes() argument
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx1290 ::svl::IUndoManager* Outliner::SetUndoManager(::svl::IUndoManager* pNew) in SetUndoManager() argument
1293 return pEditEngine->SetUndoManager(pNew); in SetUndoManager()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr4.cxx1518 ScToken* pNew = new ScMatrixToken( pMat); in ConvertMatrixParameters() local
1519 pNew->IncRef(); in ConvertMatrixParameters()
1520 pStack[ sp - i ] = pNew; in ConvertMatrixParameters()
/aoo41x/main/sw/source/core/access/
H A Daccpara.hxx253 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew);
H A Daccpara.cxx4064 void SwAccessibleParagraph::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) in Modify() argument
4068 CheckRegistration( pOld, pNew ); in Modify()
/aoo41x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx682 FreetypeServerFont* pNew = new FreetypeServerFont( rFSD, pFontInfo ); in CreateFont() local
684 return pNew; in CreateFont()
/aoo41x/main/sw/source/filter/html/
H A Dswhtml.hxx923 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
/aoo41x/main/sw/source/core/unocore/
H A Dunosett.cxx2439 void SwXNumberingRules::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2441 ClientModify(this, pOld, pNew); in Modify()
H A Dunodraw.cxx2005 void SwXShape::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify() argument
2007 ClientModify(this, pOld, pNew); in Modify()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1573 ScConsolidationDescriptor* pNew = new ScConsolidationDescriptor; in createConsolidationDescriptor() local
1579 pNew->SetParam( *pParam ); in createConsolidationDescriptor()
1581 return pNew; in createConsolidationDescriptor()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx1318 StyleTree_ImplPtr pNew = in FillTreeBox() local
1320 aArr.Insert(pNew, aArr.Count()); in FillTreeBox()
/aoo41x/main/fpicker/source/office/
H A Diodlg.cxx1806 SvtDefModalDialogParent_Impl( Window *pNew ) : in SvtDefModalDialogParent_Impl() argument
1808 { Application::SetDefDialogParent( pNew ); } in SvtDefModalDialogParent_Impl()
/aoo41x/main/editeng/inc/editeng/
H A Doutliner.hxx977 ::svl::IUndoManager* SetUndoManager(::svl::IUndoManager* pNew);
/aoo41x/main/editeng/source/editeng/
H A Dediteng.cxx150 ::svl::IUndoManager* EditEngine::SetUndoManager(::svl::IUndoManager* pNew) in SetUndoManager() argument
153 return pImpEditEngine->SetUndoManager(pNew); in SetUndoManager()
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx378 void ScPrintFunc::SetDrawView( FmFormView* pNew ) in SetDrawView() argument
380 pDrawView = pNew; in SetDrawView()
/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx202 ScRangeFindData* pNew = new ScRangeFindData( aRange, nFlags, nStart, nPos ); in InitRangeFinder() local
203 pRangeFindList->Insert( pNew ); in InitRangeFinder()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx8459 void Window::ImplCallDeactivateListeners( Window *pNew ) in ImplCallDeactivateListeners() argument
8462 if ( !pNew || !ImplIsChild( pNew ) ) in ImplCallDeactivateListeners()
8472 ImplGetParent()->ImplCallDeactivateListeners( pNew ); in ImplCallDeactivateListeners()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx6966 PPTCharPropSet* pNew = new PPTCharPropSet( *pSet ); in PPTTextObj() local
6968 pNew->maString = String( aString, (sal_uInt16)nOldLen, (sal_uInt16)nNewLen ); in PPTTextObj()
6969 pNew->mnOriginalTextPos += nOldLen; in PPTTextObj()
6970 aStyleTextPropReader.aCharPropList.Insert( pNew, nI + 1 ); in PPTTextObj()

Completed in 347 milliseconds

1...<<11121314151617181920