/aoo4110/main/sw/inc/ |
H A D | calbck.hxx | 97 inline SwClient(); 98 virtual ~SwClient(); 119 inline SwClient::SwClient() : in SwClient() function in SwClient 160 SwClient* Remove(SwClient *pDepend); 190 SwClient *pToTell; 208 friend SwClient* SwModify::Remove(SwClient *); // for pointer adjustments 214 SwClient* pAct; 219 SwClient* pDelNext; 235 SwClient* operator++(); 236 SwClient* GoStart(); [all …]
|
H A D | switerator.hxx | 34 …urce& rSrc ) : aClientIter(rSrc) { DBG_ASSERT( TElementType::IsOf( TYPE(SwClient) ), "Incompatible… in SwIterator() 35 …TElementType* First() { SwClient* p = aClientIter.First(TYPE(TElementType)); return PTR_CAST(T… in First() 36 …TElementType* Last() { SwClient* p = aClientIter.Last( TYPE(TElementType)); return PTR_CAST(T… in Last() 37 …TElementType* Next() { SwClient* p = aClientIter.Next(); return PTR_CAST(TElementType,p);… in Next() 38 …TElementType* Previous() { SwClient* p = aClientIter.Previous(); return PTR_CAST(TElementType,p);… in Previous() 39 …static TElementType* FirstElement( const TSource& rMod ) { SwClient* p = SwClientIter(rMod).First(… in FirstElement()
|
H A D | ftninfo.hxx | 36 class SW_DLLPUBLIC SwEndNoteInfo : public SwClient 60 SwClient *GetCharFmtDep() const { return (SwClient*)&aCharFmtDep; } in GetCharFmtDep() 64 SwClient *GetAnchorCharFmtDep() const { return (SwClient*)&aAnchorCharFmtDep; } in GetAnchorCharFmtDep()
|
H A D | unofield.hxx | 55 public SwClient 130 public SwClient 138 …SwClient m_aFieldTypeClient; // required to access field master of not yet … 291 public SwClient
|
H A D | fmthdft.hxx | 38 class SW_DLLPUBLIC SwFmtHeader: public SfxPoolItem, public SwClient 72 class SW_DLLPUBLIC SwFmtFooter: public SfxPoolItem, public SwClient
|
H A D | unobaseclass.hxx | 34 class SwClient; 97 void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem *pNew);
|
H A D | unotbl.hxx | 88 public SwClient 186 public SwClient 229 ,public SwClient 314 public SwClient 436 public SwClient 527 public SwClient 576 public SwClient
|
H A D | swtable.hxx | 82 class SW_DLLPUBLIC SwTable: public SwClient //Client vom FrmFmt 327 class SW_DLLPUBLIC SwTableLine: public SwClient // Client vom FrmFmt 367 class SW_DLLPUBLIC SwTableBox: public SwClient //Client vom FrmFmt
|
H A D | unostyle.hxx | 182 public SwClient 371 public SwClient 395 public SwClient 419 public SwClient
|
/aoo4110/main/sw/source/core/attr/ |
H A D | calbck.cxx | 35 TYPEINIT0(SwClient); 38 SwClient::SwClient(SwModify *pToRegisterIn) in SwClient() function in SwClient 82 SwClient::~SwClient() in ~SwClient() 99 : SwClient(0), pRoot(0) in SwModify() 137 SwClient* p = aIter.GoStart(); in ~SwModify() 268 SwClient* SwModify::Remove(SwClient * pDepend) in Remove() 279 SwClient* pR = pDepend->pRight; in Remove() 280 SwClient* pL = pDepend->pLeft; in Remove() 384 : SwClient(pDepend) in SwDepend() 477 SwClient* SwClientIter::GoEnd() in GoEnd() [all …]
|
H A D | format.cxx | 37 TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt 264 SwClient * pDepend = (SwClient*)GetDepends(); in ~SwFmt()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docftn.cxx | 97 SwClient( rInfo.GetFtnTxtColl() ), in SwEndNoteInfo() 119 SwClient(pFmt), in SwEndNoteInfo() 135 pDesc->Add( &((SwClient&)aPageDescDep) ); in GetPageDesc() 153 pDesc->Add( &((SwClient&)aPageDescDep) ); in ChgPageDesc() 167 pFmt->Add( &((SwClient&)aCharFmtDep) ); in GetCharFmt() 175 pChFmt->Add( &((SwClient&)aCharFmtDep) ); in SetCharFmt() 184 pFmt->Add( &((SwClient&)aAnchorCharFmtDep) ); in GetAnchorCharFmt() 192 pChFmt->Add( &((SwClient&)aAnchorCharFmtDep) ); in SetAnchorCharFmt()
|
H A D | fmtcol.cxx | 45 TYPEINIT1( SwCollCondition, SwClient ); 498 : SwClient( pColl ), nCondition( nMasterCond ) in SwCollCondition() 506 : SwClient( pColl ), nCondition( nMasterCond ) in SwCollCondition() 516 : SwClient( (SwModify*)rCopy.GetRegisteredIn() ), nCondition( rCopy.nCondition ) in SwCollCondition()
|
H A D | lineinfo.cxx | 72 SwLineNumberInfo::SwLineNumberInfo(const SwLineNumberInfo &rCpy ) : SwClient(), in SwLineNumberInfo() 130 pFmt->Add( (SwClient*)this ); in GetCharFmt()
|
H A D | acmplwrd.cxx | 51 class SwAutoCompleteClient : public SwClient 130 SwClient(), in SwAutoCompleteClient()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | txtatr2.cxx | 44 TYPEINIT1(SwTxtINetFmt,SwClient); 45 TYPEINIT1(SwTxtRuby,SwClient); 121 , SwClient( 0 ) in SwTxtINetFmt() 223 , SwClient( 0 ) in SwTxtRuby()
|
H A D | atrfld.cxx | 47 TYPEINIT3( SwFmtFld, SfxPoolItem, SwClient,SfxBroadcaster) 59 , SwClient() in SwFmtFld() 68 , SwClient( rFld.GetTyp() ) in SwFmtFld() 92 , SwClient() in SwFmtFld()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 193 void CollectFrameAtNode( SwClient& rClnt, const SwNodeIndex& rIdx, in CollectFrameAtNode() 315 void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem *pNew) in ClientModify() 453 : public SwClient 475 : SwClient( pCursor.release() ) in Impl() 750 : public SwClient 765 : SwClient() in Impl() 1559 : public SwClient 1567 : SwClient( (pPaM) in Impl() 1744 : public SwClient 1754 : SwClient(rPaM.GetDoc()->CreateUnoCrsr(*rPaM.GetPoint(), sal_False)) in Impl() [all …]
|
H A D | unotbl.cxx | 750 TYPEINIT1(SwXCell, SwClient); 754 SwClient(pTblFmt), in SwXCell() 764 SwClient(pTblFmt), in SwXCell() 1279 SwClient(pFmt), in SwXTextTableRow() 1474 SwClient(pFmt), in SwXTextTableCursor() 1489 SwClient(&rTableFmt), in SwXTextTableCursor() 2098 TYPEINIT1(SwXTextTable, SwClient) in TYPEINIT1() argument 2115 SwClient( &rFrmFmt ), in SwXTextTable() 3617 SwClient(&rFrmFmt), in SwXCellRange() 4568 SwClient(&rFrmFmt) in SwXTableRows() [all …]
|
H A D | unorefmk.cxx | 53 : public SwClient 65 : SwClient((pDoc) ? pDoc->GetUnoCallBack() : 0) in Impl() 729 : public SwClient 746 : SwClient(pMeta) in Impl()
|
/aoo4110/main/sw/source/core/para/ |
H A D | paratr.cxx | 53 TYPEINIT2_AUTOFACTORY( SwFmtDrop, SfxPoolItem, SwClient); 68 SwClient( 0 ), in SwFmtDrop() 82 SwClient( rCpy.GetRegisteredInNonConst() ), in SwFmtDrop()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 117 TYPEINIT2(SwFmtHeader, SfxPoolItem, SwClient ); 118 TYPEINIT2(SwFmtFooter, SfxPoolItem, SwClient ); 185 SwClient *pLast = aIter.GoStart(); in DelHFFormat() 495 SwClient( pHeaderFmt ), in SwFmtHeader() 502 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtHeader() 509 SwClient( 0 ), in SwFmtHeader() 542 SwClient( pFooterFmt ), in SwFmtFooter() 549 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtFooter() 556 SwClient( 0 ), in SwFmtFooter() 631 SwClient( (SwPageDesc*)rCpy.GetPageDesc() ), in SwFmtPageDesc() [all …]
|
/aoo4110/main/sw/source/core/fields/ |
H A D | ddefld.cxx | 122 SwClient * pLast = aIter.GoStart(); in DataChanged() 184 SwClient * pLast = aIter.GoStart(); in GetAnchor() 211 SwClient * pLast = aIter.GoStart(); in IsInRange()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swtable.cxx | 79 TYPEINIT1( SwTable, SwClient ); 80 TYPEINIT1( SwTableBox, SwClient ); 81 TYPEINIT1( SwTableLine, SwClient ); 263 : SwClient( pFmt ), in SwTable() 276 : SwClient( rTable.GetFrmFmt() ), in SwTable() 1575 : SwClient( pFmt ), in SwTableLine() 1719 : SwClient( 0 ), in SwTableBox() 1730 : SwClient( 0 ), in SwTableBox() 1749 SwClient( 0 ), in SwTableBox()
|
/aoo4110/main/sw/source/core/tox/ |
H A D | tox.cxx | 71 TYPEINIT2( SwTOXMark, SfxPoolItem, SwClient ); // fuers rtti 513 : SwClient((SwModify*)pTyp) in SwTOXBase() 532 : SwClient( rSource.GetRegisteredInNonConst() ) in SwTOXBase()
|