| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | wmadaptor.cxx | 60 void setNetWMState( X11SalFrame* pFrame ) const; 67 virtual void setWMName( X11SalFrame* pFrame, const String& rWMName ) const; 68 …virtual void maximizeFrame( X11SalFrame* pFrame, bool bHorizontal = true, bool bVertical = true ) … 69 virtual void shade( X11SalFrame* pFrame, bool bToShaded ) const; 70 …virtual void setFrameTypeAndDecoration( X11SalFrame* pFrame, WMWindowType eType, int nDecorationFl… 72 virtual void enableAlwaysOnTop( X11SalFrame* pFrame, bool bEnable ) const; 73 virtual int handlePropertyNotify( X11SalFrame* pFrame, XPropertyEvent* pEvent ) const; 74 virtual void showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const; 75 virtual void frameIsMapping( X11SalFrame* pFrame ) const; 76 virtual void setFrameStruts( X11SalFrame* pFrame, [all …]
|
| H A D | i18n_ic.cxx | 49 static void sendEmptyCommit( SalFrame* pFrame ) in sendEmptyCommit() argument 51 vcl::DeletionListener aDel( pFrame ); in sendEmptyCommit() 61 pFrame->CallCallback( SALEVENT_EXTTEXTINPUT, (void*)&aEmptyEv ); in sendEmptyCommit() 63 pFrame->CallCallback( SALEVENT_ENDEXTTEXTINPUT, NULL ); in sendEmptyCommit() 149 SalI18N_InputContext::SalI18N_InputContext ( SalFrame *pFrame ) : in SalI18N_InputContext() argument 192 const SystemEnvData* pEnv = pFrame->GetSystemData(); in SalI18N_InputContext() 200 maClientData.pFrame = pFrame; in SalI18N_InputContext() 284 pFrame->CallCallback(SALEVENT_EXTTEXTINPUTPOS, (void*)&aPosEvent); in SalI18N_InputContext() 421 SalI18N_InputContext::Unmap( SalFrame* pFrame ) in Unmap() argument 426 if( rStatus.getParent() == pFrame ) in Unmap() [all …]
|
| /AOO41X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 77 static void SetMaximizedFrameGeometry( HWND hWnd, Os2SalFrame* pFrame ); 78 static void UpdateFrameGeometry( HWND hWnd, Os2SalFrame* pFrame ); 81 static void ImplSalCalcFrameSize( const Os2SalFrame* pFrame, 119 sal_Bool APIENTRY _WinQueryWindowPos( Os2SalFrame* pFrame, PSWP pswp) in _WinQueryWindowPos() argument 122 sal_Bool rc = WinQueryWindowPos( pFrame->mhWndFrame, pswp); in _WinQueryWindowPos() 126 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos() 129 Os2SalFrame* pParentFrame = pFrame->mpParentFrame; in _WinQueryWindowPos() 156 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos() 161 sal_Bool APIENTRY _WinSetWindowPos( Os2SalFrame* pFrame, HWND hwndInsertBehind, LONG x, LONG y, in _WinSetWindowPos() argument 170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos() [all …]
|
| /AOO41X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 168 static void UpdateFrameGeometry( HWND hWnd, WinSalFrame* pFrame ); 169 static void SetMaximizedFrameGeometry( HWND hWnd, WinSalFrame* pFrame, RECT* pParentRect = NULL ); 171 static void ImplSaveFrameState( WinSalFrame* pFrame ) in ImplSaveFrameState() argument 174 if ( !pFrame->mbFullScreen ) in ImplSaveFrameState() 176 sal_Bool bVisible = (GetWindowStyle( pFrame->mhWnd ) & WS_VISIBLE) != 0; in ImplSaveFrameState() 177 if ( IsIconic( pFrame->mhWnd ) ) in ImplSaveFrameState() 179 pFrame->maState.mnState |= SAL_FRAMESTATE_MINIMIZED; in ImplSaveFrameState() 181 pFrame->mnShowState = SW_SHOWMAXIMIZED; in ImplSaveFrameState() 183 else if ( IsZoomed( pFrame->mhWnd ) ) in ImplSaveFrameState() 185 pFrame->maState.mnState &= ~SAL_FRAMESTATE_MINIMIZED; in ImplSaveFrameState() [all …]
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | frame2.cxx | 74 SfxFrame* pFrame; member in SfxFrameWindow_Impl 91 , pFrame( pF ) in SfxFrameWindow_Impl() 102 SfxWorkWindow *pWorkWin = pFrame->GetWorkWindow_Impl(); in DataChanged() 109 if ( pFrame->IsClosing_Impl() || !pFrame->GetFrameInterface().is() ) in Notify() 112 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in Notify() 118 …if ( pView->GetViewShell() && !pView->GetViewShell()->GetUIActiveIPClient_Impl() && !pFrame->IsInP… in Notify() 134 SfxHelp::OpenHelpAgent( pFrame, sHelpId ); in Notify() 166 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in PreNotify() 174 SfxViewFrame* pView = pFrame->GetCurrentViewFrame(); in PreNotify() 187 SfxWorkWindow *pWorkWin = pFrame->GetWorkWindow_Impl(); in PreNotify() [all …]
|
| H A D | frame.cxx | 227 for ( const SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pCur ); in PrepareClose_Impl() local 228 !bOther && pFrame; pFrame = SfxViewFrame::GetNext( *pFrame, pCur ) ) in PrepareClose_Impl() 230 bOther = ( &pFrame->GetFrame() != this ); in PrepareClose_Impl() 273 void SfxFrame::RemoveChildFrame_Impl( SfxFrame* pFrame ) in RemoveChildFrame_Impl() argument 276 sal_uInt16 nPos = pChildArr->GetPos(pFrame); in RemoveChildFrame_Impl() 354 void SfxFrame::SetCurrentViewFrame_Impl( SfxViewFrame *pFrame ) in SetCurrentViewFrame_Impl() argument 356 pImp->pCurrentViewFrame = pFrame; in SetCurrentViewFrame_Impl() 398 SfxFrame* pFrame = (*pChildArr)[n-1]; in GetViewData_Impl() local 400 pFrame->GetDescriptor()->GetArgs()->ClearItem( SID_VIEW_DATA ); in GetViewData_Impl() 401 pFrame->GetViewData_Impl(); in GetViewData_Impl() [all …]
|
| H A D | viewfrm.cxx | 253 void InsertViewFrame( SfxViewFrame* pFrame ) in InsertViewFrame() argument 255 StartListening( *pFrame ); in InsertViewFrame() 256 C40_INSERT( SfxViewFrame, pFrame, Count() ); in InsertViewFrame() 269 SfxViewFrame* pFrame = (SfxViewFrame*) &rBC; in Notify() local 270 if( pFrame ) in Notify() 272 sal_uInt16 nPos = C40_GETPOS( SfxViewFrame, pFrame ); in Notify() 950 SfxFrame* pFrame = &GetTopFrame(); in StateReload_Impl() local 959 SfxFrameIterator aFrameIter( *pFrame, sal_True ); in StateReload_Impl() 961 pFrame; in StateReload_Impl() 965 SfxObjectShell *pShell = pFrame->GetCurrentDocument(); in StateReload_Impl() [all …]
|
| H A D | sfxbasecontroller.cxx | 694 …r ( const SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); !bOther && pFrame; pFrame = … in suspend() local 695 bOther = (pFrame != pActFrame); in suspend() 792 SfxViewFrame *pFrame = m_pData->m_pViewShell->GetViewFrame(); in queryDispatch() local 794 pFrame->SetChildWindow( SID_BROWSER, sal_True ); in queryDispatch() 795 SfxChildWindow* pChildWin = pFrame->GetChildWindow( SID_BROWSER ); in queryDispatch() 837 for ( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); in queryDispatch() local 838 pFrame; in queryDispatch() 839 pFrame = SfxViewFrame::GetNext( *pFrame ) ) in queryDispatch() 841 if ( pFrame->GetFrame().GetFrameInterface() == xParentFrame ) in queryDispatch() 843 pParentFrame = pFrame; in queryDispatch() [all …]
|
| /AOO41X/main/sfx2/source/bastyp/ |
| H A D | progress.cxx | 120 SfxViewFrame *pFrame= SfxViewFrame::GetFirst(pDoc); in Enable_Impl() local 121 while ( pFrame ) in Enable_Impl() 123 pFrame->Enable(bEnable); in Enable_Impl() 124 pFrame->GetDispatcher()->Lock( !bEnable ); in Enable_Impl() 125 pFrame = SfxViewFrame::GetNext(*pFrame, pDoc); in Enable_Impl() 465 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume() local 466 pFrame; in Resume() 467 pFrame = SfxViewFrame::GetNext( *pFrame, pImp->xObjSh ) ) in Resume() 468 pFrame->GetWindow().EnterWait(); in Resume() 474 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(pImp->xObjSh); in Resume() local [all …]
|
| H A D | frmhtml.cxx | 64 void SfxFrameHTMLParser::ParseFrameOptions( SfxFrameDescriptor *pFrame, const HTMLOptions *pOptions… in ParseFrameOptions() argument 67 Size aMargin( pFrame->GetMargin() ); in ParseFrameOptions() 86 pFrame->SetWallpaper( Wallpaper( aColor ) ); in ParseFrameOptions() 90 pFrame->SetURL( in ParseFrameOptions() 96 pFrame->SetName( pOption->GetString() ); in ParseFrameOptions() 117 pFrame->SetScrollingMode( in ParseFrameOptions() 128 pFrame->SetFrameBorder( bBorder ); in ParseFrameOptions() 132 pFrame->SetResizable( sal_False ); in ParseFrameOptions() 142 pFrame->SetReadOnly( bReadonly ); in ParseFrameOptions() 151 pFrame->SetEditable( bEdit ); in ParseFrameOptions() [all …]
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | objserv.cxx | 264 SfxViewFrame *pFrame = SfxViewFrame::GetFirst(this); in PrintExec_Impl() local 265 if ( pFrame ) in PrintExec_Impl() 268 pFrame->GetViewShell()->ExecuteSlot(rReq); in PrintExec_Impl() 277 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in PrintState_Impl() local 278 if ( pFrame ) in PrintState_Impl() 280 SfxPrinter *pPrinter = pFrame->GetViewShell()->GetPrinter(); in PrintState_Impl() 379 SfxViewFrame* pFrame = GetFrame(); in ExecFile_Impl() local 380 if ( !pFrame ) in ExecFile_Impl() 381 pFrame = SfxViewFrame::GetFirst( this ); in ExecFile_Impl() 382 if ( !pFrame ) in ExecFile_Impl() [all …]
|
| H A D | frmdescr.cxx | 143 SfxFrameDescriptor *pFrame = new SfxFrameDescriptor; in Clone() local 145 pFrame->aURL = aURL; in Clone() 146 pFrame->aActualURL = aActualURL; in Clone() 147 pFrame->aName = aName; in Clone() 148 pFrame->aMargin = aMargin; in Clone() 149 pFrame->nWidth = nWidth; in Clone() 150 pFrame->eSizeSelector = eSizeSelector; in Clone() 151 pFrame->eScroll = eScroll; in Clone() 152 pFrame->bResizeHorizontal = bResizeHorizontal; in Clone() 153 pFrame->bResizeVertical = bResizeVertical; in Clone() [all …]
|
| H A D | objmisc.cxx | 521 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in HasModalViews() local 522 while( pFrame ) in HasModalViews() 524 if ( pFrame->IsInModalMode() ) in HasModalViews() 527 pFrame = SfxViewFrame::GetNext( *pFrame, this ); in HasModalViews() 1155 void SfxObjectShell::PostActivateEvent_Impl( SfxViewFrame* pFrame ) in PostActivateEvent_Impl() argument 1158 if ( !pSfxApp->IsDowning() && !IsLoading() && pFrame && !pFrame->GetFrame().IsClosing_Impl() ) in PostActivateEvent_Impl() 1166 …ventHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_OPENDOC), this, pFrame->GetFrame().GetCon… in PostActivateEvent_Impl() 1168 …ntHint( nId, GlobalEventConfig::GetEventName(STR_EVENT_CREATEDOC), this, pFrame->GetFrame().GetCon… in PostActivateEvent_Impl() 1569 SfxViewShell* pSh = pMark->pFrame->GetViewShell(); in PositionView_Impl() 1623 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pObjSh ); in Timeout() local [all …]
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 145 SfxViewFrame* pFrame; // 0 oder zugeh"or. Frame member 220 return !pImp->pFrame; in IsAppDispatcher() 379 pImp->pFrame = 0; in SfxDispatcher() 394 SfxViewFrame *pFrame = pViewFrame->GetParentViewFrame(); in SfxDispatcher() local 395 if ( pFrame ) in SfxDispatcher() 396 Construct_Impl( pFrame->GetDispatcher() ); in SfxDispatcher() 402 pImp->pFrame = pViewFrame; in SfxDispatcher() 716 if ( pImp->pFrame ) in GetBindings() 717 return &pImp->pFrame->GetBindings(); in GetBindings() 734 return pImp->pFrame; in GetFrame() [all …]
|
| H A D | shell.cxx | 79 SfxViewFrame* pFrame; // Frame, falls <UI-aktiv> member 149 pImp->pFrame = 0; in SfxShell() 175 pImp->pFrame = 0; in SfxShell() 258 return pImp->pFrame ? pImp->pFrame->GetDispatcher() : 0; in GetDispatcher() 303 if ( pImp->pFrame ) in GetFrame() 304 return pImp->pFrame; in GetFrame() 650 void SfxShell::DoActivate_Impl( SfxViewFrame *pFrame, sal_Bool bMDI ) in DoActivate_Impl() argument 682 pImp->pFrame = pFrame; in DoActivate_Impl() 692 void SfxShell::DoDeactivate_Impl( SfxViewFrame *pFrame, sal_Bool bMDI ) in DoDeactivate_Impl() argument 723 if ( bMDI && pImp->pFrame == pFrame ) in DoDeactivate_Impl() [all …]
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | swwait.cxx | 52 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &mrDoc, sal_False ); in EnterWaitAndLockDispatcher() local 53 while ( pFrame ) in EnterWaitAndLockDispatcher() 55 pFrame->GetWindow().EnterWait(); in EnterWaitAndLockDispatcher() 59 SfxDispatcher* pDispatcher = pFrame->GetDispatcher(); in EnterWaitAndLockDispatcher() 67 pFrame = SfxViewFrame::GetNext( *pFrame, &mrDoc, sal_False ); in EnterWaitAndLockDispatcher() 73 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &mrDoc, sal_False ); in LeaveWaitAndUnlockDispatcher() local 74 while ( pFrame ) in LeaveWaitAndUnlockDispatcher() 76 pFrame->GetWindow().LeaveWait(); in LeaveWaitAndUnlockDispatcher() 80 SfxDispatcher* pDispatcher = pFrame->GetDispatcher(); in LeaveWaitAndUnlockDispatcher() 88 pFrame = SfxViewFrame::GetNext( *pFrame, &mrDoc, sal_False ); in LeaveWaitAndUnlockDispatcher()
|
| /AOO41X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 356 const X11SalFrame* pFrame = NULL; in Init() local 361 pFrame = static_cast< const X11SalFrame* >(*it); in Init() 362 if( ! ( pFrame->mpParent in Init() 363 || pFrame->mbFullScreen in Init() 364 || ! ( pFrame->nStyle_ & SAL_FRAME_STYLE_SIZEABLE ) in Init() 365 || ! pFrame->GetUnmirroredGeometry().nWidth in Init() 366 || ! pFrame->GetUnmirroredGeometry().nHeight in Init() 377 const SalFrameGeometry& rGeom( pFrame->GetUnmirroredGeometry() ); in Init() 447 X11SalFrame* pFrame = this; in Init() local 448 while( pFrame->mpParent ) in Init() [all …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | widorp.cxx | 337 sal_Bool WidowsAndOrphans::FindBreak( SwTxtFrm *pFrame, SwTxtMargin &rLine, in FindBreak() argument 342 ASSERT( pFrm == pFrame, "<WidowsAndOrphans::FindBreak> - pFrm != pFrame" ); in FindBreak() 354 if( !FindWidows( pFrame, rLine ) ) in FindBreak() 395 sal_Bool WidowsAndOrphans::FindWidows( SwTxtFrm *pFrame, SwTxtMargin &rLine ) in FindWidows() argument 397 ASSERT( ! pFrame->IsVertical() || ! pFrame->IsSwapped(), in FindWidows() 400 if( !nWidLines || !pFrame->IsFollow() ) in FindWidows() 406 SwTxtFrm *pMaster = pFrame->FindMaster(); in FindWidows() 413 if( pMaster->GetOfst() == pFrame->GetOfst() ) in FindWidows() 417 SWRECTFN( pFrame ) in FindWidows() 419 const SwTwips nDocPrtTop = (pFrame->*fnRect->fnGetPrtTop)(); in FindWidows() [all …]
|
| /AOO41X/main/sc/source/ui/miscdlgs/ |
| H A D | anyrefdg.cxx | 97 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in enableInput() local 98 while( pFrame ) in enableInput() 101 if ( !pFrame->GetFrame().IsInPlace() ) in enableInput() 103 SfxViewShell* p = pFrame->GetViewShell(); in enableInput() 120 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in enableInput() 567 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in SetDispatcherLock() local 568 while( pFrame ) in SetDispatcherLock() 570 SfxDispatcher* pDisp = pFrame->GetDispatcher(); in SetDispatcherLock() 574 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in SetDispatcherLock() 596 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in EnableSpreadsheets() local [all …]
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | wmadaptor.hxx | 224 virtual void setWMName( X11SalFrame* pFrame, const String& rWMName ) const; 229 virtual void setPID( X11SalFrame* pFrame ) const; 234 virtual void setClientMachine( X11SalFrame* pFrame ) const; 244 …virtual void maximizeFrame( X11SalFrame* pFrame, bool bHorizontal = true, bool bVertical = true ) … 248 virtual void showFullScreen( X11SalFrame* pFrame, bool bFullScreen ) const; 261 virtual void setFrameStruts( X11SalFrame*pFrame, 280 virtual void shade( X11SalFrame* pFrame, bool bToShaded ) const; 286 …virtual void setFrameTypeAndDecoration( X11SalFrame* pFrame, WMWindowType eType, int nDecorationFl… 301 virtual void enableAlwaysOnTop( X11SalFrame* pFrame, bool bEnable ) const; 311 virtual int handlePropertyNotify( X11SalFrame* pFrame, XPropertyEvent* pEvent ) const; [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | module.cxx | 389 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); pFrame; pFrame = SfxViewFrame::GetNext( *pFr… in Invalidate() local 390 if ( pFrame->GetObjectShell()->GetModule() == this ) in Invalidate() 391 Invalidate_Impl( pFrame->GetBindings(), nId ); in Invalidate() 396 SfxViewFrame* pFrame = SfxViewFrame::Current(); in IsActive() local 397 if ( pFrame && pFrame->GetObjectShell()->GetFactory().GetModule() == this ) in IsActive() 413 SfxModule* SfxModule::GetActiveModule( SfxViewFrame* pFrame ) in GetActiveModule() argument 415 if ( !pFrame ) in GetActiveModule() 416 pFrame = SfxViewFrame::Current(); in GetActiveModule() 418 if( pFrame ) in GetActiveModule() 419 pSh = pFrame->GetObjectShell(); in GetActiveModule()
|
| H A D | app.cxx | 457 void SfxApplication::SetViewFrame_Impl( SfxViewFrame *pFrame ) in SetViewFrame_Impl() argument 459 if ( pFrame != pAppData_Impl->pViewFrame ) in SetViewFrame_Impl() 465 SfxViewFrame *pNewContainerFrame = pFrame; in SetViewFrame_Impl() 480 pOldContainerFrame->DoDeactivate( bTaskActivate, pFrame ); in SetViewFrame_Impl() 486 pAppData_Impl->pViewFrame = pFrame; in SetViewFrame_Impl() 529 if ( pFrame && pFrame->GetViewShell() ) in SetViewFrame_Impl() 530 pFrame->GetViewShell()->SetCurrentDocument(); in SetViewFrame_Impl() 698 …for( SfxViewFrame* pFrame = SfxViewFrame::GetFirst(); pFrame; pFrame = SfxViewFrame::GetNext( *pFr… in Invalidate() local 699 Invalidate_Impl( pFrame->GetBindings(), nId ); in Invalidate() 778 const SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in ChooseScript() local [all …]
|
| H A D | fwkhelper.cxx | 41 SfxFrame* pFrame=0; in RefreshToolbars() local 42 for ( pFrame = SfxFrame::GetFirst(); pFrame; pFrame = SfxFrame::GetNext( *pFrame ) ) in RefreshToolbars() 44 if ( pFrame->GetFrameInterface() == xFrame ) in RefreshToolbars() 48 if ( pFrame ) in RefreshToolbars() 50 SfxWorkWindow* pWrkWin = pFrame->GetWorkWindow_Impl(); in RefreshToolbars()
|
| /AOO41X/main/sdext/source/pdfimport/tree/ |
| H A D | pdfiprocessor.cxx | 313 FrameElement* pFrame= NULL ; in processGlyphLine() local 317 …pFrame = m_pElFactory->createFrameElement( m_GlyphsList[0].getCurElement(), getGCId( getTransformG… in processGlyphLine() 318 pFrame->ZOrder = m_nNextZOrder++; in processGlyphLine() 319 pPara = m_pElFactory->createParagraphElement( pFrame ); in processGlyphLine() 326 pFrame, in processGlyphLine() 351 pFrame, in processGlyphLine() 360 pFrame, in processGlyphLine() 381 pFrame, in processGlyphLine() 390 pFrame, in processGlyphLine() 403 pFrame, in processGlyphLine() [all …]
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svpinst.hxx | 97 SalUserEvent( const SalFrame* pFrame, void* pData, sal_uInt16 nEvent = SALEVENT_USEREVENT ) in SalUserEvent() 98 : m_pFrame( pFrame ), in SalUserEvent() 109 bool isFrameAlive( const SalFrame* pFrame ) const; 117 void PostEvent( const SalFrame* pFrame, void* pData, sal_uInt16 nEvent ); 118 void CancelEvent( const SalFrame* pFrame, void* pData, sal_uInt16 nEvent ); 124 void registerFrame( SalFrame* pFrame ) { m_aFrames.push_back( pFrame ); } in registerFrame() argument 125 void deregisterFrame( SalFrame* pFrame ); 133 virtual void DestroyFrame( SalFrame* pFrame );
|