Searched refs:pWindowState (Results 1 – 2 of 2) sorted by relevance
187 Window* pParentWin, ByteString* pWindowState ) in StartInputFldDlg() argument198 if(pWindowState && pWindowState->Len()) in StartInputFldDlg()199 pDlg->SetWindowState(*pWindowState); in StartInputFldDlg()201 if(pWindowState) in StartInputFldDlg()202 *pWindowState = pDlg->GetWindowState(); in StartInputFldDlg()211 …Bool SwWrtShell::StartDropDownFldDlg(SwField* pFld, sal_Bool bNextButton, ByteString* pWindowState) in StartDropDownFldDlg() argument218 if(pWindowState && pWindowState->Len()) in StartDropDownFldDlg()219 pDlg->SetWindowState(*pWindowState); in StartDropDownFldDlg()221 if(pWindowState) in StartDropDownFldDlg()222 *pWindowState = pDlg->GetWindowState(); in StartDropDownFldDlg()
404 …tInputFldDlg(SwField*, sal_Bool bNextButton, Window* pParentWin = 0, ByteString* pWindowState = 0);406 sal_Bool StartDropDownFldDlg(SwField*, sal_Bool bNextButton, ByteString* pWindowState = 0);
Completed in 18 milliseconds