Searched refs:bIsUrl (Results 1 – 3 of 3) sorted by relevance
519 sal_Bool bIsUrl=sal_False; in ExecField() local530 bIsUrl = pIsUrl->GetValue(); in ExecField()534 …bUpdate = pFld && ( bIsUrl != pFld->GetFormat() || pFld->GetPar2() != aType || pFld->GetPar1() != … in ExecField()547 bIsUrl = pDlg->IsUrl(); in ExecField()552 rReq.AppendItem( SfxBoolItem( FN_PARAM_1, bIsUrl ) ); in ExecField()560 SwInsertFld_Data aData(TYP_SCRIPTFLD, 0, aType, aText, bIsUrl); in ExecField()566 pMgr->UpdateCurFld( bIsUrl, aType, aText ); in ExecField()
91 bIsUrl(sal_False), in SwJavaEditDialog()275 bIsUrl = aUrlRB.IsChecked(); in SetFld()277 if( bIsUrl ) in SetFld()300 …return pFld && ( bIsUrl != pFld->GetFormat() || pFld->GetPar2() != aType || pFld->GetPar1() != aTe… in IsUpdate()
76 sal_Bool bIsUrl; member in SwJavaEditDialog107 sal_Bool IsUrl() { return bIsUrl; } in IsUrl()
Completed in 13 milliseconds