Home
last modified time | relevance | path

Searched refs:Chain (Results 1 – 16 of 16) sorted by relevance

/AOO41X/main/desktop/source/deployment/inc/
H A Ddp_interact.h129 class SAL_DLLPRIVATE Chain
133 inline Chain( in Chain() function
138 inline ~Chain() in ~Chain()
141 friend class Chain; variable
/AOO41X/main/basic/source/inc/
H A Dbuffer.hxx44 void Chain( sal_uInt32 ); // Back-Chain
H A Dcodegen.hxx48 void BackChain( sal_uInt32 off ) { aCode.Chain( off ); } in BackChain()
/AOO41X/main/sw/inc/
H A Dfesh.hxx459 int Chain( SwFrmFmt &rSource, const Point &rPt );
460 int Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest );
H A Ddoc.hxx1996 int Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest );
/AOO41X/main/basic/source/comp/
H A Dbuffer.cxx138 void SbiBuffer::Chain( sal_uInt32 off ) in Chain() function in SbiBuffer
/AOO41X/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx553 AbortChannel::Chain chain( abortChannel, xSubAbortChannel ); in isRegistered_()
882 AbortChannel::Chain chain( abortChannel, xSubAbortChannel ); in processPackage_()
957 AbortChannel::Chain chain( abortChannel, xSubAbortChannel ); in processPackage_()
/AOO41X/main/sw/source/core/inc/
H A Dflyfrm.hxx262 void Chain( SwFrm* _pAnchor );
/AOO41X/main/sw/source/core/frmedt/
H A Dfeshview.cxx2726 int SwFEShell::Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest ) in Chain() function in SwFEShell
2728 return GetDoc()->Chain(rSource, rDest); in Chain()
2731 int SwFEShell::Chain( SwFrmFmt &rSource, const Point &rPt ) in Chain() function in SwFEShell
2748 GetDoc()->Chain(rSource, *pFmt); in Chain()
H A Dfefly1.cxx2105 pDoc->Chain(rFmt, *pOldChainNext); in GetConnectableFrmFmts()
2108 pDoc->Chain(*pOldChainPrev, rFmt); in GetConnectableFrmFmts()
/AOO41X/main/sw/source/ui/shells/
H A Dfrmsh.cxx580 rSh.Chain(*pPrevFmt, *pCurrFlyFmt); in Execute()
614 rSh.Chain(*(SwFrmFmt*) in Execute()
/AOO41X/main/sw/source/core/layout/
H A Dfly.cxx193 Chain( pAnch ); in SwFlyFrm()
204 void SwFlyFrm::Chain( SwFrm* _pAnch ) in Chain() function in SwFlyFrm
/AOO41X/main/sw/source/core/doc/
H A Ddocfly.cxx957 int SwDoc::Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest ) in Chain() function in SwDoc
/AOO41X/main/sw/source/core/draw/
H A Ddcontact.cxx577 pFlyFrm->Chain( pFlyFrm->AnchorFrm() ); in MoveObjToVisibleLayer()
/AOO41X/main/sw/source/core/unocore/
H A Dunoframe.cxx1278 pDoc->Chain(*pSource, *pDest); in setPropertyValue()
/AOO41X/main/sw/source/ui/docvw/
H A Dedtwin.cxx2674 rSh.Chain( *pFmt, aDocPos ); in MouseButtonDown()