Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/draw/
H A Ddpage.cxx209 sal_Bool bExecHyperlinks = rDoc.GetDocShell()->IsReadOnly(); in RequestHelp() local
210 if ( !bExecHyperlinks ) in RequestHelp()
213bExecHyperlinks = !aSecOpts.IsOptionSet( SvtSecurityOptions::E_CTRLCLICK_HYPERLINK ); in RequestHelp()
215 if ( !bExecHyperlinks ) in RequestHelp()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx215 sal_Bool bExecHyperlinks = rView.GetDocShell()->IsReadOnly(); in RequestHelp() local
216 if ( !bExecHyperlinks ) in RequestHelp()
219bExecHyperlinks = !aSecOpts.IsOptionSet( SvtSecurityOptions::E_CTRLCLICK_HYPERLINK ); in RequestHelp()
221 if ( !bExecHyperlinks ) in RequestHelp()
H A Dedtwin.cxx381 sal_Bool bExecHyperlinks = rView.GetDocShell()->IsReadOnly(); in UpdatePointer() local
382 if ( !bExecHyperlinks ) in UpdatePointer()
388 bExecHyperlinks = sal_True; in UpdatePointer()
423 if ( bNotInSelObj && bExecHyperlinks && in UpdatePointer()
449 if (eHit == SDRHIT_URLFIELD && bExecHyperlinks) in UpdatePointer()
530 … (SwContentAtPos::SW_INETATTR == aSwContentAtPos.eCntntAtPos && bExecHyperlinks) || in UpdatePointer()
2865 sal_Bool bExecHyperlinks = rView.GetDocShell()->IsReadOnly(); in MouseButtonDown() local
2866 if ( !bExecHyperlinks ) in MouseButtonDown()
2872 bExecHyperlinks = sal_True; in MouseButtonDown()
2896 if (bExecHyperlinks && pSdrView) in MouseButtonDown()
[all …]