Searched refs:pOldParent (Results 1 – 8 of 8) sorted by relevance
236 Window* pOldParent = NULL; in execute() local239 pOldParent = pDlg->GetParent(); in execute()245 if ( pOldParent ) in execute()246 pDlg->SetParent( pOldParent ); in execute()
2361 Window* pOldParent = NULL; in execute() local2365 pOldParent = pDlg->GetParent(); in execute()2378 if ( pOldParent && pDlg->GetParent() == pSetParent ) in execute()2379 pDlg->SetParent( pOldParent ); in execute()
480 SwFrm *pOldParent ) in PasteTree() argument582 if ( pOldParent && pOldParent->IsBodyFrm() ) //Fuer variable Seitenhoehe beim Browsen in PasteTree()583 pOldParent->Shrink( nGrowVal ); in PasteTree()627 SwLayoutFrm *pOldParent = CutTree( &rThis ); in MoveSubTree() local628 const sal_Bool bInvaLay = PasteTree( &rThis, pParent, pSibling, pOldParent ); in MoveSubTree()635 if ( pOldParent && !pOldParent->Lower() && in MoveSubTree()636 ( pOldParent->IsInSct() && in MoveSubTree()637 !(pSct = pOldParent->FindSctFrm())->ContainsCntnt() && in MoveSubTree()
1399 DirEntry *pOldParent = pParent; in CutName() local1400 if ( pOldParent ) in CutName()1402 pParent = pOldParent->pParent; in CutName()1403 eFlag = pOldParent->eFlag; in CutName()1404 aName = pOldParent->aName; in CutName()1405 pOldParent->pParent = NULL; in CutName()1406 delete pOldParent; in CutName()1521 DirEntry *pOldParent = pParent; in operator =() local1527 if ( pOldParent ) in operator =()1528 delete pOldParent; in operator =()
179 const SfxItemSet* pOldParent = rSet.GetParent(); in SetParaAttribs() local180 if( pOldParent ) in SetParaAttribs()185 if( pOldParent ) in SetParaAttribs()186 ((SfxItemSet*)&rSet)->SetParent( pOldParent ); in SetParaAttribs()
77 pDownLoadData( NULL ), pOldParent( NULL ), nType( FILETYPE_TEXT ) in SvFileObject()491 pOldParent = Application::GetDefDialogParent(); in Edit()503 pOldParent = Application::GetDefDialogParent(); in Edit()624 Application::SetDefDialogParent( pOldParent ); in IMPL_LINK()
43 Window* pOldParent; member in SvFileObject
1036 Window* pOldParent = Application::GetDefDialogParent(); in IMPL_STATIC_LINK() local1050 Application::SetDefDialogParent( pOldParent ); in IMPL_STATIC_LINK()
Completed in 103 milliseconds