Searched refs:pCL (Results 1 – 11 of 11) sorted by relevance
/trunk/main/automation/source/simplecm/ |
H A D | simplecm.cxx | 444 pCL->aLastAccess = pCL->aStart; in CallConnectionOpened() 448 xLastNewLink = pCL; in CallConnectionOpened() 452 CM_OPEN, pCL ); in CallConnectionOpened() 454 pCL->FinishCallback(); in CallConnectionOpened() 464 CM_CLOSE, pCL ); in CallConnectionClosed() 470 pCL->FinishCallback(); in CallConnectionClosed() 545 pCL->nTotalBytes += pCL->pServiceData->Seek( STREAM_SEEK_TO_END ); in CallDataReceived() 551 CM_RECEIVE, pCL ); in CallDataReceived() 552 DataReceived( pCL ); in CallDataReceived() 555 pCL->FinishCallback(); in CallDataReceived() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | chartlis.cxx | 511 ScChartListener* pCL; in ChangeListening() local 516 pCL->EndListeningTo(); in ChangeListening() 522 Insert( pCL ); in ChangeListening() 537 if ( !pCL->IsUno() ) in FreeUnused() 539 if ( pCL->IsUsed() ) in FreeUnused() 542 Free( pCL ); in FreeUnused() 554 if ( pCL->IsUno() && in FreeUno() 558 Free( pCL ); in FreeUno() 586 if ( pCL->IsDirty() ) in UpdateDirtyCharts() 587 pCL->Update(); in UpdateDirtyCharts() [all …]
|
/trunk/main/rsc/source/rsc/ |
H A D | rsc.cxx | 408 pCL = pLine; in RscCompiler() 411 if( pCL->aOutputLst.Len() ) in RscCompiler() 473 if( PRINTSYNTAX_FLAG & pCL->nCommands ) in Start() 481 pString = pCL->aInputList.First(); in Start() 488 pString = pCL->aInputList.Next(); in Start() 551 if( pCL->aOutputSrs.Len() && (pCL->nCommands & NOLINK_FLAG) ) in EndCompile() 633 if( pCL->aTouchFile.Len() ) in EndCompile() 841 if( !(pCL->nCommands & NOLINK_FLAG) ) in Link() 845 for( it = pCL->m_aOutputFiles.begin(); it != pCL->m_aOutputFiles.end(); ++it ) in Link() 873 if(pCL->aILDir.Len()) in Link() [all …]
|
/trunk/main/automation/inc/automation/ |
H A D | simplecm.hxx | 112 …&nMsg, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCo… in InfoString() argument 267 virtual void CallConnectionOpened( CommunicationLink* pCL ); 268 virtual void CallConnectionClosed( CommunicationLink* pCL ); 269 void CallDataReceived( CommunicationLink* pCL ); 275 virtual void ConnectionOpened( CommunicationLink* pCL ){ mlConnectionOpened.Call( pCL ); } in ConnectionOpened() argument 276 virtual void ConnectionClosed( CommunicationLink* pCL ){ mlConnectionClosed.Call( pCL ); } in ConnectionClosed() argument 277 virtual void DataReceived( CommunicationLink* pCL ){ mlDataReceived.Call( pCL ); } in DataReceived() argument 301 virtual sal_Bool IsLinkValid( CommunicationLink* pCL ); 306 virtual void CallConnectionOpened( CommunicationLink* pCL ); 307 virtual void CallConnectionClosed( CommunicationLink* pCL ); [all …]
|
H A D | communi.hxx | 47 virtual sal_Bool IsLinkValid( CommunicationLink* pCL ); 54 virtual void CallConnectionOpened( CommunicationLink* pCL ); 55 virtual void CallConnectionClosed( CommunicationLink* pCL ); 59 virtual void DestroyingLink( CommunicationLink *pCL ); // Link tr�gt sich im Destruktor aus
|
/trunk/main/automation/source/communi/ |
H A D | communi.cxx | 338 sal_Bool MultiCommunicationManager::IsLinkValid( CommunicationLink* pCL ) in IsLinkValid() argument 340 if ( ActiveLinks->Seek_Entry( pCL ) ) in IsLinkValid() 359 ActiveLinks->C40_PTR_INSERT(CommunicationLink, pCL); in CallConnectionOpened() 362 CommunicationManager::CallConnectionOpened( pCL ); in CallConnectionOpened() 369 CommunicationManager::CallConnectionClosed( pCL ); in CallConnectionClosed() 372 if ( ActiveLinks->Seek_Entry( pCL, &nPos ) ) in CallConnectionClosed() 374 InactiveLinks->C40_PTR_INSERT(CommunicationLink, pCL); // Ohne Reference in CallConnectionClosed() 377 pCL->ReleaseReference(); in CallConnectionClosed() 386 void MultiCommunicationManager::DestroyingLink( CommunicationLink *pCL ) in DestroyingLink() argument 389 if ( InactiveLinks->Seek_Entry( pCL, &nPos ) ) in DestroyingLink() [all …]
|
/trunk/main/automation/source/server/ |
H A D | server.cxx | 123 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 D | server.hxx | 65 virtual void ConnectionOpened( CommunicationLink* pCL ); 66 virtual void ConnectionClosed( CommunicationLink* pCL );
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 95 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()
|
/trunk/main/sc/source/core/data/ |
H A D | documen5.cxx | 191 ScChartListener* pCL = new ScChartListener( in UpdateAllCharts() local 193 pChartListenerCollection->Insert( pCL ); in UpdateAllCharts() 194 pCL->StartListeningTo(); in UpdateAllCharts()
|
/trunk/main/rsc/inc/ |
H A D | rscrsc.hxx | 117 RscCmdLine* pCL; // Kommandozeile member in RscCompiler
|
Completed in 56 milliseconds