Home
last modified time | relevance | path

Searched refs:SwGetRefField (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/sw/source/core/fields/
H A Dreffld.cxx208 SwGetRefField::SwGetRefField( SwGetRefFieldType* pFldType, in SwGetRefField() function in SwGetRefField
218 SwGetRefField::~SwGetRefField() in ~SwGetRefField()
222 String SwGetRefField::GetDescription() const in GetDescription()
227 sal_uInt16 SwGetRefField::GetSubType() const in GetSubType()
266 String SwGetRefField::Expand() const in Expand()
272 String SwGetRefField::GetFieldName() const in GetFieldName()
537 SwField* SwGetRefField::Copy() const in Copy()
539 SwGetRefField* pFld = new SwGetRefField( (SwGetRefFieldType*)GetTyp(), in Copy()
563 String SwGetRefField::GetPar2() const in GetPar2()
768 SwGetRefField* pGRef = (SwGetRefField*)pFmtFld->GetField(); in Modify()
[all …]
/aoo4110/main/sw/source/ui/fldui/
H A Dfldref.cxx333 SwGetRefField* pRefFld = dynamic_cast<SwGetRefField*>(GetCurField()); in IMPL_LINK()
371 sName = ((SwGetRefField*)GetCurField())->GetSetRefName(); in IMPL_LINK()
512 SwGetRefField* pRefFld = (SwGetRefField*)GetCurField(); in UpdateSubType()
879 SwGetRefField* pRefFld = (SwGetRefField*)GetCurField(); in FillItemSet()
H A Dfldmgr.cxx1048 pFld = new SwGetRefField(pTyp, rData.sPar1, nSubType, nSeqNo, nFormatId); in InsertFld()
1566 ((SwGetRefField*)pTmpFld)->SetSubType( (sal_uInt16)rPar2.ToInt32() ); in UpdateCurFld()
1569 … ((SwGetRefField*)pTmpFld)->SetSeqNo( (sal_uInt16)rPar2.Copy( nPos + 1 ).ToInt32()); in UpdateCurFld()
/aoo4110/main/sw/inc/
H A Dreffld.hxx91 class SW_DLLPUBLIC SwGetRefField : public SwField class
108 SwGetRefField( SwGetRefFieldType*, const String& rSetRef,
111 virtual ~SwGetRefField();
/aoo4110/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx338 SwCrsrShell::GotoRefMark( ((SwGetRefField&)rFld).GetSetRefName(), in ClickToField()
339 ((SwGetRefField&)rFld).GetSubType(), in ClickToField()
340 ((SwGetRefField&)rFld).GetSeqNo() ); in ClickToField()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin2.cxx332 … const SwGetRefField* pRefFld( dynamic_cast<const SwGetRefField*>(pFld) ); in RequestHelp()
351 sTxt = ((SwGetRefField*)pFld)->GetSetRefName(); in RequestHelp()
/aoo4110/main/sw/source/filter/rtf/
H A Drtffld.cxx809 SwGetRefField aFld( in MakeFieldInst()
855 SwGetRefField aFld( in MakeFieldInst()
862 SwGetRefField aFld( in MakeFieldInst()
871 SwGetRefField aFld( (SwGetRefFieldType*) in MakeFieldInst()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par5.cxx2076 SwGetRefField aFld( in Read_F_Ref()
2089 SwGetRefField aFld( in Read_F_Ref()
2099 SwGetRefField aFld( (SwGetRefFieldType*) in Read_F_Ref()
2140 SwGetRefField aFld( (SwGetRefFieldType*) in Read_F_NoteReference()
2147 SwGetRefField aFld2( (SwGetRefFieldType*) in Read_F_NoteReference()
2221 SwGetRefField aFld( (SwGetRefFieldType*)rDoc.GetSysFldType( RES_GETREFFLD ), in Read_F_PgRef()
H A Dww8atr.cxx887 const SwGetRefField& rRFld = *static_cast< SwGetRefField* >( pFmtFld->GetField() ); in HasRefToObject()
1883 const SwGetRefField& rRFld = *(static_cast<const SwGetRefField*>(pFld)); in OutputField()
2873 const SwGetRefField& rRFld = *(SwGetRefField*)pFld; in TextField()
H A Dww8par.cxx1430 && ((SwGetRefField*)pFld)->GetSetRefName().Len()) in IsFtnEdnBkmField()
1434 pMarkAccess->findMark( ((SwGetRefField*)pFld)->GetSetRefName() ); in IsFtnEdnBkmField()
1483 ((SwGetRefField*)pFld)->SetSeqNo( nRefNo ); in SetAttrInDoc()
1486 ((SwGetRefField*)pFld)->SetSubType(REF_ENDNOTE); in SetAttrInDoc()
/aoo4110/main/sw/source/ui/shells/
H A Dtextsh1.cxx750 rWrtSh.SwCrsrShell::GotoRefMark( ((SwGetRefField*)pFld)->GetSetRefName(), in Execute()
751 ((SwGetRefField*)pFld)->GetSubType(), in Execute()
752 ((SwGetRefField*)pFld)->GetSeqNo() ); in Execute()
/aoo4110/main/sw/source/core/text/
H A Dtxtfld.cxx277 subType = ((SwGetRefField*)pFld)->GetSubType(); in NewFldPortion()
H A DEnhancedPDFExportHelper.cxx1855 const SwGetRefField* pField = (SwGetRefField*)pFirst->GetField(); in EnhancedPDFExport()
/aoo4110/main/sw/source/core/txtnode/
H A Datrfld.cxx248 dynamic_cast<SwGetRefField*>(GetField())->UpdateField( mpTxtFld ); in Modify()
/aoo4110/main/sw/source/filter/ww1/
H A Dw1filter.cxx622 pField = new SwGetRefField( (SwGetRefFieldType*) in Out()
864 pField = new SwGetRefField( in Out()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx1688 const SwGetRefField* pRefFld = dynamic_cast<const SwGetRefField*>(pField); in GetFieldTypeNameAtIndex()
1707 sEntry = ((SwGetRefField*)pField)->GetSetRefName(); in GetFieldTypeNameAtIndex()
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx1374 pFld = new SwGetRefField((SwGetRefFieldType*)pFldType, in attachToRange()
1380 ((SwGetRefField*)pFld)->SetExpand(m_pProps->sPar3); in attachToRange()

Completed in 151 milliseconds