Home
last modified time | relevance | path

Searched refs:pCL (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/automation/source/simplecm/
H A Dsimplecm.cxx440 void CommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened() argument
442 pCL->StartCallback(); // Sollte bereits vor dem Aufruf gerufen werden in CallConnectionOpened()
443 pCL->aStart = DateTime(); in CallConnectionOpened()
444 pCL->aLastAccess = pCL->aStart; in CallConnectionOpened()
446 pCL->SetApplication( GetApplication() ); in CallConnectionOpened()
448 xLastNewLink = pCL; in CallConnectionOpened()
450 INFO_MSG( CByteString("C+:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened()
451 CByteString("Verbindung aufgebaut: ").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened()
452 CM_OPEN, pCL ); in CallConnectionOpened()
453 ConnectionOpened( pCL ); in CallConnectionOpened()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dchartlis.cxx511 ScChartListener* pCL; in ChangeListening() local
515 pCL = (ScChartListener*) pItems[ nIndex ]; in ChangeListening()
516 pCL->EndListeningTo(); in ChangeListening()
517 pCL->SetRangeList( rRangeListRef ); in ChangeListening()
521 pCL = new ScChartListener( aCLSearcher ); in ChangeListening()
522 Insert( pCL ); in ChangeListening()
524 pCL->StartListeningTo(); in ChangeListening()
526 pCL->SetDirty( sal_True ); in ChangeListening()
534 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUnused() local
537 if ( !pCL->IsUno() ) in FreeUnused()
[all …]
/AOO41X/main/rsc/source/rsc/
H A Drsc.cxx408 pCL = pLine; in RscCompiler()
411 if( pCL->aOutputLst.Len() ) in RscCompiler()
413 if ( NULL == (fListing = fopen( pCL->aOutputLst.GetBuffer(), "w" )) ) in RscCompiler()
414 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), pCL->aOutputLst.GetBuffer() ); in RscCompiler()
473 if( PRINTSYNTAX_FLAG & pCL->nCommands ) in Start()
481 pString = pCL->aInputList.First(); in Start()
488 pString = pCL->aInputList.Next(); in Start()
491 if( !(pCL->nCommands & NOSYNTAX_FLAG) ) in Start()
493 if( pCL->nCommands & NOPREPRO_FLAG ) in Start()
551 if( pCL->aOutputSrs.Len() && (pCL->nCommands & NOLINK_FLAG) ) in EndCompile()
[all …]
/AOO41X/main/automation/inc/automation/
H A Dsimplecm.hxx111 …&nMsg, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCo… in InfoString() argument
243 virtual sal_Bool IsLinkValid( CommunicationLink* pCL )=0; // Notwendig f�r call im Destruktor
266 virtual void CallConnectionOpened( CommunicationLink* pCL );
267 virtual void CallConnectionClosed( CommunicationLink* pCL );
268 void CallDataReceived( CommunicationLink* pCL );
274 virtual void ConnectionOpened( CommunicationLink* pCL ){ mlConnectionOpened.Call( pCL ); } in ConnectionOpened() argument
275 virtual void ConnectionClosed( CommunicationLink* pCL ){ mlConnectionClosed.Call( pCL ); } in ConnectionClosed() argument
276 virtual void DataReceived( CommunicationLink* pCL ){ mlDataReceived.Call( pCL ); } in DataReceived() argument
281 virtual void DestroyingLink( CommunicationLink *pCL )=0; // Link tr�gt sich im Destruktor aus
300 virtual sal_Bool IsLinkValid( CommunicationLink* pCL );
[all …]
H A Dcommuni.hxx46 virtual sal_Bool IsLinkValid( CommunicationLink* pCL );
53 virtual void CallConnectionOpened( CommunicationLink* pCL );
54 virtual void CallConnectionClosed( CommunicationLink* pCL );
58 virtual void DestroyingLink( CommunicationLink *pCL ); // Link tr�gt sich im Destruktor aus
/AOO41X/main/automation/source/communi/
H A Dcommuni.cxx338 sal_Bool MultiCommunicationManager::IsLinkValid( CommunicationLink* pCL ) in IsLinkValid() argument
340 if ( ActiveLinks->Seek_Entry( pCL ) ) in IsLinkValid()
356 void MultiCommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened() argument
358 CommunicationLinkRef rHold(pCL); // H�lt den Zeiger bis zum Ende des calls in CallConnectionOpened()
359 ActiveLinks->C40_PTR_INSERT(CommunicationLink, pCL); in CallConnectionOpened()
362 CommunicationManager::CallConnectionOpened( pCL ); in CallConnectionOpened()
365 void MultiCommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed() argument
367 CommunicationLinkRef rHold(pCL); // H�lt denm Zeiger bis zum Ende des calls in CallConnectionClosed()
369 CommunicationManager::CallConnectionClosed( pCL ); in CallConnectionClosed()
372 if ( ActiveLinks->Seek_Entry( pCL, &nPos ) ) in CallConnectionClosed()
[all …]
/AOO41X/main/automation/source/server/
H A Dserver.cxx123 void RemoteControlCommunicationManager::ConnectionOpened( CommunicationLink* pCL ) in ConnectionOpened() argument
125 StatementFlow::pCommLink = pCL; in ConnectionOpened()
126 CommunicationManagerServerViaSocket::ConnectionOpened( pCL ); in ConnectionOpened()
130 void RemoteControlCommunicationManager::ConnectionClosed( CommunicationLink* pCL ) in ConnectionClosed() argument
133 CommunicationManagerServerViaSocket::ConnectionClosed( pCL ); in ConnectionClosed()
738 IMPL_LINK( ImplRemoteControl, QueCommandsEvent, CommunicationLink*, pCL ) in IMPL_LINK() argument
740 SvStream *pTemp = pCL->GetServiceData(); in IMPL_LINK()
H A Dserver.hxx65 virtual void ConnectionOpened( CommunicationLink* pCL );
66 virtual void ConnectionClosed( CommunicationLink* pCL );
/AOO41X/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx95 ScChartListener* pCL(new ScChartListener(rName, pDoc, pRefTokens.release())); in CreateChartListener() local
101 pCL->SetDirty( sal_True ); in CreateChartListener()
106 pDoc->InterpretDirtyCells( *pCL->GetRangeList() ); in CreateChartListener()
109 pCollection->Insert( pCL ); in CreateChartListener()
110 pCL->StartListeningTo(); in CreateChartListener()
/AOO41X/main/sc/source/core/data/
H A Ddocumen5.cxx191 ScChartListener* pCL = new ScChartListener( in UpdateAllCharts() local
193 pChartListenerCollection->Insert( pCL ); in UpdateAllCharts()
194 pCL->StartListeningTo(); in UpdateAllCharts()
/AOO41X/main/rsc/inc/
H A Drscrsc.hxx117 RscCmdLine* pCL; // Kommandozeile member in RscCompiler