Home
last modified time | relevance | path

Searched refs:GetFldMgr (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sw/source/ui/fldui/
H A Dfldvar.cxx124 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset()
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()
282 GetFldMgr().GetFldType( RES_USERFLD, nSelPos ); in IMPL_LINK()
432 …nInpType = static_cast< sal_uInt16 >( GetFldMgr().GetFldType( RES_USERFLD, sName ) ? 0 : TYP_SETIN… in IMPL_LINK()
438 GetFldMgr().GetFldType( RES_SETEXPFLD, sName ); in IMPL_LINK()
471 (SwDDEFieldType*) GetFldMgr().GetFldType( RES_DDEFLD, nSelPos ); in IMPL_LINK()
[all …]
H A Dfldfunc.cxx138 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset()
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()
240 sal_uInt16 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in IMPL_LINK()
244 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
245 … aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, i )) ); in IMPL_LINK()
326 if (GetFldMgr().GetMacroPath().Len()) in IMPL_LINK()
333 aNameED.SetText(GetFldMgr().GetMacroName()); in IMPL_LINK()
[all …]
H A Dflddok.cxx116 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()
291 … aSelectionLB.SelectEntry(GetFldMgr().GetFormatStr(nTypeId, GetCurField()->GetFormat())); in IMPL_LINK()
530 sal_uInt16 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillFormatLB()
[all …]
H A Dfldref.cxx210 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()
775 … aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, i ))); in FillFormatLB()
781 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
782 …aFormatLB.SetEntryData( nPos, reinterpret_cast<void*>(GetFldMgr().GetFormatId( nTypeId, nFormat ))… in FillFormatLB()
784 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr( nTypeId, nFormat )); in FillFormatLB()
[all …]
H A Dflddb.cxx123 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 Dflddinf.cxx157 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 Dfldedt.cxx145 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in Init()
328 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in IMPL_LINK()
362 SwFldMgr& rMgr = pTabPage->GetFldMgr(); in IMPL_LINK()
H A Dfldpage.hxx95 inline SwFldMgr& GetFldMgr() { return m_aMgr; } in GetFldMgr() function in SwFldPage