|
LibreOffice Module sw (master) 1
|
#include <o3tl/typed_flags_set.hxx>#include <o3tl/sorted_vector.hxx>#include <vcl/idle.hxx>#include "swdllapi.h"#include "swtypes.hxx"#include "toxe.hxx"#include "flyenum.hxx"#include "flypos.hxx"#include "swdbdata.hxx"#include <sfx2/objsh.hxx>#include <svl/style.hxx>#include <editeng/numitem.hxx>#include "tox.hxx"#include "frmfmt.hxx"#include "frameformats.hxx"#include "charfmt.hxx"#include "docary.hxx"#include "charformats.hxx"#include "pagedesc.hxx"#include "tblenum.hxx"#include "ndarr.hxx"#include "ndtyp.hxx"#include <memory>#include <mutex>#include <set>#include <tuple>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| class | SwDoc |
| struct | o3tl::typed_flags< SwDoc::RowColMode > |
Namespaces | |
| namespace | editeng |
| namespace | sw |
| Dialog to specify the properties of date form field. | |
| namespace | sw::mark |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::container |
| namespace | com::sun::star::embed |
| namespace | com::sun::star::linguistic2 |
| namespace | com::sun::star::script |
| namespace | com::sun::star::script::vba |
| namespace | ooo |
| namespace | ooo::vba |
| namespace | ooo::vba::word |
| namespace | sfx2 |
| namespace | o3tl |
Typedefs | |
| using | SwRubyList = std::vector< std::unique_ptr< SwRubyListEntry > > |
Functions | |
| void | SetAllScriptItem (SfxItemSet &rSet, const SfxPoolItem &rItem) |
| void | ClrContourCache () |
| bool | sw_GetPostIts (const IDocumentFieldsAccess &rIDFA, SetGetExpFields *pSrtLst) |
| using SwRubyList = std::vector<std::unique_ptr<SwRubyListEntry> > |
| void ClrContourCache | ( | ) |
Definition at line 56 of file txtfly.cxx.
References SwRectFnCollection::fnGetLeft, SwRectFnCollection::fnGetRight, SwRectFnCollection::fnGetTop, SwRectFnCollection::fnYDiff, and SwAnchoredObject::GetObjRectWithSpaces().
| void SetAllScriptItem | ( | SfxItemSet & | rSet, |
| const SfxPoolItem & | rItem | ||
| ) |
Definition at line 41 of file poolfmt.cxx.
References SfxPoolItem::CloneSetWhich(), SfxItemSet::Put(), RES_CHRATR_CJK_FONT(), RES_CHRATR_CJK_FONTSIZE(), RES_CHRATR_CJK_LANGUAGE(), RES_CHRATR_CJK_POSTURE(), RES_CHRATR_CJK_WEIGHT(), RES_CHRATR_CTL_FONT(), RES_CHRATR_CTL_FONTSIZE(), RES_CHRATR_CTL_LANGUAGE(), RES_CHRATR_CTL_POSTURE(), RES_CHRATR_CTL_WEIGHT(), RES_CHRATR_FONT(), RES_CHRATR_FONTSIZE(), RES_CHRATR_LANGUAGE(), RES_CHRATR_POSTURE(), RES_CHRATR_WEIGHT(), rSet, and SfxPoolItem::Which().
Referenced by SwAutoFormat::BuildEnum(), sw::DocumentStylePoolManager::GetFormatFromPool(), sw::DocumentStylePoolManager::GetTextCollFromPool(), and SwAutoCorrDoc::SetAttr().
| bool sw_GetPostIts | ( | const IDocumentFieldsAccess & | rIDFA, |
| SetGetExpFields * | pSrtLst | ||
| ) |
Definition at line 529 of file doc.cxx.
References SwFieldType::GatherFields(), IDocumentFieldsAccess::GetSysFieldType(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), and Postit.
Referenced by SwRenderData::CreatePostItData(), sw::IsShrinkPageForPostIts(), and lcl_GetPrintUIOptions().