Home
last modified time | relevance | path

Searched refs:pFrame (Results 51 – 75 of 258) sorted by relevance

1234567891011

/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx329 SalUserEvent( SalFrame* pFrame, void* pData, sal_uInt16 nEvent = SALEVENT_USEREVENT ) in SalUserEvent()
330 : m_pFrame( pFrame ), in SalUserEvent()
405 virtual void registerFrame( SalFrame* pFrame );
406 virtual void deregisterFrame( SalFrame* pFrame );
414 … void SendInternalEvent( SalFrame* pFrame, void* pData, sal_uInt16 nEvent = SALEVENT_USEREVENT );
415 void CancelInternalEvent( SalFrame* pFrame, void* pData, sal_uInt16 nEvent );
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx732 const sal_Char *pFrame = 0; in Write() local
735 case 0: pFrame = OOO_STRING_SVTOOLS_HTML_TF_void ;break; in Write()
736 case 1: pFrame = OOO_STRING_SVTOOLS_HTML_TF_above ;break; in Write()
737 case 2: pFrame = OOO_STRING_SVTOOLS_HTML_TF_below ;break; in Write()
738 case 3: pFrame = OOO_STRING_SVTOOLS_HTML_TF_hsides ;break; in Write()
739 case 4: pFrame = OOO_STRING_SVTOOLS_HTML_TF_lhs ;break; in Write()
740 case 8: pFrame = OOO_STRING_SVTOOLS_HTML_TF_rhs ;break; in Write()
741 case 12: pFrame = OOO_STRING_SVTOOLS_HTML_TF_vsides ;break; in Write()
746 if( pFrame ) in Write()
747 (((sOut += ' ' ) += OOO_STRING_SVTOOLS_HTML_O_frame ) += '=') += pFrame; in Write()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx300 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in MouseButtonDown() local
306pFrame->GetDispatcher()->Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, in MouseButtonDown()
312 SfxFrameItem aFrameItem(SID_DOCFRAME, pFrame); in MouseButtonDown()
313pFrame->GetDispatcher()->Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, in MouseButtonDown()
1320 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in AnimateObj() local
1321 SfxFrameItem aFrameItem(SID_DOCFRAME, pFrame); in AnimateObj()
1324 pFrame->GetDispatcher()-> in AnimateObj()
1362 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in AnimateObj() local
1363 SfxFrameItem aFrameItem(SID_DOCFRAME, pFrame); in AnimateObj()
1365 pFrame->GetDispatcher()-> in AnimateObj()
H A Dfuoltext.cxx208 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in MouseButtonUp() local
213pFrame->GetDispatcher()->Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, in MouseButtonUp()
219 SfxFrameItem aFrameItem( SID_DOCFRAME, pFrame ); in MouseButtonUp()
220pFrame->GetDispatcher()->Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD, in MouseButtonUp()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx109 SfxFrame* pFrame, const String& /*rName*/ ) in PreviewFactory() argument
112 &pFrame->GetCurrentViewFrame()->GetWindow() ) ); in PreviewFactory()
185 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( &rDocShell ); in Paint() local
186 if ( pFrame && pFrame->GetViewShell() && in Paint()
187 pFrame->GetViewShell()->GetPrinter() && in Paint()
188 pFrame->GetViewShell()->GetPrinter()->IsPrinting() ) in Paint()
/trunk/main/vcl/os2/source/app/
H A Dsalinst.cxx564 Os2SalFrame* pFrame = GetSalData()->mpFirstFrame; in ImplSalYield() local
565 if ( pFrame ) in ImplSalYield()
567 if (pFrame->CallCallback( SALEVENT_SHUTDOWN, 0 )) in ImplSalYield()
568 WinCancelShutdown( pFrame->mhAB, FALSE ); in ImplSalYield()
776 void Os2SalInstance::DestroyFrame( SalFrame* pFrame ) in DestroyFrame() argument
778 WinSendMsg( mhComWnd, SAL_MSG_DESTROYFRAME, 0, (MPARAM)pFrame ); in DestroyFrame()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx94 … SvpSalFrame* pFrame = const_cast<SvpSalFrame*>(static_cast<const SvpSalFrame*>(*it)); in ~SvpSalFrame() local
95 if( pFrame->m_bVisible && in ~SvpSalFrame()
96 pFrame->m_pParent == NULL && in ~SvpSalFrame()
97 (pFrame->m_nStyle & (SAL_FRAME_STYLE_MOVEABLE | in ~SvpSalFrame()
102 pFrame->GetFocus(); in ~SvpSalFrame()
/trunk/main/sw/source/core/access/
H A Daccpage.cxx125 const SwFrm* pFrame ) in SwAccessiblePage() argument
126 : SwAccessibleContext( pInitMap, AccessibleRole::PANEL, pFrame ) in SwAccessiblePage()
129 DBG_ASSERT( pFrame != NULL, "need frame" ); in SwAccessiblePage()
131 DBG_ASSERT( pFrame->IsPageFrm(), "need page frame" ); in SwAccessiblePage()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx80 AquaSalFrame* pFrame = pGraphic->getGraphicsFrame(); in AquaSalVirtualDevice() local
81 if( pFrame && AquaSalFrame::isAlive( pFrame ) ) in AquaSalVirtualDevice()
83 mpGraphics->setGraphicsFrame( pFrame ); in AquaSalVirtualDevice()
/trunk/main/vcl/inc/aqua/
H A Dsalinst.h83 SalUserEvent( AquaSalFrame* pFrame, void* pData, sal_uInt16 nType ) : in SalUserEvent()
84 mpFrame( pFrame ), mpData( pData ), mnType( nType ) in SalUserEvent()
109 virtual void DestroyFrame( SalFrame* pFrame );
163 void PostUserEvent( AquaSalFrame* pFrame, sal_uInt16 nType, void* pData );
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx420 SalFrame* pFrame = m_pFrame; in YieldGraphicsExpose() local
423 if( ! pFrame ) in YieldGraphicsExpose()
426 …td::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end() && ! pFrame; ++it ) in YieldGraphicsExpose()
430 pFrame = *it; in YieldGraphicsExpose()
432 if( ! pFrame ) in YieldGraphicsExpose()
440 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in YieldGraphicsExpose()
452 if( pFrame ) in YieldGraphicsExpose()
455 pFrame->CallCallback( SALEVENT_PAINT, &aPEvt ); in YieldGraphicsExpose()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx496 SfxViewFrame* pFrame = NULL; in GetBindingsPtr() local
500 pFrame = pIDEDLL->GetShell()->GetViewFrame(); in GetBindingsPtr()
510 pFrame = pView; in GetBindingsPtr()
516 if ( pFrame != NULL ) in GetBindingsPtr()
517 pBindings = &pFrame->GetBindings(); in GetBindingsPtr()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx174 SfxViewFrame *pFrame; in InsertEnv() local
186 pFrame = SfxViewFrame::LoadHiddenDocument( *xDocSh, 0 ); in InsertEnv()
187 pNewView = (SwView*) pFrame->GetViewShell(); in InsertEnv()
496 pFrame->GetFrame().Appear(); in InsertEnv()
507 pFrame->GetBindings().Invalidate( aInva ); in InsertEnv()
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx57 const AquaSalFrame* pFrame = AquaSalMenu::pCurrentMenuBar->mpFrame; variable
58 if( pFrame && AquaSalFrame::isAlive( pFrame ) )
60 pFrame->CallCallback( SALEVENT_SHOWDIALOG, reinterpret_cast<void*>(nDialog) );
538 void AquaSalMenu::SetFrame( const SalFrame *pFrame ) in SetFrame() argument
540 mpFrame = static_cast<const AquaSalFrame*>(pFrame); in SetFrame()
H A Dsalframeview.mm147 -(id)initWithSalFrame: (AquaSalFrame*)pFrame
150 mpFrame = pFrame;
151 NSRect aRect = NSMakeRect( pFrame->maGeometry.nX, pFrame->maGeometry.nY,
152 pFrame->maGeometry.nWidth, pFrame->maGeometry.nHeight);
153 pFrame->VCLToCocoa( aRect );
423 +(void)unsetMouseFrame: (AquaSalFrame*)pFrame
425 if( pFrame == s_pMouseFrame )
429 -(id)initWithSalFrame: (AquaSalFrame*)pFrame
431 …r initWithFrame: [NSWindow contentRectForFrameRect: [pFrame->getNSWindow() frame] styleMask: pFram…
434 mpFrame = pFrame;
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx168 SalFrame* pFrame = (SalFrame*)GetSystemData()->pSalFrame; in layout() local
169 long nDelta = pFrame->maGeometry.nWidth - m_aWindowSize.Width(); in layout()
170 pFrame->SetPosSize( pFrame->maGeometry.nX + nDelta, in layout()
171 pFrame->maGeometry.nY, in layout()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkfactory.cxx118 GtkSalFrame* pFrame = GtkSalFrame::getFromWindow( GTK_WINDOW( parent_widget ) ); in wrapper_factory_create_accessible() local
119 g_return_val_if_fail( pFrame != NULL, NULL ); in wrapper_factory_create_accessible()
121 Window* pFrameWindow = pFrame->GetWindow(); in wrapper_factory_create_accessible()
/trunk/main/sfx2/source/appl/
H A Dappchild.cxx163 SfxWorkWindow* SfxApplication::GetWorkWindow_Impl(const SfxViewFrame *pFrame) const in GetWorkWindow_Impl()
165 if ( pFrame ) in GetWorkWindow_Impl()
166 return pFrame->GetFrame().GetWorkWindow_Impl(); in GetWorkWindow_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx306 SfxViewFrame* pFrame; member in SfxViewFrameItem
312 pFrame( pViewFrame) in SfxViewFrameItem()
316 pFrame( pViewFrame) in SfxViewFrameItem()
324 { return pFrame; } in GetFrame()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx306 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( pDocShell ); in GetNextInputHandler() local
307 while( pFrame && pHdl==NULL) in GetNextInputHandler()
309 SfxViewShell* p = pFrame->GetViewShell(); in GetNextInputHandler()
316 pFrame = SfxViewFrame::GetNext( *pFrame, pDocShell ); in GetNextInputHandler()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx433 void CtorInitTxtPaintInfo( SwTxtFrm *pFrame, const SwRect &rPaint );
440 inline SwTxtPaintInfo( SwTxtFrm *pFrame, const SwRect &rPaint ) in SwTxtPaintInfo() argument
441 { CtorInitTxtPaintInfo( pFrame, rPaint ); } in SwTxtPaintInfo()
588 inline SwTxtFormatInfo(SwTxtFrm *pFrame,const sal_Bool bInterHyphL=sal_False, in SwTxtFormatInfo() argument
590 { CtorInitTxtFormatInfo( pFrame, bInterHyphL, bQuickL, bTst ); } in SwTxtFormatInfo()
732 void Reset( const SwTxtFrm *pFrame); // , const sal_Bool bAll );
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1699 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in IMPL_LINK() local
1702 …if ( (pFrame && !pFrame->GetObjectShell()->AcceptStateUpdate()) || pSfxApp->IsDowning() || !pImp->… in IMPL_LINK()
1921 SfxViewFrame* pFrame = pDispatcher->GetFrame(); in LeaveRegistrations() local
1949 if ( !pFrame || !pFrame->GetObjectShell() ) in LeaveRegistrations()
2338 SfxViewFrame *pFrame = pDispatcher->GetFrame(); in GetSystemWindow() local
2339 while ( pFrame->GetParentViewFrame_Impl() ) in GetSystemWindow()
2340 pFrame = pFrame->GetParentViewFrame_Impl(); in GetSystemWindow()
2341 SfxViewFrame* pTop = pFrame->GetTopViewFrame(); in GetSystemWindow()
/trunk/main/sd/source/ui/view/
H A Ddrviewsd.cxx158 SfxViewFrame* pFrame = GetViewFrame(); in ExecNavigatorWin() local
159 SfxFrameItem aFrameItem(SID_DOCFRAME, pFrame); in ExecNavigatorWin()
161 pFrame->GetDispatcher()-> in ExecNavigatorWin()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx361 SfxFrame* pFrame = SfxFrame::GetFirst(); in lcl_getWorkWindowFromXFrame() local
363 while ( pFrame ) in lcl_getWorkWindowFromXFrame()
365 uno::Reference< frame::XFrame > xViewShellFrame( pFrame->GetFrameInterface() ); in lcl_getWorkWindowFromXFrame()
368 pXFrame = pFrame; in lcl_getWorkWindowFromXFrame()
372 pFrame = SfxFrame::GetNext( *pFrame ); in lcl_getWorkWindowFromXFrame()
1217 SfxViewFrame *pFrame = pBindings->GetDispatcher_Impl()->GetFrame(); in Initialize_Impl() local
1218 Window* pEditWin = pFrame->GetViewShell()->GetWindow(); in Initialize_Impl()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx214 SfxViewFrame* pFrame = NULL; in createResource() local
216 pFrame = mpBase->GetViewFrame(); in createResource()
218 if (pFrame != NULL && mpBase!=NULL && pWindow!=NULL) in createResource()
226 pDescriptor = CreateView(rxViewId, *pFrame, *pWindow, xPane, pFrameView, bIsCenterPane); in createResource()

Completed in 281 milliseconds

1234567891011