Searched refs:bNextButton (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 186 sal_Bool SwWrtShell::StartInputFldDlg( SwField* pFld, sal_Bool bNextButton, in StartInputFldDlg() argument 196 pParentWin, *this, pFld, bNextButton); in StartInputFldDlg() 211 sal_Bool SwWrtShell::StartDropDownFldDlg(SwField* pFld, sal_Bool bNextButton, ByteString* pWindowSt… in StartDropDownFldDlg() argument 216 …ialog* pDlg = pFact->CreateDropDownFieldDialog( NULL, *this, pFld, DLG_FLD_DROPDOWN ,bNextButton ); in StartDropDownFldDlg()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | DropDownFieldDialog.cxx | 48 SwField* pField, sal_Bool bNextButton ) : in DropDownFieldDialog() argument 66 if( bNextButton ) in DropDownFieldDialog()
|
H A D | inpdlg.cxx | 50 SwField* pField, sal_Bool bNextButton ) : in SwFldInputDlg() argument 73 if( bNextButton ) in SwFldInputDlg()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 919 SwField* pField,int nResId, sal_Bool bNextButton ) in CreateDropDownFieldDialog() argument 925 pDlg = new sw::DropDownFieldDialog( pParent, rSh, pField, bNextButton ); in CreateDropDownFieldDialog() 1338 SwField* pField, sal_Bool bNextButton ) //add for SwFldInputDlg in CreateFldInputDlg() argument 1344 pDlg = new SwFldInputDlg( pParent, rSh, pField, bNextButton ); in CreateFldInputDlg()
|
H A D | swdlgfact.hxx | 455 SwField* pField,int nResId, sal_Bool bNextButton = sal_False ); 514 SwField* pField, sal_Bool bNextButton = sal_False ); //add for SwFldInputDlg
|
/aoo41x/main/sw/inc/ |
H A D | swabstdlg.hxx | 373 SwField* pField,int nResId, sal_Bool bNextButton = sal_False ) = 0; 439 SwField* pField, sal_Bool bNextButton = sal_False ) = 0; //add for SwFldInputDlg
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | DropDownFieldDialog.hxx | 61 SwField* pField, sal_Bool bNextButton = sal_False );
|
H A D | inpdlg.hxx | 69 SwField* pField, sal_Bool bNextButton = sal_False );
|
H A D | wrtsh.hxx | 404 …sal_Bool StartInputFldDlg(SwField*, sal_Bool bNextButton, Window* pParentWin = 0, ByteString* p… 406 sal_Bool StartDropDownFldDlg(SwField*, sal_Bool bNextButton, ByteString* pWindowState = 0);
|
Completed in 121 milliseconds