Home
last modified time | relevance | path

Searched refs:pModOpt (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx342 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 Dedtwin.cxx1463 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in KeyInput() local
1703 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
1709 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
1725 nTblChgSize = pModOpt->GetTblHInsert(); in KeyInput()
1741 nTblChgSize = pModOpt->GetTblHInsert(); in KeyInput()
1939 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
2520 …ChgWidthHeightType::WH_COL_LEFT|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblHMove() );… in KeyInput()
2521 …hgWidthHeightType::WH_COL_RIGHT|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblHMove() );… in KeyInput()
2522 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_LEFT, pModOpt->GetTblHMove() );… in KeyInput()
2523 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_RIGHT, pModOpt->GetTblHMove() );… in KeyInput()
[all …]
H A Dedtwin2.cxx283 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in RequestHelp() local
284 if(!pModOpt->IsHideFieldTips()) in RequestHelp()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1290 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in FillItemSet() local
1293 pModOpt->SetTblHMove( (sal_uInt16)aRowMoveMF.Denormalize( aRowMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1296 pModOpt->SetTblVMove( (sal_uInt16)aColMoveMF.Denormalize( aColMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1299pModOpt->SetTblHInsert((sal_uInt16)aRowInsertMF.Denormalize( aRowInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1302pModOpt->SetTblVInsert((sal_uInt16)aColInsertMF.Denormalize( aColInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
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()
1361 pModOpt->SetInsTblChangeNumFormat(bHTMLMode, aNumFmtFormattingCB.IsChecked()); in FillItemSet()
[all …]
H A Doptload.cxx539 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 Dviewdlg2.cxx94 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in AutoCaption() local
97 if (pModOpt->IsInsWithCaption(bWeb)) in AutoCaption()
99 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption()
/trunk/main/sw/source/ui/table/
H A Dinstable.cxx130 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in SwInsTableDlg() local
132 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwInsTableDlg()
H A Dconvert.cxx202 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in SwConvertTableDlg() local
206 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwConvertTableDlg()
/trunk/main/sw/source/ui/inc/
H A Dmailmrge.hxx121 SwModuleOptions* pModOpt; member in SwMailMergeDlg
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2677 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 Ddbinsdlg.cxx1082 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in DataToDoc() local
1086 pModOpt->GetInsTblFlags(bHTML), in DataToDoc()