Home
last modified time | relevance | path

Searched refs:ImplBorderWindow (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dbrdwin.cxx209 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplInitTitle()
245 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplHitTest()
366 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplMouseButtonDown()
486 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplTracking()
1014 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplCalcTitleWidth()
1033 ImplNoBorderWindowView::ImplNoBorderWindowView( ImplBorderWindow* ) in ImplNoBorderWindowView() argument
1075 ImplSmallBorderWindowView::ImplSmallBorderWindowView( ImplBorderWindow* pBorderWindow ) in ImplSmallBorderWindowView()
1415 ImplStdBorderWindowView::ImplStdBorderWindowView( ImplBorderWindow* pBorderWindow ) in ImplStdBorderWindowView()
1483 ImplBorderWindow* pBorderWindow = maFrameData.mpBorderWindow; in Init()
1659 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in DrawWindow()
[all …]
H A Dsyswin.cxx365 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetDockButton( bVisible ); in ShowTitleButton()
374 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetHideButton( bVisible ); in ShowTitleButton()
380 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuButton( bVisible ); in ShowTitleButton()
404 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetPin( bPin ); in SetPin()
421 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetRollUp( sal_True, aSize ); in RollUp()
436 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetRollUp( sal_False, maOrgSize ); in RollDown()
449 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMinOutputSize( rSize.Width(), rSize.Height()… in SetMinOutputSizePixel()
470 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMaxOutputSize( aSize.Width(), aSize.Height()… in SetMaxOutputSizePixel()
1001 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarWindow( pNewWindow = MenuBar::ImplCre… in SetMenuBar()
1005 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetMenuBarWindow( NULL ); in SetMenuBar()
[all …]
H A Ddialog.cxx332ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, nStyle, BORDERWINDOW_STYLE_FRAME ); in ImplInit()
350ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, nStyle, BORDERWINDOW_STYLE_OVERLAP … in ImplInit()
525 ((ImplBorderWindow*)ImplGetBorderWindow())->SetCloser(); in StateChanged()
954 ImplBorderWindow aImplWin( (Window*)this, WB_BORDER|WB_STDWORK, BORDERWINDOW_STYLE_OVERLAP ); in GetDrawWindowBorder()
986 ImplBorderWindow aImplWin( this, WB_BORDER|WB_STDWORK, BORDERWINDOW_STYLE_OVERLAP ); in Draw()
H A Dfloatwin.cxx109 ImplBorderWindow* pBorderWin; in ImplInit()
120 pBorderWin = new ImplBorderWindow( pParent, nStyle, nBorderStyle ); in ImplInit()
650 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetTitleType( nTitleStyle, aOutSize ); in SetTitleType()
651 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindow… in SetTitleType()
H A Dwindow4.cxx242 ImplBorderWindow* Window::CreateBorderWindow ( in CreateBorderWindow()
247 return new ImplBorderWindow(pParent, nStyle, nTypeStyle); in CreateBorderWindow()
H A Dwrkwin.cxx67ImplBorderWindow* pBorderWin = new ImplBorderWindow( pParent, pSystemParentData, nStyle, nFrameSty… in ImplInit()
H A Dwindow.cxx761 ImplBorderWindow* pBorderWin = in ImplInit()
764 …: new ImplBorderWindow( pParent, nStyle & (WB_BORDER | WB_DIALOGCONTROL | WB_NODIALOGCONTROL | WB_… in ImplInit()
812 …( mpWindowImpl->mbFloatWin || ((GetType() == WINDOW_BORDERWINDOW) && ((ImplBorderWindow*)this)->mb… in ImplInit()
814 …( ((GetType() == WINDOW_BORDERWINDOW) && ((ImplBorderWindow*)this)->mbFloatWindow && (nStyle & WB_… in ImplInit()
5710 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->SetBorderStyle( nBorderStyle ); in SetBorderStyle()
5726 return ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->GetBorderStyle(); in GetBorderStyle()
5743 return ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->CalcTitleWidth(); in CalcTitleWidth()
5890 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->mpMenuBarWindow ) in SetSettings()
5891 …((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->mpMenuBarWindow->SetSettings( rSettings, sal_Tr… in SetSettings()
5928 ((ImplBorderWindow*)mpWindowImpl->mpBorderWindow)->mpMenuBarWindow ) in UpdateSettings()
[all …]
H A Dtoolbox2.cxx1266ImplBorderWindow *pBorderWin = dynamic_cast<ImplBorderWindow*>( GetWindow( WINDOW_BORDER ) ); in ImplHasExternalMenubutton()
2264ImplBorderWindow *pBorderWin = dynamic_cast<ImplBorderWindow*>( GetWindow( WINDOW_BORDER ) ); in ImplExecuteCustomMenu()
H A Ddockmgr.cxx1314 ((ImplBorderWindow*)mpOldBorderWin)->GetBorder( in IMPL_LINK()
1446 ((ImplBorderWindow*)mpOldBorderWin)->GetBorder( in SetFloatingMode()
H A Ddockwin.cxx916 …((ImplBorderWindow*)mpOldBorderWin)->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBor… in SetFloatingMode()
H A Dwinproc.cxx1720 ((ImplBorderWindow*)pTempWindow)->SetDisplayActive( bActive ); in ImplActivateFloatingWindows()
/AOO41X/main/vcl/inc/
H A Dbrdwin.hxx89 class ImplBorderWindow : public Window class
128 ImplBorderWindow (const ImplBorderWindow &);
129 ImplBorderWindow& operator= (const ImplBorderWindow &);
132 ImplBorderWindow( Window* pParent,
136 ImplBorderWindow( Window* pParent, WinBits nStyle = 0,
138 ImplBorderWindow( Window* pParent,
141 ~ImplBorderWindow();
198 ImplBorderWindow* mpBorderWindow;
278 ImplNoBorderWindowView( ImplBorderWindow* pBorderWindow );
296 ImplBorderWindow* mpBorderWindow;
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dwindow.hxx59 class ImplBorderWindow;
367 friend class ImplBorderWindow;
1187 virtual ImplBorderWindow* CreateBorderWindow (