LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
sw::GraphicSizeCheck Class Referencefinal

Run the graphic size checks for all the graphic objects in the DOM and store a list of violations. More...

#include <GraphicSizeCheck.hxx>

Collaboration diagram for sw::GraphicSizeCheck:
[legend]

Public Member Functions

 GraphicSizeCheck (SwDoc *pDocument)
 
void check ()
 
std::vector< std::unique_ptr< GraphicSizeViolation > > & getViolationList ()
 

Private Attributes

SwDocm_pDocument
 
std::vector< std::unique_ptr< GraphicSizeViolation > > m_aGraphicSizeViolationList
 

Detailed Description

Run the graphic size checks for all the graphic objects in the DOM and store a list of violations.

Definition at line 52 of file GraphicSizeCheck.hxx.

Constructor & Destructor Documentation

◆ GraphicSizeCheck()

sw::GraphicSizeCheck::GraphicSizeCheck ( SwDoc pDocument)
inline

Definition at line 59 of file GraphicSizeCheck.hxx.

Member Function Documentation

◆ check()

void sw::GraphicSizeCheck::check ( )

◆ getViolationList()

std::vector< std::unique_ptr< GraphicSizeViolation > > & sw::GraphicSizeCheck::getViolationList ( )
inline

Member Data Documentation

◆ m_aGraphicSizeViolationList

std::vector<std::unique_ptr<GraphicSizeViolation> > sw::GraphicSizeCheck::m_aGraphicSizeViolationList
private

Definition at line 56 of file GraphicSizeCheck.hxx.

Referenced by check(), and getViolationList().

◆ m_pDocument

SwDoc* sw::GraphicSizeCheck::m_pDocument
private

Definition at line 55 of file GraphicSizeCheck.hxx.

Referenced by check().


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