/trunk/main/sw/source/core/fields/ |
H A D | ddefld.cxx | 53 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 D | ddetbl.cxx | 44 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()
|
/trunk/main/sw/inc/ |
H A D | swddetbl.hxx | 28 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 D | ddefld.hxx | 36 class SW_DLLPUBLIC SwDDEFieldType : public SwFieldType class 51 SwDDEFieldType( const String& rName, const String& rCmd, 53 ~SwDDEFieldType(); 101 SwDDEField(SwDDEFieldType*);
|
H A D | editsh.hxx | 59 class SwDDEFieldType; 668 SwDDEFieldType* pDDEType,
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 46 class SwDDEFieldType; 64 SwDDEFieldType* pDDEFldType; 118 SwDDEFieldType* pDDEFldType;
|
/trunk/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 140 bDel = ((SwDDEFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 423 ((SwDDEFieldType*)rDestFmtFld.GetField()->GetTyp())->DecRefCnt(); in CopyTxtFld() 425 ((SwDDEFieldType*)pFldType)->IncRefCnt(); in CopyTxtFld()
|
H A D | thints.cxx | 1193 ((SwDDEFieldType*)pFld->GetTyp())->DecRefCnt(); in DestroyAttr() 2923 ((SwDDEFieldType*)pFld->GetTyp())->IncRefCnt(); in TryInsertHint() 2957 ((SwDDEFieldType*)pFld->GetTyp())->IncRefCnt(); in TryInsertHint() 2958 bInsFldType = ((SwDDEFieldType*)pFld->GetTyp())->IsDeleted(); in TryInsertHint() 3180 ((SwDDEFieldType*)pFldTyp)->DecRefCnt(); in DeleteAtPos()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 470 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 D | fldmgr.cxx | 1061 SwDDEFieldType aType( rData.sPar1, sCmd, (sal_uInt16) nFormatId ); in InsertFld() 1062 SwDDEFieldType* pTyp = (SwDDEFieldType*) pCurShell->InsertFldType( aType ); in InsertFld()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1178 SwDDEFieldType* lcl_GetDDEFieldType(SwXMLDDETableContext_Impl* pContext, in lcl_GetDDEFieldType() 1194 SwDDEFieldType* pType = NULL; in lcl_GetDDEFieldType() 1205 …SwDDEFieldType* 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 D | xmltble.cxx | 1161 const SwDDEFieldType* pDDEFldType = in ExportTable()
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 312 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()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 126 ::sfx2::SvBaseLink& rLink = ((SwDDEFieldType*)pFld->GetTyp())-> in ExecField() 669 !((SwDDEFieldType*)pField->GetTyp())->GetBaseLink().IsVisible()) in StateField()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2138 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()
|
/trunk/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 327 ((SwDDEFieldType*)pTyp)->DecRefCnt(); in ChgNode() 329 ((SwDDEFieldType*)pTyp)->IncRefCnt(); in ChgNode() 673 SwDDEFieldType* pTyp = ((SwDDETable&)pTblNd-> in _MoveNodes()
|
H A D | ndcopy.cxx | 475 SwDDEFieldType* pDDEType = 0; in MakeCopy() 484 pDDEType = (SwDDEFieldType*)pDoc->InsertFldType( *pDDEType ); in MakeCopy()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfld.cxx | 138 ((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 D | tblrwcl.cxx | 2276 (SwDDEFieldType*)pFldType ); in MakeCopy()
|
/trunk/main/sw/source/core/edit/ |
H A D | edtab.cxx | 223 SwDDEFieldType* pDDEType, in InsertDDETable()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 603 SwDDEFieldType aType(sTypeName, sParam1, in setPropertyValue() 1497 pFld = new SwDDEField( (SwDDEFieldType*)pFldType ); in attachToRange()
|