LibreOffice Module sw (master) 1
Classes | Namespaces | Enumerations | Functions
swurl.hxx File Reference
#include <rtl/ustring.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for swurl.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< LoadUrlFlags >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  LoadUrlFlags {
  NONE = 0x00 ,
  NewView = 0x01
}
 

Functions

void LoadURL (SwViewShell &rSh, const OUString &rName, LoadUrlFlags nFilter, const OUString &rTargetFrameName)
 

Enumeration Type Documentation

◆ LoadUrlFlags

enum class LoadUrlFlags
strong
Enumerator
NONE 
NewView 

Definition at line 27 of file swurl.hxx.

Function Documentation

◆ LoadURL()

void LoadURL ( SwViewShell rSh,
const OUString &  rName,
LoadUrlFlags  nFilter,
const OUString &  rTargetFrameName 
)