Searched refs:nDefPage (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmdlg.cxx | 69 sal_uInt16 nDefPage, in SwFrmDlg() argument 137 if (nDefPage) in SwFrmDlg() 138 SetCurPageId(nDefPage); in SwFrmDlg()
|
/aoo4110/main/sw/source/ui/chrdlg/ |
H A D | pardlg.cxx | 72 sal_uInt16 nDefPage): in SwParaDlg() argument 171 if (nDefPage) in SwParaDlg() 172 SetCurPageId(nDefPage); in SwParaDlg()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 643 sal_uInt16 nDefPage = 0; in IMPL_LINK() local 651 nDefPage = TP_PARA_STD; in IMPL_LINK() 654 nDefPage = TP_TABULATOR; in IMPL_LINK() 658 SfxUInt16Item aDefPage(SID_PARA_DLG, nDefPage); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 994 sal_Bool bDraw , sal_uInt16 nDefPage) in CreateSwParaDlg() argument 1001 pDlg = new SwParaDlg( pParent, rVw, rCoreSet,nDialogMode, pCollName, bDraw, nDefPage ); in CreateSwParaDlg() 1274 sal_uInt16 nDefPage, in CreateFrmTabDialog() argument 1283 pDlg = new SwFrmDlg( pFrame, pParent, rCoreSet, bNewFrm, nResType, bFmt, nDefPage, pFmtStr ); in CreateFrmTabDialog()
|
H A D | swdlgfact.hxx | 468 sal_uInt16 nDefPage = 0); 499 sal_uInt16 nDefPage = 0,
|
/aoo4110/main/sw/inc/ |
H A D | swabstdlg.hxx | 389 sal_uInt16 nDefPage = 0) = 0; 421 sal_uInt16 nDefPage = 0,
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 482 sal_uInt16 nDefPage = 0; in Execute() local 484 nDefPage = ((SfxUInt16Item *)pItem)->GetValue(); in Execute() 499 nDefPage); in Execute()
|
H A D | textsh1.cxx | 948 sal_uInt16 nDefPage = 0; in Execute() local 950 nDefPage = ((SfxUInt16Item *)pItem)->GetValue(); in Execute() 972 …SwParaDlg( GetView().GetWindow(),GetView(), aCoreSet,DLG_STD, DLG_PARA,NULL, sal_False, nDefPage ); in Execute()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | swuipardlg.hxx | 43 sal_uInt16 nDefPage = 0);
|
H A D | frmdlg.hxx | 54 sal_uInt16 nDefPage = 0,
|
Completed in 53 milliseconds