Home
last modified time | relevance | path

Searched refs:nResId (Results 1 – 25 of 46) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedfld.cxx43 size_t SwEditShell::GetFieldTypeCount(SwFieldIds nResId ) const in GetFieldTypeCount()
47 if(nResId == SwFieldIds::Unknown) in GetFieldTypeCount()
57 if(pFieldType->Which() == nResId) in GetFieldTypeCount()
64 SwFieldType* SwEditShell::GetFieldType(size_t nField, SwFieldIds nResId ) const in GetFieldType()
68 if(nResId == SwFieldIds::Unknown && nField < pFieldTypes->size()) in GetFieldType()
77 if(pFieldType->Which() == nResId) in GetFieldType()
88 SwFieldType* SwEditShell::GetFieldType(SwFieldIds nResId, const OUString& rName) const in GetFieldType() argument
90 return GetDoc()->getIDocumentFieldsAccess().GetFieldType( nResId, rName, false ); in GetFieldType()
100 void SwEditShell::RemoveFieldType(SwFieldIds nResId, const OUString& rStr) in RemoveFieldType() argument
112 if( pFieldType->Which() == nResId ) in RemoveFieldType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedfld.cxx47 size_t SwEditShell::GetFieldTypeCount(SwFieldIds nResId ) const in GetFieldTypeCount()
51 if(nResId == SwFieldIds::Unknown) in GetFieldTypeCount()
61 if(pFieldType->Which() == nResId) in GetFieldTypeCount()
68 SwFieldType* SwEditShell::GetFieldType(size_t nField, SwFieldIds nResId ) const in GetFieldType()
72 if(nResId == SwFieldIds::Unknown && nField < pFieldTypes->size()) in GetFieldType()
81 if(pFieldType->Which() == nResId) in GetFieldType()
92 SwFieldType* SwEditShell::GetFieldType(SwFieldIds nResId, const OUString& rName) const in GetFieldType() argument
94 return GetDoc()->getIDocumentFieldsAccess().GetFieldType( nResId, rName, false ); in GetFieldType()
104 void SwEditShell::RemoveFieldType(SwFieldIds nResId, const OUString& rStr) in RemoveFieldType() argument
116 if( pFieldType->Which() == nResId ) in RemoveFieldType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dfldmgr.hxx161 SwFieldType* GetFieldType(SwFieldIds nResId, size_t nField = 0) const;
162 SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName) const;
164 void RemoveFieldType(SwFieldIds nResId, const OUString& rName);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dfldmgr.hxx161 SwFieldType* GetFieldType(SwFieldIds nResId, size_t nField = 0) const;
162 SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName) const;
164 void RemoveFieldType(SwFieldIds nResId, const OUString& rName);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh4.cxx1769 sal_uInt16 nResId = 0; in ExecutePageStyle() local
1777 nResId = RID_SCDLG_HFEDIT; in ExecutePageStyle()
1789 nResId = bShareFooter ? in ExecutePageStyle()
1793 nResId = bShareHeader ? in ExecutePageStyle()
1807 nResId = RID_SCDLG_HFEDIT_ALL; in ExecutePageStyle()
1809 nResId = RID_SCDLG_HFEDIT_FOOTER; in ExecutePageStyle()
1811 nResId = RID_SCDLG_HFEDIT_HEADER; in ExecutePageStyle()
1816 nResId = RID_SCDLG_HFEDIT; in ExecutePageStyle()
1828 nResId = RID_SCDLG_HFEDIT_SFTR; in ExecutePageStyle()
1832 nResId = RID_SCDLG_HFEDIT_HEADER; in ExecutePageStyle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/factory/
H A Ddlgfact.cxx972 …stractDialog> AbstractDialogFactory_Impl::CreateVclDialog(weld::Window* pParent, sal_uInt32 nResId) in CreateVclDialog() argument
975 switch ( nResId ) in CreateVclDialog()
982 if (nResId == SID_OPTIONS_TREEDIALOG) in CreateVclDialog()
986 if (nResId == SID_OPTIONS_DATABASES) in CreateVclDialog()
990 else if (nResId == SID_LANGUAGE_OPTIONS) in CreateVclDialog()
1012 sal_uInt32 nResId, const OUString& rParameter ) in CreateFrameDialog() argument
1015 if (SID_OPTIONS_TREEDIALOG == nResId || SID_OPTIONS_DATABASES == nResId) in CreateFrameDialog()
1018 bool bActivateLastSelection = ( nResId != SID_OPTIONS_DATABASES && rParameter.isEmpty() ); in CreateFrameDialog()
1020 if ( nResId == SID_OPTIONS_DATABASES ) in CreateFrameDialog()
1356 sal_uInt32 nResId) in CreateSfxDialog() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunofield.cxx121 SwFieldIds nResId; member
263 if( nWhich == pMap->nResId ) in lcl_GetServiceForField()
431 , m_nResTypeId(nResId) in Impl()
444 , m_nResTypeId(nResId) in Impl()
539 SwFieldIds nResId) in CreateXFieldMaster() argument
2696 nResId = SwFieldIds::User; in lcl_GetIdByName()
2698 nResId = SwFieldIds::Dde; in lcl_GetIdByName()
2701 nResId = SwFieldIds::SetExp; in lcl_GetIdByName()
2721 return nResId; in lcl_GetIdByName()
2732 if( SwFieldIds::Unknown == nResId ) in getByName()
[all …]
H A Dunocoll.cxx766 SwFieldIds nResId = SwFieldIds::Unknown; in MakeInstance() local
769 case SwServiceType::FieldMasterUser: nResId = SwFieldIds::User; break; in MakeInstance()
770 case SwServiceType::FieldMasterDDE: nResId = SwFieldIds::Dde; break; in MakeInstance()
771 case SwServiceType::FieldMasterSetExp : nResId = SwFieldIds::SetExp; break; in MakeInstance()
772 case SwServiceType::FieldMasterDatabase: nResId = SwFieldIds::Database; break; in MakeInstance()
775 xRet = SwXFieldMaster::CreateXFieldMaster(&rDoc, nullptr, nResId); in MakeInstance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunofield.cxx133 SwFieldIds const nResId; member
273 if( nWhich == pMap->nResId ) in lcl_GetServiceForField()
441 , m_nResTypeId(nResId) in Impl()
454 , m_nResTypeId(nResId) in Impl()
553 SwFieldIds nResId) in CreateXFieldMaster() argument
2733 nResId = SwFieldIds::User; in lcl_GetIdByName()
2735 nResId = SwFieldIds::Dde; in lcl_GetIdByName()
2738 nResId = SwFieldIds::SetExp; in lcl_GetIdByName()
2758 return nResId; in lcl_GetIdByName()
2769 if( SwFieldIds::Unknown == nResId ) in getByName()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh4.cxx1901 sal_uInt16 nResId = 0; in ExecutePageStyle() local
1909 nResId = RID_SCDLG_HFEDIT; in ExecutePageStyle()
1921 nResId = bShareFooter ? in ExecutePageStyle()
1925 nResId = bShareHeader ? in ExecutePageStyle()
1939 nResId = RID_SCDLG_HFEDIT_ALL; in ExecutePageStyle()
1941 nResId = RID_SCDLG_HFEDIT_FOOTER; in ExecutePageStyle()
1943 nResId = RID_SCDLG_HFEDIT_HEADER; in ExecutePageStyle()
1948 nResId = RID_SCDLG_HFEDIT; in ExecutePageStyle()
1960 nResId = RID_SCDLG_HFEDIT_SFTR; in ExecutePageStyle()
1964 nResId = RID_SCDLG_HFEDIT_HEADER; in ExecutePageStyle()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/factory/
H A Ddlgfact.cxx996 …stractDialog> AbstractDialogFactory_Impl::CreateVclDialog(weld::Window* pParent, sal_uInt32 nResId) in CreateVclDialog() argument
999 switch ( nResId ) in CreateVclDialog()
1006 if (nResId == SID_OPTIONS_TREEDIALOG) in CreateVclDialog()
1010 if (nResId == SID_OPTIONS_DATABASES) in CreateVclDialog()
1014 else if (nResId == SID_LANGUAGE_OPTIONS) in CreateVclDialog()
1031 sal_uInt32 nResId, const OUString& rParameter ) in CreateFrameDialog() argument
1034 if (SID_OPTIONS_TREEDIALOG == nResId || SID_OPTIONS_DATABASES == nResId) in CreateFrameDialog()
1037 bool bActivateLastSelection = ( nResId != SID_OPTIONS_DATABASES && rParameter.isEmpty() ); in CreateFrameDialog()
1039 if ( nResId == SID_OPTIONS_DATABASES ) in CreateFrameDialog()
1369 sal_uInt32 nResId) in CreateSfxDialog() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/pagedlg/
H A Dtphf.cxx155 sal_uInt16 nResId = ( nId == SID_ATTR_PAGE_HEADERSET ) in IMPL_LINK_NOARG() local
162 GetFrameWeld(), aDataSet, aStrPageStyle, nResId)); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/pagedlg/
H A Dtphf.cxx155 sal_uInt16 nResId = ( nId == SID_ATTR_PAGE_HEADERSET ) in IMPL_LINK_NOARG() local
162 GetFrameWeld(), aDataSet, aStrPageStyle, nResId)); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Deditsh.hxx402 size_t GetFieldTypeCount(SwFieldIds nResId = SwFieldIds::Unknown) const;
403 SwFieldType* GetFieldType(size_t nField, SwFieldIds nResId = SwFieldIds::Unknown) const;
404 SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName) const;
407 void RemoveFieldType(SwFieldIds nResId, const OUString& rName);
H A DIDocumentFieldsAccess.hxx59 …virtual SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName, bool bDbFieldMatching)…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Deditsh.hxx407 size_t GetFieldTypeCount(SwFieldIds nResId = SwFieldIds::Unknown) const;
408 SwFieldType* GetFieldType(size_t nField, SwFieldIds nResId = SwFieldIds::Unknown) const;
409 SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName) const;
412 void RemoveFieldType(SwFieldIds nResId, const OUString& rName);
H A DIDocumentFieldsAccess.hxx59 …virtual SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName, bool bDbFieldMatching)…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dunofield.hxx59 SwXFieldMaster(SwDoc* pDoc, SwFieldIds nResId);
65 SwFieldIds nResId = SwFieldIds::Unknown);
H A DDocumentFieldsManager.hxx41 …virtual SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName, bool bDbFieldMatching)…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dunofield.hxx59 SwXFieldMaster(SwDoc* pDoc, SwFieldIds nResId);
65 SwFieldIds nResId = SwFieldIds::Unknown);
H A DDocumentFieldsManager.hxx41 …virtual SwFieldType* GetFieldType(SwFieldIds nResId, const OUString& rName, bool bDbFieldMatching)…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dsfxdlg.hxx122 …ent, const css::uno::Reference< css::frame::XFrame >& rFrame, sal_uInt32 nResId, const OUString& r…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/fldui/
H A Dfldmgr.cxx403 void SwFieldMgr::RemoveFieldType(SwFieldIds nResId, const OUString& rName ) in RemoveFieldType() argument
408 pSh->RemoveFieldType(nResId, rName); in RemoveFieldType()
418 SwFieldType* SwFieldMgr::GetFieldType(SwFieldIds nResId, size_t nField) const in GetFieldType() argument
422 return pSh ? pSh->GetFieldType(nField, nResId) : nullptr; in GetFieldType()
425 SwFieldType* SwFieldMgr::GetFieldType(SwFieldIds nResId, const OUString& rName) const in GetFieldType() argument
429 return pSh ? pSh->GetFieldType(nResId, rName) : nullptr; in GetFieldType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dsfxdlg.hxx123 …ent, const css::uno::Reference< css::frame::XFrame >& rFrame, sal_uInt32 nResId, const OUString& r…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/fldui/
H A Dfldmgr.cxx397 void SwFieldMgr::RemoveFieldType(SwFieldIds nResId, const OUString& rName ) in RemoveFieldType() argument
402 pSh->RemoveFieldType(nResId, rName); in RemoveFieldType()
412 SwFieldType* SwFieldMgr::GetFieldType(SwFieldIds nResId, size_t nField) const in GetFieldType() argument
416 return pSh ? pSh->GetFieldType(nField, nResId) : nullptr; in GetFieldType()
419 SwFieldType* SwFieldMgr::GetFieldType(SwFieldIds nResId, const OUString& rName) const in GetFieldType() argument
423 return pSh ? pSh->GetFieldType(nResId, rName) : nullptr; in GetFieldType()

12