Home
last modified time | relevance | path

Searched refs:nDefPage (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/sw/source/ui/frmdlg/ !
H A Dfrmdlg.cxx69 sal_uInt16 nDefPage, in SwFrmDlg() argument
147 if (nDefPage) in SwFrmDlg()
148 SetCurPageId(nDefPage); in SwFrmDlg()
/AOO42X/main/sw/source/ui/chrdlg/ !
H A Dpardlg.cxx72 sal_uInt16 nDefPage): in SwParaDlg() argument
178 if (nDefPage) in SwParaDlg()
179 SetCurPageId(nDefPage); in SwParaDlg()
/AOO42X/main/sw/source/ui/uiview/ !
H A Dviewmdi.cxx638 sal_uInt16 nDefPage = 0; in IMPL_LINK() local
646 nDefPage = TP_PARA_STD; in IMPL_LINK()
649 nDefPage = TP_TABULATOR; in IMPL_LINK()
653 SfxUInt16Item aDefPage(SID_PARA_DLG, nDefPage); in IMPL_LINK()
/AOO42X/main/sw/source/ui/dialog/ !
H A Dswdlgfact.cxx992 sal_Bool bDraw , sal_uInt16 nDefPage) in CreateSwParaDlg() argument
999 pDlg = new SwParaDlg( pParent, rVw, rCoreSet,nDialogMode, pCollName, bDraw, nDefPage ); in CreateSwParaDlg()
1272 sal_uInt16 nDefPage, in CreateFrmTabDialog() argument
1281 … pDlg = new SwFrmDlg( pFrame, pParent, rCoreSet, bNewFrm, nResType, bFmt, nDefPage, pFmtStr ); in CreateFrmTabDialog()
H A Dswdlgfact.hxx467 sal_uInt16 nDefPage = 0);
498 sal_uInt16 nDefPage = 0,
/AOO42X/main/sw/inc/ !
H A Dswabstdlg.hxx388 sal_uInt16 nDefPage = 0) = 0;
420 sal_uInt16 nDefPage = 0,
/AOO42X/main/sw/source/ui/shells/ !
H A Dfrmsh.cxx495 sal_uInt16 nDefPage = 0; in Execute() local
497 nDefPage = ((SfxUInt16Item *)pItem)->GetValue(); in Execute()
512 nDefPage); in Execute()
H A Dtextsh1.cxx952 sal_uInt16 nDefPage = 0; in Execute() local
954 nDefPage = ((SfxUInt16Item *)pItem)->GetValue(); in Execute()
976 …SwParaDlg( GetView().GetWindow(),GetView(), aCoreSet,DLG_STD, DLG_PARA,NULL, sal_False, nDefPage ); in Execute()
/AOO42X/main/sw/source/ui/inc/ !
H A Dswuipardlg.hxx43 sal_uInt16 nDefPage = 0);
H A Dfrmdlg.hxx54 sal_uInt16 nDefPage = 0,