Lines Matching refs:SwFldMgr
266 SwFldMgr::SwFldMgr(SwWrtShell* pSh ) : in SwFldMgr() function in SwFldMgr
277 SwFldMgr::~SwFldMgr() in ~SwFldMgr()
285 sal_Bool SwFldMgr::CanInsertRefMark( const String& rStr ) in CanInsertRefMark()
307 void SwFldMgr::RemoveFldType(sal_uInt16 nResId, const String& rName ) in RemoveFldType()
315 sal_uInt16 SwFldMgr::GetFldTypeCount(sal_uInt16 nResId) const in GetFldTypeCount()
323 SwFieldType* SwFldMgr::GetFldType(sal_uInt16 nResId, sal_uInt16 nId) const in GetFldType()
331 SwFieldType* SwFldMgr::GetFldType(sal_uInt16 nResId, const String& rName) const in GetFldType()
342 SwField* SwFldMgr::GetCurFld() in GetCurFld()
387 const SwFldGroupRgn& SwFldMgr::GetGroupRange(sal_Bool bHtmlMode, sal_uInt16 nGrpId) const in GetGroupRange()
418 sal_uInt16 SwFldMgr::GetGroup(sal_Bool bHtmlMode, sal_uInt16 nTypeId, sal_uInt16 nSubType) const in GetGroup()
450 sal_uInt16 SwFldMgr::GetTypeId(sal_uInt16 nPos) in GetTypeId()
457 const String& SwFldMgr::GetTypeStr(sal_uInt16 nPos) in GetTypeStr()
483 sal_uInt16 SwFldMgr::GetPos(sal_uInt16 nTypeId) in GetPos()
504 sal_Bool SwFldMgr::GetSubTypes(sal_uInt16 nTypeId, SvStringsDtor& rToFill) in GetSubTypes()
615 sal_uInt16 SwFldMgr::GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode) const in GetFormatCount()
672 String SwFldMgr::GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const in GetFormatStr()
722 sal_uInt16 SwFldMgr::GetFormatId(sal_uInt16 nTypeId, sal_uLong nFormatId) const in GetFormatId()
803 sal_Bool SwFldMgr::GoNextPrev( sal_Bool bNext, SwFieldType* pTyp ) in GoNextPrev()
834 void SwFldMgr::InsertFldType(SwFieldType& rType) in InsertFldType()
847 sal_uInt16 SwFldMgr::GetCurTypeId() const in GetCurTypeId()
857 sal_Bool SwFldMgr::InsertFld( in InsertFld()
1463 void SwFldMgr::UpdateCurFld(sal_uLong nFormat, in UpdateCurFld()
1639 void SwFldMgr::EvalExpFlds(SwWrtShell* pSh) in EvalExpFlds()
1651 sal_uInt16 SwFldMgr::GetCurrLanguage() const in GetCurrLanguage()
1724 sal_Bool SwFldMgr::ChooseMacro(const String&) in ChooseMacro()
1741 void SwFldMgr::SetMacroPath(const String& rPath) in SetMacroPath()
1773 sal_uLong SwFldMgr::GetDefaultFormat(sal_uInt16 nTypeId, sal_Bool bIsText, SvNumberFormatter* pForm… in GetDefaultFormat()
1822 Reference<XNumberingTypeInfo> SwFldMgr::GetNumberingInfo() const in GetNumberingInfo()
1832 ((SwFldMgr*)this)->xNumberingInfo = Reference<XNumberingTypeInfo>(xDefNum, UNO_QUERY); in GetNumberingInfo()