Home
last modified time | relevance | path

Searched refs:SwDDEFieldType (Results 1 – 21 of 21) sorted by relevance

/aoo41x/main/sw/source/core/fields/
H A Dddefld.cxx53 SwDDEFieldType& rFldType;
244 SwDDEFieldType::SwDDEFieldType(const String& rName, in SwDDEFieldType() function in SwDDEFieldType
254 SwDDEFieldType::~SwDDEFieldType() in ~SwDDEFieldType()
261 SwFieldType* SwDDEFieldType::Copy() const in Copy()
263 SwDDEFieldType* pType = new SwDDEFieldType( aName, GetCmd(), GetType() ); in Copy()
271 const String& SwDDEFieldType::GetName() const in GetName()
285 String SwDDEFieldType::GetCmd() const in GetCmd()
290 void SwDDEFieldType::SetDoc( SwDoc* pNewDoc ) in SetDoc()
310 void SwDDEFieldType::_RefCntChgd() in _RefCntChgd()
399 ((SwDDEFieldType*)GetTyp())->Disconnect(); in ~SwDDEField()
[all …]
H A Dddetbl.cxx44 SwDDETable::SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, in SwDDETable()
78 SwDDEFieldType* pFldTyp = (SwDDEFieldType*)aDepend.GetRegisteredIn(); in ~SwDDETable()
120 SwDDEFieldType* pDDEType = (SwDDEFieldType*)aDepend.GetRegisteredIn(); in ChangeContent()
153 SwDDEFieldType* SwDDETable::GetDDEFldType() in GetDDEFldType()
155 return (SwDDEFieldType*)aDepend.GetRegisteredIn(); in GetDDEFldType()
186 ((SwDDEFieldType*)aDepend.GetRegisteredIn())->DecRefCnt(); in NoDDETable()
/aoo41x/main/sw/inc/
H A Dswddetbl.hxx28 class SwDDEFieldType;
37 SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType,
44 SwDDEFieldType* GetDDEFldType();
45 inline const SwDDEFieldType* GetDDEFldType() const;
54 inline const SwDDEFieldType* SwDDETable::GetDDEFldType() const in GetDDEFldType()
H A Dddefld.hxx36 class SW_DLLPUBLIC SwDDEFieldType : public SwFieldType class
51 SwDDEFieldType( const String& rName, const String& rCmd,
53 ~SwDDEFieldType();
101 SwDDEField(SwDDEFieldType*);
H A Deditsh.hxx59 class SwDDEFieldType;
678 SwDDEFieldType* pDDEType,
/aoo41x/main/sw/source/core/inc/
H A DUndoTable.hxx46 class SwDDEFieldType;
64 SwDDEFieldType* pDDEFldType;
118 SwDDEFieldType* pDDEFldType;
/aoo41x/main/sw/source/core/txtnode/
H A Datrfld.cxx140 bDel = ((SwDDEFieldType*)pType)->IsDeleted(); in ~SwFmtFld()
423 ((SwDDEFieldType*)rDestFmtFld.GetField()->GetTyp())->DecRefCnt(); in CopyTxtFld()
425 ((SwDDEFieldType*)pFldType)->IncRefCnt(); in CopyTxtFld()
H A Dthints.cxx1193 ((SwDDEFieldType*)pFld->GetTyp())->DecRefCnt(); in DestroyAttr()
2916 ((SwDDEFieldType*)pFld->GetTyp())->IncRefCnt(); in TryInsertHint()
2950 ((SwDDEFieldType*)pFld->GetTyp())->IncRefCnt(); in TryInsertHint()
2951 bInsFldType = ((SwDDEFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint()
3163 ((SwDDEFieldType*)pFldTyp)->DecRefCnt(); in DeleteAtPos()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldvar.cxx470 SwDDEFieldType* pType = in IMPL_LINK()
471 (SwDDEFieldType*) GetFldMgr().GetFldType( RES_DDEFLD, nSelPos ); in IMPL_LINK()
1084 ((SwDDEFieldType*)pType)->SetCmd(sValue); in IMPL_LINK()
1085 ((SwDDEFieldType*)pType)->SetType((sal_uInt16)nFormat); in IMPL_LINK()
1123 SwDDEFieldType aType(sName, sValue, (sal_uInt16)nFormat); in IMPL_LINK()
H A Dfldmgr.cxx1061 SwDDEFieldType aType( rData.sPar1, sCmd, (sal_uInt16) nFormatId ); in InsertFld()
1062 SwDDEFieldType* pTyp = (SwDDEFieldType*) pCurShell->InsertFldType( aType ); in InsertFld()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltbli.cxx1178 SwDDEFieldType* lcl_GetDDEFieldType(SwXMLDDETableContext_Impl* pContext, in lcl_GetDDEFieldType()
1194 SwDDEFieldType* pType = NULL; in lcl_GetDDEFieldType()
1205SwDDEFieldType* pOldType = (SwDDEFieldType*)pTableNode->GetDoc()->GetFldType(RES_DDEFLD, sName, fa… in lcl_GetDDEFieldType()
1229 SwDDEFieldType aDDEFieldType(sName, sCommand, nType); in lcl_GetDDEFieldType()
1230 pType = (SwDDEFieldType*)pTableNode-> in lcl_GetDDEFieldType()
2833 SwDDEFieldType* pFldType = lcl_GetDDEFieldType( pDDESource, in MakeTable()
H A Dxmltble.cxx1161 const SwDDEFieldType* pDDEFldType = in ExportTable()
/aoo41x/main/sw/source/core/undo/
H A Duntbl.cxx312 pDDEFldType = (SwDDEFieldType*)((SwDDETable&)pTblNd->GetTable()). in UndoImpl()
338 SwDDEFieldType* pNewType = (SwDDEFieldType*)rDoc.InsertFldType( in RedoImpl()
438 pDDEFldType = (SwDDEFieldType*)((SwDDETable&)rTbl).GetDDEFldType()->Copy(); in SwUndoTblToTxt()
506 SwDDEFieldType* pNewType = (SwDDEFieldType*)rDoc.InsertFldType( in UndoImpl()
673 pDDEFldType = (SwDDEFieldType*)((SwDDETable&)pTblNd->GetTable()). in RedoImpl()
/aoo41x/main/sw/source/ui/shells/
H A Dtextfld.cxx126 ::sfx2::SvBaseLink& rLink = ((SwDDEFieldType*)pFld->GetTyp())-> in ExecField()
669 !((SwDDEFieldType*)pField->GetTyp())->GetBaseLink().IsVisible()) in StateField()
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2138 String sTmp( ((SwDDEFieldType*)pTyp)->GetCmd() ); in _PasteDDE()
2140 sfx2::LINKUPDATE_ALWAYS == ((SwDDEFieldType*)pTyp)->GetType() ) in _PasteDDE()
2162 SwDDEFieldType aType( aName, aCmd, sfx2::LINKUPDATE_ALWAYS ); in _PasteDDE()
2167 SwDDEFieldType* pDDETyp = (SwDDEFieldType*)pTyp; in _PasteDDE()
/aoo41x/main/sw/source/core/docnode/
H A Dnodes.cxx327 ((SwDDEFieldType*)pTyp)->DecRefCnt(); in ChgNode()
329 ((SwDDEFieldType*)pTyp)->IncRefCnt(); in ChgNode()
673 SwDDEFieldType* pTyp = ((SwDDETable&)pTblNd-> in _MoveNodes()
H A Dndcopy.cxx475 SwDDEFieldType* pDDEType = 0; in MakeCopy()
484 pDDEType = (SwDDEFieldType*)pDoc->InsertFldType( *pDDEType ); in MakeCopy()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx138 ((SwDDEFieldType*)pNew)->SetDoc( this ); in SV_IMPL_OP_PTRARR_SORT()
219 ((SwDDEFieldType&)rFldTyp).SetDeleted( sal_False ); in InsDeletedFldType()
255 ((SwDDEFieldType*)pTmp)->SetDeleted( sal_True ); in RemoveFldType()
H A Dtblrwcl.cxx2276 (SwDDEFieldType*)pFldType ); in MakeCopy()
/aoo41x/main/sw/source/core/edit/
H A Dedtab.cxx223 SwDDEFieldType* pDDEType, in InsertDDETable()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx603 SwDDEFieldType aType(sTypeName, sParam1, in setPropertyValue()
1497 pFld = new SwDDEField( (SwDDEFieldType*)pFldType ); in attachToRange()

Completed in 646 milliseconds