Kaydet (Commit) b0c758b4 authored tarafından Tamás Zolnai's avatar Tamás Zolnai

Unfloat: Add documentation for new classes

Change-Id: Id7c8d5eb7f865db5db82beffe96dab605d8ae36f
Reviewed-on: https://gerrit.libreoffice.org/65941Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst 3272c1eb
......@@ -13,6 +13,16 @@
#include "FrameControl.hxx"
#include <vcl/menubtn.hxx>
/** Class for unfloat table button
*
* This unfloat button is used to convert a floating table into a simple writer table embedded to the text body.
* This unfloat oparation is useful typically for documents imported from MSO file formats containing
* multi-page floating tables. In case of a multi-page table the text frame cuts off the table because
* the frame can't span across multiple pages. With unfloating we can get a multi-page table without
* floating properties.
*
*/
class FloatingTableButton : public SwFrameMenuButtonBase
{
OUString m_sLabel;
......
......@@ -15,6 +15,10 @@
#include <vcl/timer.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
/**
* Button painter helper class used to paint a runtime button positioned to a writer frame.
* See header/footer button.
*/
class SwFrameButtonPainter
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment