Searched refs:pActShell (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sw/source/ui/app/ |
H A D | docst.cxx | 274 SwWrtShell* pActShell = 0; in ExecStyleSheet() local 415 pActShell = pShell = (SwWrtShell*)((SwPtrItem*)pItem)->GetValue(); in ExecStyleSheet() 457 nRet = Edit(aParam, aEmptyStr, nFamily, nMask, sal_False, 0, pActShell ); in ExecStyleSheet() 464 nRet = ApplyStyles(aParam, nFamily, pActShell, rReq.GetModifier() ); in ExecStyleSheet() 470 nRet = UpdateStyle(aParam, nFamily, pActShell); in ExecStyleSheet() 474 nRet = MakeByExample(aParam, nFamily, nMask, pActShell ); in ExecStyleSheet() 514 SwWrtShell* pActShell, in Edit() argument 682 SwWrtShell* pCurrShell = ( pActShell ? pActShell : mpWrtShell ); in Edit() 694 pActShell ? pActShell : mpWrtShell, bNew); in Edit()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 2442 SwWrtShell* pActShell = pView->GetWrtShellPtr(); in IMPL_LINK() local 2445 SetActiveShell(pActShell); in IMPL_LINK() 2449 if(bIsActive && pActShell != GetWrtShell()) in IMPL_LINK() 2450 SetActiveShell(pActShell); in IMPL_LINK() 2451 else if( (bIsActive || (bIsConstant && pActShell == GetWrtShell())) && in IMPL_LINK() 2615 SwWrtShell* pActShell = pActView->GetWrtShellPtr(); in GetFocus() local 2618 SetActiveShell(pActShell); in GetFocus() 2621 if(bIsActive && pActShell != GetWrtShell()) in GetFocus() 2622 SetActiveShell(pActShell); in GetFocus() 2623 else if( (bIsActive || (bIsConstant && pActShell == GetWrtShell())) && in GetFocus()
|
/aoo42x/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.cxx | 110 SwWrtShell* pActShell, in SwTemplateDlg() argument 118 pWrtShell(pActShell), in SwTemplateDlg() 314 if(!pActShell || 0 == ::GetHtmlMode(pWrtShell->GetView().GetDocShell())) in SwTemplateDlg()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | tmpdlg.hxx | 53 SwWrtShell* pActShell = 0,
|
/aoo42x/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,
|
/aoo42x/main/sw/inc/ |
H A D | docsh.hxx | 126 SwWrtShell* pActShell = 0,
|
H A D | swabstdlg.hxx | 431 SwWrtShell* pActShell = 0,
|
Completed in 75 milliseconds