Home
last modified time | relevance | path

Searched refs:pFrame (Results 76 – 100 of 258) sorted by relevance

1234567891011

/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx216 SfxFrameDescriptor* pFrame; member
238 pFrame( 0 ) {} in SfxFrameProperties()
241 ~SfxFrameProperties() { delete pFrame; } in ~SfxFrameProperties()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx1027 SfxViewFrame* pFrame = pFrm ? pFrm->GetCurrentViewFrame() : 0; in ExcecuteContextMenuAction() local
1028 if( pFrame ) in ExcecuteContextMenuAction()
1031 pFrame->GetDispatcher()->Execute( in ExcecuteContextMenuAction()
1033 SfxObjectShell& rObj = *pFrame->GetObjectShell(); in ExcecuteContextMenuAction()
1059 pFrame->ToTop(); in ExcecuteContextMenuAction()
1062 pFrame->GetDispatcher()->Execute(SID_CLOSEWIN, in ExcecuteContextMenuAction()
1067 pFrame->ToTop(); in ExcecuteContextMenuAction()
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.cxx240 Window* pFrame = pDlg->GetWindow( WINDOW_FRAME ); in execute() local
241 if ( pFrame != pDlg ) in execute()
242 pDlg->SetParent( pFrame ); in execute()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwindow.cxx182 GtkSalFrame *pFrame = GtkSalFrame::getFromWindow( GTK_WINDOW( data ) ); in ooo_window_wrapper_real_initialize() local
183 if( pFrame ) in ooo_window_wrapper_real_initialize()
185 Window *pWindow = pFrame->GetWindow(); in ooo_window_wrapper_real_initialize()
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h34 -(id)initWithSalFrame: (AquaSalFrame*)pFrame; in initWithSalFrame:()
85 +(void)unsetMouseFrame: (AquaSalFrame*)pFrame;
86 -(id)initWithSalFrame: (AquaSalFrame*)pFrame; in initWithSalFrame:()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx378 pFrame; in SfxOwnFramesLocker()
379 pFrame = SfxViewFrame::GetNext( *pFrame, pObjectShell ) in SfxOwnFramesLocker()
382 SfxFrame& rSfxFrame = pFrame->GetFrame(); in SfxOwnFramesLocker()
1021 if ( pFrame ) in attachResource()
1022 pFrame->UpdateTitle(); in attachResource()
1089 if ( pFrame ) in getArgs()
1091 SvBorder aBorder = pFrame->GetBorderPixelImpl( pFrame->GetViewShell() ); in getArgs()
3133 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst( m_pData->m_pObjectShell ); pFrame; in getViewData() local
3134 pFrame = SfxViewFrame::GetNext( *pFrame, m_pData->m_pObjectShell ) ) in getViewData()
3136 sal_Bool bIsActive = ( pFrame == pActFrame ); in getViewData()
[all …]
H A Dobjcont.cxx130 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( this ); in CreatePreviewMetaFile_Impl() local
131 if ( pFrame && pFrame->GetViewShell() && in CreatePreviewMetaFile_Impl()
132 pFrame->GetViewShell()->GetPrinter() && in CreatePreviewMetaFile_Impl()
133 pFrame->GetViewShell()->GetPrinter()->IsPrinting() ) in CreatePreviewMetaFile_Impl()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx103 SfxViewFrame* pFrame, in Create() argument
115 new SlideSorterViewShell(pFrame,rViewShellBase,pParentWindow,pFrameViewArgument)); in Create()
131 SfxViewFrame* pFrame, in SlideSorterViewShell() argument
135 : ViewShell (pFrame, pParentWindow, rViewShellBase), in SlideSorterViewShell()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx547 , pFrame( pFrm ) in SfxFrameWorkWin_Impl()
813 if ( pFrame->IsClosing_Impl() || ( m_nLock && !bForce )) in ArrangeChilds_Impl()
817 SfxViewFrame *pF = pFrame->GetCurrentViewFrame(); in ArrangeChilds_Impl()
1343 if ( pFrame->IsClosing_Impl() ) in UpdateObjectBars_Impl()
1430 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in GetFrameInterface() local
1431 if ( pFrame ) in GetFrameInterface()
1432 xFrame = pFrame->GetFrame().GetFrameInterface(); in GetFrameInterface()
1472 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in UpdateObjectBars_Impl() local
1473 if ( pFrame ) in UpdateObjectBars_Impl()
1474 bPluginMode = IsPluginMode( pFrame->GetObjectShell() ); in UpdateObjectBars_Impl()
H A Dappcfg.cxx722 for ( SfxViewFrame *pFrame = SfxViewFrame::GetFirst(); in SetOptions_Impl() local
723 pFrame; in SetOptions_Impl()
724 pFrame = SfxViewFrame::GetNext(*pFrame) ) in SetOptions_Impl()
727 SfxDispatcher *pDispat = pFrame->GetDispatcher(); in SetOptions_Impl()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx44 AquaBlinker( AquaSalFrame* pFrame, const Rectangle& rRect ) in AquaBlinker() argument
45 : mpFrame( pFrame ), maInvalidateRect( rRect ) in AquaBlinker()
66 void AquaBlinker::Blink( AquaSalFrame* pFrame, const Rectangle& rRect, int nTimeout ) in Blink() argument
69 for( std::list< AquaBlinker* >::const_iterator it = pFrame->maBlinkers.begin(); in Blink()
70 it != pFrame->maBlinkers.end(); ++it ) in Blink()
75 AquaBlinker* pNew = new AquaBlinker( pFrame, rRect ); in Blink()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx172 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( pDocShell, sal_False ); in StartGrammarChecking() local
173 while (pFrame && !bVisible) in StartGrammarChecking()
175 if (pFrame->IsVisible()) in StartGrammarChecking()
177 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell, sal_False ); in StartGrammarChecking()
/trunk/main/vcl/win/source/window/
H A Dsalmenu.cxx186 void WinSalMenu::SetFrame( const SalFrame *pFrame ) in SetFrame() argument
188 if( pFrame ) in SetFrame()
189 mhWnd = static_cast<const WinSalFrame*>(pFrame)->mhWnd; in SetFrame()
/trunk/main/sd/source/ui/view/
H A DOutlineViewShellBase.cxx44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
46 OutlineViewShellBase* pBase = new OutlineViewShellBase(pFrame, pOldView); in CreateInstance()
H A DSlideSorterViewShellBase.cxx44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
46 SlideSorterViewShellBase* pBase = new SlideSorterViewShellBase(pFrame, pOldView); in CreateInstance()
H A DGraphicViewShellBase.cxx46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
48 GraphicViewShellBase* pBase = new GraphicViewShellBase(pFrame, pOldView); in CreateInstance()
H A DImpressViewShellBase.cxx46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
48 ImpressViewShellBase* pBase = new ImpressViewShellBase(pFrame, pOldView); in CreateInstance()
/trunk/main/sfx2/source/view/
H A Dviewfac.cxx36 SfxViewShell *SfxViewFactory::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldSh ) in DBG_NAME()
39 return (*fnCreate)(pFrame, pOldSh); in DBG_NAME()
H A Dimpframe.hxx62 SfxFrame* pFrame; member in SfxFrame_Impl
83 ,pFrame( pAntiImplP ) in SfxFrame_Impl()
H A Dimpviewframe.hxx80 SfxViewFrame* pFrame; member in SfxFrameViewWindow_Impl
86 pFrame( p ) in SfxFrameViewWindow_Impl()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkdata.hxx68 virtual void deregisterFrame( SalFrame* pFrame );
70 virtual int CaptureMouse( SalFrame* pFrame );
/trunk/main/vcl/inc/os2/
H A Dsalsound.hxx70 BOOL Init( SalFrame* pFrame, const String& rSoundName, ULONG& rSoundLen );
71 BOOL Init( SalFrame* pFrame, const BYTE* pSound, ULONG nDataLen, ULONG& rSoundLen );
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx181 Os2SalFrame* pFrame = (Os2SalFrame*)GetWindowPtr( mhWnd ); in GetGraphicsWidth() local
182 if( pFrame ) in GetGraphicsWidth()
184 if( pFrame->maGeometry.nWidth ) in GetGraphicsWidth()
185 return pFrame->maGeometry.nWidth; in GetGraphicsWidth()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2147 const GtkSalFrame* pFrame = static_cast< const GtkSalFrame* >(*it); in grabPointer() local
2148 if( pFrame->m_bWindowIsGtkPlug ) in grabPointer()
2199 GtkSalFrame* pFrame = this; in SetPointerPos() local
2200 while( pFrame && pFrame->isChild( false, true ) ) in SetPointerPos()
2201 pFrame = pFrame->m_pParent; in SetPointerPos()
2202 if( ! pFrame ) in SetPointerPos()
2205 GdkScreen *pScreen = gtk_window_get_screen( GTK_WINDOW(pFrame->m_pWindow) ); in SetPointerPos()
2220 gdk_window_get_pointer( pFrame->m_pWindow->window, &x, &y, &mask ); in SetPointerPos()
3278 GtkSalFrame::IMHandler::IMHandler( GtkSalFrame* pFrame ) in IMHandler() argument
3279 : m_pFrame(pFrame), in IMHandler()
/trunk/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx281 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in SvxColorDockingWindow() local
282 if (pFrame != NULL) in SvxColorDockingWindow()
284 SfxViewShell* pViewShell = pFrame->GetViewShell(); in SvxColorDockingWindow()

Completed in 167 milliseconds

1234567891011