LibreOffice Module svtools (master) 1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
SvtURLBox_Impl Class Reference

Public Member Functions

 SvtURLBox_Impl ()
 

Static Public Member Functions

static bool TildeParsing (OUString &aText, OUString &aBaseUrl)
 Parse leading ~ for Unix systems, does nothing for Windows. More...
 

Public Attributes

std::vector< OUString > aURLs
 
std::vector< OUString > aCompletions
 
std::vector< WildCardm_aFilters
 

Detailed Description

Definition at line 69 of file inettbc.cxx.

Constructor & Destructor Documentation

◆ SvtURLBox_Impl()

SvtURLBox_Impl::SvtURLBox_Impl ( )
inline

Definition at line 78 of file inettbc.cxx.

References m_aFilters, and u.

Member Function Documentation

◆ TildeParsing()

bool SvtURLBox_Impl::TildeParsing ( OUString &  aText,
OUString &  aBaseUrl 
)
static

Parse leading ~ for Unix systems, does nothing for Windows.

Definition at line 657 of file inettbc.cxx.

References OUStringToOString(), and comphelper::string::stripEnd().

Referenced by SvtURLBox::ParseSmart().

Member Data Documentation

◆ aCompletions

std::vector<OUString> SvtURLBox_Impl::aCompletions

Definition at line 73 of file inettbc.cxx.

◆ aURLs

std::vector<OUString> SvtURLBox_Impl::aURLs

Definition at line 72 of file inettbc.cxx.

◆ m_aFilters

std::vector<WildCard> SvtURLBox_Impl::m_aFilters

Definition at line 74 of file inettbc.cxx.

Referenced by SvtURLBox_Impl().


The documentation for this class was generated from the following file: