Home
last modified time | relevance | path

Searched refs:bIsUrl (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/source/ui/shells/
H A Dtextfld.cxx519 sal_Bool bIsUrl=sal_False; in ExecField() local
530 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()
/aoo42x/main/sw/source/ui/fldui/
H A Djavaedit.cxx91 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()
/aoo42x/main/sw/source/ui/inc/
H A Djavaedit.hxx76 sal_Bool bIsUrl; member in SwJavaEditDialog
107 sal_Bool IsUrl() { return bIsUrl; } in IsUrl()

Completed in 18 milliseconds