Searched defs:pCL (Results 1 – 8 of 8) sorted by relevance
440 void CommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened()457 void CommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed()474 void CommunicationManager::CallDataReceived( CommunicationLink* pCL ) in CallDataReceived()605 sal_Bool SingleCommunicationManager::IsLinkValid( CommunicationLink* pCL ) in IsLinkValid()620 void SingleCommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened()634 void SingleCommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed()646 void SingleCommunicationManager::DestroyingLink( CommunicationLink *pCL ) in DestroyingLink()
511 ScChartListener* pCL; in ChangeListening() local534 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUnused() local553 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUno() local585 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateDirtyCharts() local598 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetDirty() local611 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetDiffDirty() local645 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetRangeDirty() local670 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateScheduledSeriesRanges() local681 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateChartsContainingTab() local
338 sal_Bool MultiCommunicationManager::IsLinkValid( CommunicationLink* pCL ) in IsLinkValid()356 void MultiCommunicationManager::CallConnectionOpened( CommunicationLink* pCL ) in CallConnectionOpened()365 void MultiCommunicationManager::CallConnectionClosed( CommunicationLink* pCL ) in CallConnectionClosed()386 void MultiCommunicationManager::DestroyingLink( CommunicationLink *pCL ) in DestroyingLink()
112 …InfoString( ByteString &nMsg, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg )… in InfoString()275 virtual void ConnectionOpened( CommunicationLink* pCL ){ mlConnectionOpened.Call( pCL ); } in ConnectionOpened()276 virtual void ConnectionClosed( CommunicationLink* pCL ){ mlConnectionClosed.Call( pCL ); } in ConnectionClosed()277 virtual void DataReceived( CommunicationLink* pCL ){ mlDataReceived.Call( pCL ); } in DataReceived()
123 void RemoteControlCommunicationManager::ConnectionOpened( CommunicationLink* pCL ) in ConnectionOpened()130 void RemoteControlCommunicationManager::ConnectionClosed( CommunicationLink* pCL ) in ConnectionClosed()738 IMPL_LINK( ImplRemoteControl, QueCommandsEvent, CommunicationLink*, pCL ) in IMPL_LINK() argument
117 RscCmdLine* pCL; // Kommandozeile member in RscCompiler
95 ScChartListener* pCL(new ScChartListener(rName, pDoc, pRefTokens.release())); in CreateChartListener() local
191 ScChartListener* pCL = new ScChartListener( in UpdateAllCharts() local
Completed in 39 milliseconds