| 
    LibreOffice Module sw (master) 1
    
   | 
 
The UI part of the GraphicSizeViolation used by GenericCheckDialog. More...
#include <GraphicSizeCheck.hxx>
Public Member Functions | |
| GraphicSizeCheckGUIEntry (SwDoc *pDocument, std::unique_ptr< GraphicSizeViolation > &&pViolation) | |
| OUString | getText () override | 
| bool | canMarkObject () override | 
| void | markObject () override | 
| bool | hasProperties () override | 
| void | runProperties () override | 
  Public Member Functions inherited from svx::CheckData | |
| virtual | ~CheckData () | 
| virtual OUString | getText ()=0 | 
| virtual bool | canMarkObject ()=0 | 
| virtual void | markObject ()=0 | 
| virtual bool | hasProperties ()=0 | 
| virtual void | runProperties ()=0 | 
Private Attributes | |
| SwDoc * | m_pDocument | 
| std::unique_ptr< GraphicSizeViolation > | m_pViolation | 
The UI part of the GraphicSizeViolation used by GenericCheckDialog.
Definition at line 73 of file GraphicSizeCheck.hxx.
      
  | 
  inline | 
Definition at line 80 of file GraphicSizeCheck.hxx.
      
  | 
  inlineoverridevirtual | 
Implements svx::CheckData.
Definition at line 88 of file GraphicSizeCheck.hxx.
      
  | 
  overridevirtual | 
Implements svx::CheckData.
Definition at line 108 of file GraphicSizeCheck.cxx.
References m_pViolation, and SwResId().
      
  | 
  inlineoverridevirtual | 
Implements svx::CheckData.
Definition at line 92 of file GraphicSizeCheck.hxx.
      
  | 
  overridevirtual | 
Implements svx::CheckData.
Definition at line 128 of file GraphicSizeCheck.cxx.
References FLYCNTTYPE_ALL, SwDoc::GetDocShell(), SwDocShell::GetWrtShell(), SwWrtShell::GotoFly(), m_pDocument, and m_pViolation.
Referenced by runProperties().
      
  | 
  overridevirtual | 
Implements svx::CheckData.
Definition at line 134 of file GraphicSizeCheck.cxx.
References SfxDispatcher::Execute(), FN_FORMAT_GRAFIC_DLG, SfxViewFrame::GetDispatcher(), SwDoc::GetDocShell(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), SwDocShell::GetWrtShell(), m_pDocument, and markObject().
      
  | 
  private | 
Definition at line 76 of file GraphicSizeCheck.hxx.
Referenced by markObject(), and runProperties().
      
  | 
  private | 
Definition at line 77 of file GraphicSizeCheck.hxx.
Referenced by getText(), and markObject().