Searched refs:pActShell (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/ui/app/ |
H A D | docst.cxx | 278 SwWrtShell* pActShell = 0; in ExecStyleSheet() local 419 pActShell = pShell = (SwWrtShell*)((SwPtrItem*)pItem)->GetValue(); in ExecStyleSheet() 461 nRet = Edit(aParam, aEmptyStr, nFamily, nMask, sal_False, 0, pActShell ); in ExecStyleSheet() 468 nRet = ApplyStyles(aParam, nFamily, pActShell, rReq.GetModifier() ); in ExecStyleSheet() 474 nRet = UpdateStyle(aParam, nFamily, pActShell); in ExecStyleSheet() 478 nRet = MakeByExample(aParam, nFamily, nMask, pActShell ); in ExecStyleSheet() 519 SwWrtShell* pActShell, in Edit() argument 673 SwWrtShell* pCurrShell = ( pActShell ? pActShell : mpWrtShell ); in Edit() 685 pActShell ? pActShell : mpWrtShell, bNew); in Edit()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | content.cxx | 2441 SwWrtShell* pActShell = pView->GetWrtShellPtr(); in IMPL_LINK() local 2444 SetActiveShell(pActShell); in IMPL_LINK() 2448 if(bIsActive && pActShell != GetWrtShell()) in IMPL_LINK() 2449 SetActiveShell(pActShell); in IMPL_LINK() 2450 else if( (bIsActive || (bIsConstant && pActShell == GetWrtShell())) && in IMPL_LINK() 2614 SwWrtShell* pActShell = pActView->GetWrtShellPtr(); in GetFocus() local 2617 SetActiveShell(pActShell); in GetFocus() 2620 if(bIsActive && pActShell != GetWrtShell()) in GetFocus() 2621 SetActiveShell(pActShell); in GetFocus() 2622 else if( (bIsActive || (bIsConstant && pActShell == GetWrtShell())) && in GetFocus()
|
/aoo4110/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.cxx | 110 SwWrtShell* pActShell, in SwTemplateDlg() argument 118 pWrtShell(pActShell), in SwTemplateDlg() 293 if(!pActShell || 0 == ::GetHtmlMode(pWrtShell->GetView().GetDocShell())) in SwTemplateDlg()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | tmpdlg.hxx | 53 SwWrtShell* pActShell = 0,
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 1299 SwWrtShell* pActShell, in CreateTemplateDialog() argument 1306 pDlg = new SwTemplateDlg( pParent, rBase, nRegion, nSlot, pActShell, bNew ); in CreateTemplateDialog()
|
H A D | swdlgfact.hxx | 506 SwWrtShell* pActShell = 0,
|
/aoo4110/main/sw/inc/ |
H A D | docsh.hxx | 121 SwWrtShell* pActShell = 0,
|
H A D | swabstdlg.hxx | 431 SwWrtShell* pActShell = 0,
|
Completed in 100 milliseconds