Home
last modified time | relevance | path

Searched refs:SwProtocol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx132 sal_uLong SwProtocol::nRecord = 0;
133 SwImplProtocol* SwProtocol::pImpl = NULL;
259 void SwProtocol::Init() in Init()
274 void SwProtocol::Stop() in Stop()
294 void SwProtocol::GetVar( const sal_uInt16 nNo, long& rVar ) in GetVar()
408 sal_uLong nOld = SwProtocol::Record(); in CheckLine()
413 SwProtocol::SetRecord( nOld ); in CheckLine()
828 SwProtocol::Record( pFrm, nFunction, ACT_START, pParam ); in Enter()
833 SwProtocol::Record( pFrm, nFunction, ACT_END, pParam ); in Leave()
851 SwProtocol::Record( pFrm, nFunction, ACT_END, &nFrmId ); in Leave()
[all …]
/trunk/main/sw/source/core/inc/
H A Ddbg_lay.hxx70 class SwProtocol class
93 { if( SwProtocol::Record( nFunc ) ) Ctor( pFrm, nFunc, nAct, pPar ); else pImpl = NULL; } in SwEnterLeave()
97 #define PROTOCOL( pFrm, nFunc, nAct, pPar ) { if( SwProtocol::Record( nFunc ) )\
98 SwProtocol::Record( pFrm, nFunc, nAct, pPar ); }
99 #define PROTOCOL_INIT SwProtocol::Init();
100 #define PROTOCOL_STOP SwProtocol::Stop();
102 #define PROTOCOL_SNAPSHOT( pFrm, nFlags ) SwProtocol::SnapShot( pFrm, nFlags );
103 #define GET_VARIABLE( nNo, nVar ) SwProtocol::GetVar( nNo, nVar );

Completed in 25 milliseconds