LibreOffice Module sw (master) 1
|
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
#include <sfx2/lnkbase.hxx>
#include <editeng/boxitem.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/event.hxx>
#include <sot/exchange.hxx>
#include <fmtfsize.hxx>
#include <fmtanchr.hxx>
#include <frmatr.hxx>
#include <frmfmt.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentLinksAdministration.hxx>
#include <pam.hxx>
#include <swtable.hxx>
#include <swevent.hxx>
#include <swbaslnk.hxx>
#include <swserv.hxx>
#include <viewsh.hxx>
#include <ndgrf.hxx>
#include <htmltbl.hxx>
#include <dialoghelp.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
static bool | SetGrfFlySize (const Size &rGrfSz, SwGrfNode *pGrfNd, const Size &rOrigGrfSize) |
|
static |
Definition at line 146 of file swbaslnk.cxx.
References Size::AdjustHeight(), Size::AdjustWidth(), SvxBoxItem::CalcLineSpace(), SwTable::DecGrfsThatResize(), SwNode::FindTableNode(), SwFormat::GetAnchor(), SwFormatAnchor::GetAnchorNode(), SwFormat::GetBox(), SwHTMLTableLayout::GetBrowseWidthByTable(), IDocumentLayoutAccess::GetCurrentViewShell(), SwNode::GetDoc(), SwDoc::GetEditShell(), SwNode::GetFlyFormat(), SwFormat::GetFrameSize(), SwTable::GetHTMLTableLayout(), SwDoc::getIDocumentLayoutAccess(), SvxSizeItem::GetSize(), SwTableNode::GetTable(), Size::Height(), HTMLTABLE_RESIZE_NOW, SwGrfNode::IsChgTwipSize(), SwHTMLTableLayout::Resize(), SwFormat::SetFormatAttr(), Size::setHeight(), SvxSizeItem::SetSize(), SwGrfNode::SetTwipSize(), Size::setWidth(), and Size::Width().
Referenced by SwBaseLink::DataChanged().