LibreOffice Module sw (master) 1
Public Member Functions | List of all members
std::less< SwPageDesc * > Struct Reference

#include <pagedesc.hxx>

Public Member Functions

bool operator() (const SwPageDesc *pPageDesc, std::u16string_view rName) const
 
bool operator() (std::u16string_view rName, const SwPageDesc *pPageDesc) const
 
bool operator() (const SwPageDesc *lhs, const SwPageDesc *rhs) const
 

Detailed Description

Definition at line 304 of file pagedesc.hxx.

Member Function Documentation

◆ operator()() [1/3]

bool std::less< SwPageDesc * >::operator() ( const SwPageDesc lhs,
const SwPageDesc rhs 
) const
inline

Definition at line 309 of file pagedesc.hxx.

References SwPageDesc::GetName().

◆ operator()() [2/3]

bool std::less< SwPageDesc * >::operator() ( const SwPageDesc pPageDesc,
std::u16string_view  rName 
) const
inline

Definition at line 305 of file pagedesc.hxx.

References SwPageDesc::GetName().

◆ operator()() [3/3]

bool std::less< SwPageDesc * >::operator() ( std::u16string_view  rName,
const SwPageDesc pPageDesc 
) const
inline

Definition at line 307 of file pagedesc.hxx.

References SwPageDesc::GetName().


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