Home
last modified time | relevance | path

Searched refs:pActShell (Results 1 – 8 of 8) sorted by path

/trunk/main/sw/inc/
H A Ddocsh.hxx126 SwWrtShell* pActShell = 0,
H A Dswabstdlg.hxx431 SwWrtShell* pActShell = 0,
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx274 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()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1299 SwWrtShell* pActShell, in CreateTemplateDialog() argument
1306 pDlg = new SwTemplateDlg( pParent, rBase, nRegion, nSlot, pActShell, bNew ); in CreateTemplateDialog()
H A Dswdlgfact.hxx506 SwWrtShell* pActShell = 0,
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx110 SwWrtShell* pActShell, in SwTemplateDlg() argument
118 pWrtShell(pActShell), in SwTemplateDlg()
314 if(!pActShell || 0 == ::GetHtmlMode(pWrtShell->GetView().GetDocShell())) in SwTemplateDlg()
/trunk/main/sw/source/ui/inc/
H A Dtmpdlg.hxx53 SwWrtShell* pActShell = 0,
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2442 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()

Completed in 48 milliseconds