Searched refs:GetFldMgr (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 128 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 129 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 141 nPos = aTypeLB.InsertEntry( GetFldMgr().GetTypeStr( GetFldMgr().GetPos( nTypeId ) ) ); in Reset() 256 aNameED.SetText(GetFldMgr().GetCurFldPar1()); in IMPL_LINK() 258 aValueED.SetText(GetFldMgr().GetCurFldPar2()); in IMPL_LINK() 628 GetFldMgr().GetSubTypes( nTypeId, aList ); in UpdateSubType() 938 GetFldMgr().GetFldType(RES_SETEXPFLD, sName); in IMPL_LINK() 968 if (GetFldMgr().GetFldType(RES_USERFLD, sName)) in IMPL_LINK() 1045 pType = GetFldMgr().GetFldType(nId, sName); in IMPL_LINK() 1126 GetFldMgr().InsertFldType(aType); // DDE-Feld Neu in IMPL_LINK() [all …]
|
H A D | fldfunc.cxx | 143 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 144 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 151 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 157 GetFldMgr().SetMacroPath(sName); in Reset() 326 if (GetFldMgr().GetMacroPath().Len()) in IMPL_LINK() 333 aNameED.SetText(GetFldMgr().GetMacroName()); in IMPL_LINK() 543 GetFldMgr().GetSubTypes(nTypeId, aLst); in UpdateSubType() 564 sal_Bool bHasMacro = GetFldMgr().GetMacroPath().Len() != 0; in UpdateSubType() 568 aNameED.SetText(GetFldMgr().GetMacroName()); in UpdateSubType() 590 if (GetFldMgr().ChooseMacro(sMacro)) in IMPL_LINK() [all …]
|
H A D | flddok.cxx | 116 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() 129 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 145 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 159 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 242 GetFldMgr().GetSubTypes(nTypeId, aLst); in IMPL_LINK() 247 nCount = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in IMPL_LINK() 258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK() 288 String sFmt(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK() 530 sal_uInt16 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillFormatLB() 534 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillFormatLB() [all …]
|
H A D | fldref.cxx | 210 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() 214 const sal_uInt16 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 218 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i), i - rRg.nStart); in Reset() 668 GetFldMgr().GetSubTypes(nTypeId, aLst); in UpdateSubType() 764 nSize = GetFldMgr().GetFormatCount( nTypeId, sal_False, IsFldDlgHtmlMode() ); in FillFormatLB() 774 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, i )); in FillFormatLB() 781 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB() 784 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB() 787 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB() 824 if ((nTypeId == TYP_SETREFFLD && !GetFldMgr().CanInsertRefMark(aName)) || in IMPL_LINK() [all …]
|
H A D | flddb.cxx | 123 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() 127 nTypeId = GetFldMgr().GetTypeId(i); in Reset() 128 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i)); in Reset() 135 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(GetFldMgr().GetPos(nTypeId))); in Reset() 145 sal_uInt16 nSize = GetFldMgr().GetFormatCount(TYP_DBSETNUMBERFLD, sal_False, IsFldDlgHtmlMode()); in Reset() 148 … sal_uInt16 nEntryPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(TYP_DBSETNUMBERFLD, i)); in Reset() 149 sal_uInt16 nFmtId = GetFldMgr().GetFormatId( TYP_DBSETNUMBERFLD, i ); in Reset() 506 bNumFormat = GetFldMgr().IsDBNumeric(sDBName, in IMPL_LINK()
|
H A D | flddinf.cxx | 157 GetFldMgr().GetSubTypes(nTypeId, aLst); in Reset() 433 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillSelectionLB() 436 sal_uInt16 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillSelectionLB() 437 … aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId(nTypeId, i))); in FillSelectionLB()
|
H A D | fldedt.cxx | 145 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in Init() 328 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in IMPL_LINK() 362 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in IMPL_LINK()
|
H A D | fldpage.hxx | 95 inline SwFldMgr& GetFldMgr() { return m_aMgr; } in GetFldMgr() function in SwFldPage
|
Completed in 44 milliseconds