LibreOffice Module sw (master) 1
|
#include <DocumentStylePoolManager.hxx>
#include <SwStyleNameMapper.hxx>
#include <doc.hxx>
#include <DocumentSettingManager.hxx>
#include <IDocumentState.hxx>
#include <IDocumentUndoRedo.hxx>
#include <fmtanchr.hxx>
#include <fmtfsize.hxx>
#include <paratr.hxx>
#include <poolfmt.hxx>
#include <fmtornt.hxx>
#include <charfmt.hxx>
#include <fmtsrnd.hxx>
#include <docary.hxx>
#include <pagedesc.hxx>
#include <frmfmt.hxx>
#include <fmtline.hxx>
#include <numrule.hxx>
#include <hints.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/lspcitem.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/keepitem.hxx>
#include <editeng/opaqitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/cmapitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/protitem.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/scriptspaceitem.hxx>
#include <o3tl/unit_conversion.hxx>
#include <svx/strings.hrc>
#include <svx/dialmgr.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <strings.hrc>
#include <frmatr.hxx>
#include <frameformats.hxx>
#include <com/sun/star/text/VertOrientation.hpp>
#include <com/sun/star/text/RelOrientation.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <unotools/syslocale.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <comphelper/lok.hxx>
Go to the source code of this file.
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
bool | IsConditionalByPoolId (sal_uInt16 nId) |
static std::vector< OUString > | lcl_NewUINameArray (const TranslateId *pIds, const size_t nLen, const size_t nSvxIds=0) |
Variables | |
const TranslateId | STR_POOLCOLL_TEXT_ARY [] |
const TranslateId | STR_POOLCOLL_LISTS_ARY [] |
const TranslateId | STR_POOLCOLL_EXTRA_ARY [] |
const TranslateId | STR_POOLCOLL_REGISTER_ARY [] |
const TranslateId | STR_POOLCOLL_DOC_ARY [] |
const TranslateId | STR_POOLCOLL_HTML_ARY [] |
const TranslateId | STR_POOLCHR_ARY [] |
const TranslateId | STR_POOLCHR_HTML_ARY [] |
const TranslateId | STR_POOLFRM_ARY [] |
const TranslateId | STR_POOLPAGE_ARY [] |
const TranslateId | STR_POOLNUMRULE_NUM_ARY [] |
const TranslateId | STR_TABSTYLE_ARY [] |
bool IsConditionalByPoolId | ( | sal_uInt16 | nId | ) |
Definition at line 78 of file DocumentStylePoolManager.cxx.
References nId, and RES_POOLCOLL_TEXT.
Referenced by sw::DocumentStylePoolManager::GetTextCollFromPool(), and lcl_InitConditional().
|
static |
Definition at line 2587 of file DocumentStylePoolManager.cxx.
References i, SvxResId(), and SwResId().
Referenced by SwStyleNameMapper::GetChrFormatUINameArray(), SwStyleNameMapper::GetDocUINameArray(), SwStyleNameMapper::GetExtraUINameArray(), SwStyleNameMapper::GetFrameFormatUINameArray(), SwStyleNameMapper::GetHTMLChrFormatUINameArray(), SwStyleNameMapper::GetHTMLUINameArray(), SwStyleNameMapper::GetListsUINameArray(), SwStyleNameMapper::GetNumRuleUINameArray(), SwStyleNameMapper::GetPageDescUINameArray(), SwStyleNameMapper::GetRegisterUINameArray(), SwStyleNameMapper::GetTableStyleUINameArray(), and SwStyleNameMapper::GetTextUINameArray().
const TranslateId STR_POOLCHR_ARY[] |
Definition at line 461 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetChrFormatUINameArray(), and sw::DocumentStylePoolManager::GetFormatFromPool().
const TranslateId STR_POOLCHR_HTML_ARY[] |
Definition at line 482 of file DocumentStylePoolManager.cxx.
Referenced by sw::DocumentStylePoolManager::GetFormatFromPool(), and SwStyleNameMapper::GetHTMLChrFormatUINameArray().
const TranslateId STR_POOLCOLL_DOC_ARY[] |
Definition at line 443 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetDocUINameArray(), and sw::DocumentStylePoolManager::GetTextCollFromPool().
const TranslateId STR_POOLCOLL_EXTRA_ARY[] |
Definition at line 363 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetExtraUINameArray(), and sw::DocumentStylePoolManager::GetTextCollFromPool().
const TranslateId STR_POOLCOLL_HTML_ARY[] |
Definition at line 451 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetHTMLUINameArray(), and sw::DocumentStylePoolManager::GetTextCollFromPool().
const TranslateId STR_POOLCOLL_LISTS_ARY[] |
Definition at line 313 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetListsUINameArray(), and sw::DocumentStylePoolManager::GetTextCollFromPool().
const TranslateId STR_POOLCOLL_REGISTER_ARY[] |
Definition at line 393 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetRegisterUINameArray(), and sw::DocumentStylePoolManager::GetTextCollFromPool().
const TranslateId STR_POOLCOLL_TEXT_ARY[] |
Definition at line 287 of file DocumentStylePoolManager.cxx.
Referenced by sw::DocumentStylePoolManager::GetTextCollFromPool(), and SwStyleNameMapper::GetTextUINameArray().
const TranslateId STR_POOLFRM_ARY[] |
Definition at line 495 of file DocumentStylePoolManager.cxx.
Referenced by sw::DocumentStylePoolManager::GetFormatFromPool(), and SwStyleNameMapper::GetFrameFormatUINameArray().
const TranslateId STR_POOLNUMRULE_NUM_ARY[] |
Definition at line 521 of file DocumentStylePoolManager.cxx.
Referenced by sw::DocumentStylePoolManager::GetNumRuleFromPool(), and SwStyleNameMapper::GetNumRuleUINameArray().
const TranslateId STR_POOLPAGE_ARY[] |
Definition at line 506 of file DocumentStylePoolManager.cxx.
Referenced by sw::DocumentStylePoolManager::GetPageDescFromPool(), and SwStyleNameMapper::GetPageDescUINameArray().
const TranslateId STR_TABSTYLE_ARY[] |
Definition at line 540 of file DocumentStylePoolManager.cxx.
Referenced by SwStyleNameMapper::GetTableStyleUINameArray().