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.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()
2525 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_LEFT, pModOpt->GetTblHMove() );… in KeyInput()
2526 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_COL_RIGHT, pModOpt->GetTblHMove() );… in KeyInput()
2528 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_ROW_BOTTOM, pModOpt->GetTblVMove() );… in KeyInput()
2531 …l: rSh.SetColRowWidthHeight( nsTblChgWidthHeightType::WH_CELL_LEFT, pModOpt->GetTblHMove() );… in KeyInput()
[all …]
H A Dedtwin2.cxx286 SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig(); in RequestHelp() local
287 if(!pModOpt->IsHideFieldTips()) in RequestHelp()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1290 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 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.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()
/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.cxx206 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 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()

Completed in 141 milliseconds