LibreOffice Module sd (master) 1
|
Run the graphic size checks for all the graphic objects in the DOM and store a list of violations. More...
#include <GraphicSizeCheck.hxx>
Public Member Functions | |
GraphicSizeCheck (SdDrawDocument *pDocument) | |
void | check () |
std::vector< std::unique_ptr< GraphicSizeViolation > > & | getViolationList () |
Private Attributes | |
SdDrawDocument * | m_pDocument |
std::vector< std::unique_ptr< GraphicSizeViolation > > | m_aGraphicSizeViolationList |
Run the graphic size checks for all the graphic objects in the DOM and store a list of violations.
Definition at line 56 of file GraphicSizeCheck.hxx.
|
inline |
Definition at line 63 of file GraphicSizeCheck.hxx.
void sd::GraphicSizeCheck::check | ( | ) |
Definition at line 148 of file GraphicSizeCheck.cxx.
References SdDrawDocument::getImagePreferredDPI(), m_aGraphicSizeViolationList, and m_pDocument.
Referenced by sd::GraphicSizeCheckGUIResult::GraphicSizeCheckGUIResult().
|
inline |
Definition at line 70 of file GraphicSizeCheck.hxx.
References m_aGraphicSizeViolationList.
Referenced by sd::GraphicSizeCheckGUIResult::GraphicSizeCheckGUIResult().
|
private |
Definition at line 60 of file GraphicSizeCheck.hxx.
Referenced by check(), and getViolationList().
|
private |
Definition at line 59 of file GraphicSizeCheck.hxx.
Referenced by check().