Home
last modified time | relevance | path

Searched refs:pBorderWindow (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dbrdwin.cxx209 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplInitTitle() local
211 if ( !(pBorderWindow->GetStyle() & WB_MOVEABLE) || in ImplInitTitle()
226 pBorderWindow->SetPointFont( rStyleSettings.GetFloatTitleFont() ); in ImplInitTitle()
231 pBorderWindow->SetPointFont( rStyleSettings.GetTitleFont() ); in ImplInitTitle()
234 long nTextHeight = pBorderWindow->GetTextHeight(); in ImplInitTitle()
245 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplHitTest() local
267 if ( (pBorderWindow->GetStyle() & WB_SIZEABLE) && in ImplHitTest()
268 !pBorderWindow->mbRollUp ) in ImplHitTest()
276 if( pBorderWindow->GetStyle() & WB_OWNERDRAWDECORATION ) in ImplHitTest()
366 ImplBorderWindow* pBorderWindow = pData->mpBorderWindow; in ImplMouseButtonDown() local
[all …]
H A Dwindow.cxx4690 Window* pBorderWindow = mpWindowImpl->mpBorderWindow; in ~Window() local
4693 if ( pBorderWindow ) in ~Window()
4695 if ( pBorderWindow->ImplIsOverlapWindow() ) in ~Window()
4696 pParent = pBorderWindow->mpWindowImpl->mpOverlapWindow; in ~Window()
/AOO41X/main/sfx2/source/sidebar/
H A DControlFactory.cxx88 ToolBoxBackground* pBorderWindow = new ToolBoxBackground(pParentWindow, bShowBorder); in CreateToolBoxBackground() local
89 pBorderWindow->Show(); in CreateToolBoxBackground()
90 return pBorderWindow; in CreateToolBoxBackground()
H A DSidebarToolBox.cxx130 void SidebarToolBox::SetBorderWindow (const Window* pBorderWindow) in SetBorderWindow() argument
132 if (pBorderWindow != GetParent()) in SetBorderWindow()
/AOO41X/main/vcl/inc/
H A Dbrdwin.hxx278 ImplNoBorderWindowView( ImplBorderWindow* pBorderWindow );
307 ImplSmallBorderWindowView( ImplBorderWindow* pBorderWindow );
331 ImplStdBorderWindowView( ImplBorderWindow* pBorderWindow );
/AOO41X/main/sfx2/inc/sfx2/sidebar/
H A DSidebarToolBox.hxx59 void SetBorderWindow (const Window* pBorderWindow);
/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx3141 Window * pBorderWindow = ImplGetBorderWindow(); in ImplListBoxFloatingWindow() local
3142 if( pBorderWindow ) in ImplListBoxFloatingWindow()
3145 pBorderWindow->SetAccessibleRole(accessibility::AccessibleRole::WINDOW); in ImplListBoxFloatingWindow()