Home
last modified time | relevance | path

Searched refs:SwClient (Results 1 – 25 of 91) sorted by relevance

1234

/aoo42x/main/sw/inc/
H A Dcalbck.hxx97 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 Dswiterator.hxx34 …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 Dftninfo.hxx36 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 Dunofield.hxx55 public SwClient
130 public SwClient
138SwClient m_aFieldTypeClient; // required to access field master of not yet …
291 public SwClient
H A Dunotbl.hxx88 public SwClient
186 public SwClient
229 ,public SwClient
314 public SwClient
436 public SwClient
527 public SwClient
576 public SwClient
H A Dfmthdft.hxx38 class SW_DLLPUBLIC SwFmtHeader: public SfxPoolItem, public SwClient
72 class SW_DLLPUBLIC SwFmtFooter: public SfxPoolItem, public SwClient
H A Dunobaseclass.hxx34 class SwClient;
97 void ClientModify(SwClient* pClient, const SfxPoolItem *pOld, const SfxPoolItem *pNew);
H A Dswtable.hxx82 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 Dunostyle.hxx182 public SwClient
371 public SwClient
396 public SwClient
420 public SwClient
/aoo42x/main/sw/source/core/attr/
H A Dcalbck.cxx35 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 Dformat.cxx40 TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt
267 SwClient * pDepend = (SwClient*)GetDepends(); in ~SwFmt()
/aoo42x/main/sw/source/core/doc/
H A Ddocftn.cxx97 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 Dfmtcol.cxx45 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 Dlineinfo.cxx72 SwLineNumberInfo::SwLineNumberInfo(const SwLineNumberInfo &rCpy ) : SwClient(), in SwLineNumberInfo()
130 pFmt->Add( (SwClient*)this ); in GetCharFmt()
H A Dacmplwrd.cxx51 class SwAutoCompleteClient : public SwClient
130 SwClient(), in SwAutoCompleteClient()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj2.cxx193 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 Dunotbl.cxx750 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 Dunorefmk.cxx53 : public SwClient
65 : SwClient((pDoc) ? pDoc->GetUnoCallBack() : 0) in Impl()
729 : public SwClient
746 : SwClient(pMeta) in Impl()
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtatr2.cxx44 TYPEINIT1(SwTxtINetFmt,SwClient);
45 TYPEINIT1(SwTxtRuby,SwClient);
125 , SwClient( 0 ) in SwTxtINetFmt()
231 , SwClient( 0 ) in SwTxtRuby()
H A Datrfld.cxx47 TYPEINIT3( SwFmtFld, SfxPoolItem, SwClient,SfxBroadcaster)
59 , SwClient() in SwFmtFld()
68 , SwClient( rFld.GetTyp() ) in SwFmtFld()
92 , SwClient() in SwFmtFld()
/aoo42x/main/sw/source/core/layout/
H A Datrfrm.cxx122 TYPEINIT2(SwFmtHeader, SfxPoolItem, SwClient );
123 TYPEINIT2(SwFmtFooter, SfxPoolItem, SwClient );
190 SwClient *pLast = aIter.GoStart(); in DelHFFormat()
500 SwClient( pHeaderFmt ), in SwFmtHeader()
507 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtHeader()
514 SwClient( 0 ), in SwFmtHeader()
547 SwClient( pFooterFmt ), in SwFmtFooter()
554 SwClient( (SwModify*)rCpy.GetRegisteredIn() ), in SwFmtFooter()
561 SwClient( 0 ), in SwFmtFooter()
636 SwClient( (SwPageDesc*)rCpy.GetPageDesc() ), in SwFmtPageDesc()
[all …]
/aoo42x/main/sw/source/core/para/
H A Dparatr.cxx53 TYPEINIT2_AUTOFACTORY( SwFmtDrop, SfxPoolItem, SwClient);
68 SwClient( 0 ), in SwFmtDrop()
82 SwClient( rCpy.GetRegisteredInNonConst() ), in SwFmtDrop()
/aoo42x/main/sw/source/core/fields/
H A Dddefld.cxx122 SwClient * pLast = aIter.GoStart(); in DataChanged()
184 SwClient * pLast = aIter.GoStart(); in GetAnchor()
211 SwClient * pLast = aIter.GoStart(); in IsInRange()
/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx79 TYPEINIT1( SwTable, SwClient );
80 TYPEINIT1( SwTableBox, SwClient );
81 TYPEINIT1( SwTableLine, SwClient );
329 : SwClient( pFmt ), in SwTable()
342 : SwClient( rTable.GetFrmFmt() ), in SwTable()
1641 : SwClient( pFmt ), in SwTableLine()
1785 : SwClient( 0 ), in SwTableBox()
1796 : SwClient( 0 ), in SwTableBox()
1815 SwClient( 0 ), in SwTableBox()
/aoo42x/main/sw/source/core/tox/
H A Dtox.cxx71 TYPEINIT2( SwTOXMark, SfxPoolItem, SwClient ); // fuers rtti
489 : SwClient((SwModify*)pTyp) in SwTOXBase()
508 : SwClient( rSource.GetRegisteredInNonConst() ) in SwTOXBase()

Completed in 315 milliseconds

1234