LibreOffice Module sc (master) 1
|
#include <comphelper/string.hxx>
#include <scitems.hxx>
#include <i18nutil/transliteration.hxx>
#include <editeng/adjustitem.hxx>
#include <svx/clipfmtitem.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/flditem.hxx>
#include <editeng/flstitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/lspcitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/urlfieldhelper.hxx>
#include <svx/hlnkitem.hxx>
#include <svx/svdoutl.hxx>
#include <svx/sdooitm.hxx>
#include <editeng/postitem.hxx>
#include <editeng/scripttypeitem.hxx>
#include <editeng/shdditem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/writingmodeitem.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <svtools/cliplistener.hxx>
#include <vcl/transfer.hxx>
#include <svl/stritem.hxx>
#include <svl/whiter.hxx>
#include <svl/languageoptions.hxx>
#include <svl/cjkoptions.hxx>
#include <svl/ctloptions.hxx>
#include <svx/svxdlg.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/unohelp2.hxx>
#include <sc.hrc>
#include <globstr.hrc>
#include <scresid.hxx>
#include <scmod.hxx>
#include <drtxtob.hxx>
#include <viewdata.hxx>
#include <document.hxx>
#include <drawview.hxx>
#include <viewutil.hxx>
#include <tabvwsh.hxx>
#include <gridwin.hxx>
#include <scslots.hxx>
Go to the source code of this file.
Macros | |
#define | ShellClass_ScDrawTextObjectBar |
Functions | |
IMPL_LINK (ScDrawTextObjectBar, ClipboardChanged, TransferableDataHelper *, pDataHelper, void) | |
static void | lcl_RemoveFields (OutlinerView &rOutView) |
#define ShellClass_ScDrawTextObjectBar |
Definition at line 78 of file drtxtob.cxx.
IMPL_LINK | ( | ScDrawTextObjectBar | , |
ClipboardChanged | , | ||
TransferableDataHelper * | , | ||
pDataHelper | , | ||
void | |||
) |
Definition at line 471 of file drtxtob.cxx.
References SfxBindings::Invalidate().
|
static |
Outliner should have RemoveFields with a selection
GetPortions and GetAttribs should be const!
Definition at line 583 of file drtxtob.cxx.
References ESelection::Adjust(), aName, EE_FEATURE_FIELD(), SfxUndoManager::EnterListAction(), ScTabViewShell::GetActiveViewShell(), EditEngine::GetAttribs(), Outliner::GetEditEngine(), SfxItemSet::GetItemState(), OutlinerView::GetOutliner(), Outliner::GetParagraphCount(), EditEngine::GetPortions(), OutlinerView::GetSelection(), EditEngine::GetText(), Outliner::GetUndoManager(), Outliner::IsUpdateLayout(), SfxUndoManager::LeaveListAction(), ESelection::nEndPara, ESelection::nEndPos, nPos, ESelection::nStartPara, ESelection::nStartPos, Outliner::QuickInsertText(), ScResId(), OutlinerView::SetSelection(), and Outliner::SetUpdateLayout().
Referenced by ScDrawTextObjectBar::ExecuteAttr().