Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/sw/source/ui/docvw/
H A Dedtwin.cxx1466 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in KeyInput() local
1706 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
1712 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
1728 nTblChgSize = pModOpt->GetTblHInsert(); in KeyInput()
1744 nTblChgSize = pModOpt->GetTblHInsert(); in KeyInput()
1942 nTblChgSize = pModOpt->GetTblVInsert(); in KeyInput()
2521 …ChgWidthHeightType::WH_COL_LEFT|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblHMove() );… in KeyInput()
2522 …hgWidthHeightType::WH_COL_RIGHT|nsTblChgWidthHeightType::WH_FLAG_BIGGER, pModOpt->GetTblHMove() );… 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()
[all …]
H A Dedtwin2.cxx286 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in RequestHelp() local
287 if(!pModOpt->IsHideFieldTips()) in RequestHelp()
/AOO41X/main/sw/source/ui/config/
H A Doptpage.cxx1293 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in FillItemSet() local
1296 pModOpt->SetTblHMove( (sal_uInt16)aRowMoveMF.Denormalize( aRowMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1299 pModOpt->SetTblVMove( (sal_uInt16)aColMoveMF.Denormalize( aColMoveMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1302pModOpt->SetTblHInsert((sal_uInt16)aRowInsertMF.Denormalize( aRowInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1305pModOpt->SetTblVInsert((sal_uInt16)aColInsertMF.Denormalize( aColInsertMF.GetValue(FUNIT_TWIP))); in FillItemSet()
1314 if(eMode != pModOpt->GetTblMode()) in FillItemSet()
1316 pModOpt->SetTblMode(eMode); in FillItemSet()
1353 pModOpt->SetInsTblFlags(bHTMLMode, aInsOpts); in FillItemSet()
1358 pModOpt->SetInsTblFormatNum(bHTMLMode, aNumFormattingCB.IsChecked()); in FillItemSet()
1364 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()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx106 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()
/AOO41X/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.cxx206 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in SwConvertTableDlg() local
210 SwInsertTableOptions aInsOpts = pModOpt->GetInsTblFlags(bHTMLMode); in SwConvertTableDlg()
/AOO41X/main/sw/source/ui/inc/
H A Dmailmrge.hxx121 SwModuleOptions* pModOpt; member in SwMailMergeDlg
/AOO41X/main/sw/source/ui/shells/
H A Dbasesh.cxx2670 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in InsertTable() local
2671 SwInsertTableOptions aInsTblOpts = pModOpt->GetInsTblFlags(bHTMLMode); in InsertTable()
2726 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in InsertTable() local
2727 aInsTblOpts = pModOpt->GetInsTblFlags(bHTMLMode); in InsertTable()
/AOO41X/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1082 const SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in DataToDoc() local
1086 pModOpt->GetInsTblFlags(bHTML), in DataToDoc()