Searched refs:GetFormatStr (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 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() 534 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillFormatLB()
|
H A D | fldref.cxx | 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()
|
H A D | flddinf.cxx | 436 sal_uInt16 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in FillSelectionLB()
|
H A D | flddb.cxx | 148 … sal_uInt16 nEntryPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(TYP_DBSETNUMBERFLD, i)); in Reset()
|
H A D | fldfunc.cxx | 244 sal_uInt16 nPos = aFormatLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK()
|
H A D | fldvar.cxx | 829 const sal_uInt16 nPos = aFormatLB.InsertEntry( GetFldMgr().GetFormatStr( nTypeId, i ) ); in FillFormatLB()
|
H A D | fldmgr.cxx | 672 String SwFldMgr::GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const in GetFormatStr() function in SwFldMgr
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | fldmgr.hxx | 206 String GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const;
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 1715 sEntry = aMgr.GetFormatStr( pField->GetTypeId(), pField->GetFormat() ); in GetFieldTypeNameAtIndex() 1733 sEntry = aMgr.GetFormatStr(pField->GetTypeId(), nFormat); in GetFieldTypeNameAtIndex() 1774 strTypeName += aMgr.GetFormatStr(pField->GetTypeId(), pField->GetFormat() & 0xff); in GetFieldTypeNameAtIndex() 1795 sEntry = aMgr.GetFormatStr(pField->GetTypeId(), nExSub/0x0100-1); in GetFieldTypeNameAtIndex()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 248 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionDialog()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optload.cxx | 465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage()
|
Completed in 114 milliseconds