Searched refs:pModOpt (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 342 pModOpt = SW_MOD()->GetModuleConfig(); in SwMailMergeDlg() 346 sal_Int16 nMailingMode(pModOpt->GetMailingFormats()); in SwMailMergeDlg() 372 sal_Bool bColumn = pModOpt->IsNameFromColumn(); in SwMailMergeDlg() 399 String sPath(pModOpt->GetMailingPath()); in SwMailMergeDlg() 416 aColumnLB.SelectEntry(pModOpt->GetNameFromColumn()); in SwMailMergeDlg() 736 pModOpt->SetMailingPath(sPath); in ExecQryShell() 743 pModOpt->SetIsNameFromColumn(aGenerateFromDataBaseCB.IsChecked()); in ExecQryShell() 748 pModOpt->SetNameFromColumn(aColumnLB.GetSelectEntry()); in ExecQryShell() 808 pModOpt->SetSinglePrintJob(aSingleJobsCB.IsChecked()); in ExecQryShell() 818 pModOpt->SetMailingFormats(nMailingMode); in ExecQryShell()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 1464 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in KeyInput() local 1704 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput() 1710 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput() 1726 nTblChgSize = pModOpt->GetTblHInsert(); in KeyInput() 1742 nTblChgSize = pModOpt->GetTblHInsert(); in KeyInput() 1940 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput() 2523 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_LEFT, pModOpt->GetTblHMove() );… in KeyInput() 2524 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_RIGHT, pModOpt->GetTblHMove() );… in KeyInput() 2526 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_ROW_BOTTOM, pModOpt->GetTblVMove() );… in KeyInput() 2529 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_CELL_LEFT, pModOpt->GetTblHMove() );… in KeyInput() [all …]
|
H A D | edtwin2.cxx | 286 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in RequestHelp() local 287 if(!pModOpt->IsHideFieldTips()) in RequestHelp()
|
/trunk/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1290 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in FillItemSet() local 1311 if(eMode != pModOpt->GetTblMode()) in FillItemSet() 1313 pModOpt->SetTblMode(eMode); in FillItemSet() 1350 pModOpt->SetInsTblFlags(bHTMLMode, aInsOpts); in FillItemSet() 1355 pModOpt->SetInsTblFormatNum(bHTMLMode, aNumFormattingCB.IsChecked()); in FillItemSet() 1367 pModOpt->SetInsTblAlignNum(bHTMLMode, aNumAlignmentCB.IsChecked()); in FillItemSet() 1378 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in Reset() local 1394 switch(pModOpt->GetTblMode()) in Reset() 1449 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in Reset() 1457 aNumFormattingCB.Check(pModOpt->IsInsTblFormatNum(bHTMLMode)); in Reset() [all …]
|
H A D | optload.cxx | 539 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in FillItemSet() local 548 bRet |= pModOpt->SetCapOption(bHTMLMode, pData); in FillItemSet() 553 pModOpt->SetInsWithCaption( bHTMLMode, nCheckCount > 0 ); in FillItemSet() 556 pModOpt->SetCaptionOrderNumberingFirst(nPos == 1 ? sal_True : sal_False ); in FillItemSet() 638 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in SetOptions() local 639 const InsCaptionOpt* pOpt = pModOpt->GetCapOption(bHTMLMode, eObjType, pOleId); in SetOptions()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 106 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in AutoCaption() local 109 if (pModOpt->IsInsWithCaption(bWeb)) in AutoCaption() 111 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption()
|
/trunk/main/sw/source/ui/table/ |
H A D | instable.cxx | 130 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in SwInsTableDlg() local 132 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwInsTableDlg()
|
H A D | convert.cxx | 206 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in SwConvertTableDlg() local 210 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwConvertTableDlg()
|
/trunk/main/sw/source/ui/inc/ |
H A D | mailmrge.hxx | 121 SwModuleOptions* pModOpt; member in SwMailMergeDlg
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2677 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in InsertTable() local 2678 SwInsertTableOptions aInsTblOpts = pModOpt->GetInsTblFlags(bHTMLMode); in InsertTable() 2733 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in InsertTable() local 2734 aInsTblOpts = pModOpt->GetInsTblFlags(bHTMLMode); in InsertTable()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 1082 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in DataToDoc() local 1086 pModOpt->GetInsTblFlags(bHTML), in DataToDoc()
|
Completed in 100 milliseconds