Searched refs:pFrameWin (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview.cxx | 358 aVScrollTop( pFrameWin, WinBits( WB_VSCROLL | WB_DRAG ) ), \ 359 aVScrollBottom( pFrameWin, WinBits( WB_VSCROLL | WB_DRAG ) ), \ 360 aHScrollLeft( pFrameWin, WinBits( WB_HSCROLL | WB_DRAG ) ), \ 361 aHScrollRight( pFrameWin, WinBits( WB_HSCROLL | WB_DRAG ) ), \ 362 aCornerButton( pFrameWin, &aViewData, sal_False ), \ 363 aTopButton( pFrameWin, &aViewData, sal_True ), \ 364 aScrollBarBox( pFrameWin, WB_SIZEABLE ), \ 388 pFrameWin( pParent ), in ScTabView() 1004 nMax = pFrameWin->GetSizePixel().Width() - nMax; in IMPL_LINK() 1034 if( long nFrameWidth = pFrameWin->GetSizePixel().Width() ) in SetRelTabBarWidth() [all …]
|
H A D | tabview5.cxx | 77 pFrameWin->EnableRTL( sal_False ); in Init() 86 pGridWin[SC_SPLIT_BOTTOMLEFT] = new ScGridWindow( pFrameWin, &aViewData, SC_SPLIT_BOTTOMLEFT ); in Init() 92 pHdrSelEng = new ScHeaderSelectionEngine( pFrameWin, &aHdrFunc ); in Init() 94 pColBar[SC_SPLIT_LEFT] = new ScColBar( pFrameWin, &aViewData, SC_SPLIT_LEFT, in Init() 97 pRowBar[SC_SPLIT_BOTTOM] = new ScRowBar( pFrameWin, &aViewData, SC_SPLIT_BOTTOM, in Init() 103 pHSplitter = new ScTabSplitter( pFrameWin, WinBits( WB_HSCROLL ), &aViewData ); in Init() 104 pVSplitter = new ScTabSplitter( pFrameWin, WinBits( WB_VSCROLL ), &aViewData ); in Init() 110 pTabControl = new ScTabControl( pFrameWin, &aViewData ); in Init()
|
H A D | tabview3.cxx | 537 pInputHintWindow = new ScHintWindow( pFrameWin, aTitle, aMessage ); in TestHintWindow() 539 Size aFrameWinSize = pFrameWin->GetOutputSizePixel(); in TestHintWindow()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 1058 pFrameWin = new SvtFrameWindow_Impl( this ); in SvtTemplateWindow() 1071 aSplitWin.InsertItem( FRAMEWIN_ID, pFrameWin, 50, SPLITWINDOW_APPEND, 0, SWIB_PERCENTSIZE ); in SvtTemplateWindow() 1077 pFrameWin->Show(); in SvtTemplateWindow() 1102 delete pFrameWin; in ~SvtTemplateWindow() 1158 pFrameWin->OpenFile( String(), sal_True, sal_False, sal_False ); in IMPL_LINK() 1182 pFrameWin->OpenFile( sURL, sal_True, sal_False, sal_False ); in IMPL_LINK() 1296 pFrameWin->ToggleView( TI_DOCTEMPLATE_DOCINFO == nAction ); in DoAction() 1313 aFrameWinTB.SetPosSizePixel( Point( pFrameWin->GetPosPixel().X() + 2, 2 ), aSize ); in InitToolBoxes() 1423 aPos.X() = pFrameWin->GetPosPixel().X() + 2; in Resize() 1462 pFrameWin->OpenFile( aURL, sal_False, pFileWin->IsTemplateFolder(), !bNotAsTemplate ); in OpenFile() [all …]
|
H A D | templwin.hxx | 243 SvtFrameWindow_Impl* pFrameWin; member in SvtTemplateWindow
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 94 Window* pFrameWin; // als erstes !!! member in ScTabView 516 Window* GetFrameWin() const { return pFrameWin; } in GetFrameWin()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 2550 SvxFrameWindow_Impl* pFrameWin = new SvxFrameWindow_Impl( in CreatePopupWindow() local 2553 …pFrameWin->StartPopupMode( &GetToolBox(), FLOATWIN_POPUPMODE_GRABFOCUS | FLOATWIN_POPUPMODE_ALLOWT… in CreatePopupWindow() 2554 pFrameWin->StartSelection(); in CreatePopupWindow() 2555 SetPopupWindow( pFrameWin ); in CreatePopupWindow() 2557 return pFrameWin; in CreatePopupWindow()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 6936 Window* pFrameWin = ImplGetSVData()->maWinData.mpFirstFrame; in EnableInput() local 6937 while ( pFrameWin ) in EnableInput() 6939 if( pFrameWin->ImplIsFloatingWindow() ) in EnableInput() 6942 if ( ImplGetFirstOverlapWindow()->ImplIsWindowOrChild( pFrameWin, sal_True ) ) in EnableInput() 6947 pFrameWin->EnableInput( bEnable, bChild ); in EnableInput() 6950 pFrameWin = pFrameWin->mpWindowImpl->mpFrameData->mpNextFrame; in EnableInput() 9718 Window *pFrameWin = ImplGetSVData()->maWinData.mpFirstFrame; in HasActiveChildFrame() local 9719 while( pFrameWin ) in HasActiveChildFrame() 9721 if( pFrameWin != mpWindowImpl->mpFrameWindow ) in HasActiveChildFrame() 9724 Window *pChildFrame = pFrameWin->ImplGetWindow(); in HasActiveChildFrame() [all …]
|
/aoo41x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 1350 Window* pFrameWin = &pViewFrame->GetWindow(); in ConnectSfxFrame_Impl() local 1351 if ( pFrameWin != &pViewFrame->GetFrame().GetWindow() ) in ConnectSfxFrame_Impl() 1352 pFrameWin->Show(); in ConnectSfxFrame_Impl()
|
Completed in 113 milliseconds