| /AOO42X/main/vcl/source/window/ |
| H A D | dockingarea.cxx | 50 meAlign = WINDOWALIGN_TOP; in ImplData() 104 (pThis->GetAlign() == WINDOWALIGN_TOP) in ImplInvalidateMenubar() 130 return ( mpImplData->meAlign == WINDOWALIGN_TOP || mpImplData->meAlign == WINDOWALIGN_BOTTOM ); in IsHorizontal() 156 … if( GetAlign() == WINDOWALIGN_TOP && ImplGetSVData()->maNWFData.mbMenuBarDockingAreaCommonBG ) in Paint()
|
| H A D | splitwin.cxx | 141 if ( eAlign == WINDOWALIGN_TOP ) in DECLARE_LIST() 236 else if ( pWin->meAlign == WINDOWALIGN_TOP ) in ImplDrawBorder() 299 else if ( pWin->meAlign == WINDOWALIGN_TOP ) in ImplDrawBorderLine() 1382 meAlign = WINDOWALIGN_TOP; in ImplInit() 1497 if ( meAlign == WINDOWALIGN_TOP ) in ImplSetWindowSize() 1570 if ( meAlign == WINDOWALIGN_TOP ) in CalcLayoutSizePixel() 1783 if ( meAlign == WINDOWALIGN_TOP ) in ImplGetButtonRect() 2142 if ( meAlign == WINDOWALIGN_TOP ) in ImplDrawFadeIn() 2156 … ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeIn() 2171 if ( meAlign == WINDOWALIGN_TOP ) in ImplDrawFadeOut() [all …]
|
| H A D | toolbox.cxx | 252 if( pThis->meAlign == WINDOWALIGN_TOP || pThis->meAlign == WINDOWALIGN_BOTTOM ) in ImplUpdateDragArea() 280 if ( eAlign == WINDOWALIGN_TOP ) in ImplCalcBorder() 355 if ( pThis->meAlign == WINDOWALIGN_TOP || pThis->meAlign == WINDOWALIGN_BOTTOM ) in ImplDrawGrip() 714 if ( pWin->meAlign == WINDOWALIGN_BOTTOM || pWin->meAlign == WINDOWALIGN_TOP ) in ImplDrawBorder() 774 ImplCalcBorder( WINDOWALIGN_TOP, nLeft, nTop, nRight, nBottom, pThis ); in ImplCalcSize() 777 ((ToolBox*)pThis)->meAlign = WINDOWALIGN_TOP; in ImplCalcSize() 793 ((ToolBox*)pThis)->meAlign = WINDOWALIGN_TOP; in ImplCalcSize() 1060 else if ( eAlign == WINDOWALIGN_TOP ) in ImplTestLineSize() 1618 meAlign = WINDOWALIGN_TOP; in ImplInit() 3095 case WINDOWALIGN_TOP: in ImplDrawToolArrow() [all …]
|
| H A D | tabdlg.cxx | 106 if ( meViewAlign == WINDOWALIGN_TOP ) in ImplPosControls()
|
| H A D | toolbox2.cxx | 1160 case WINDOWALIGN_TOP: in ImplGetPopupPosition()
|
| H A D | menu.cxx | 875 if( pDockingArea && pDockingArea->GetAlign() == WINDOWALIGN_TOP ) in ImplGetTopDockingAreaHeight()
|
| /AOO42X/main/sfx2/source/dialog/ |
| H A D | splitwin.cxx | 164 case WINDOWALIGN_TOP: in Actualize() 251 eTbxAlign = WINDOWALIGN_TOP; in SfxSplitWindow() 258 eTbxAlign = WINDOWALIGN_TOP; // some sort of default... in SfxSplitWindow() 403 case WINDOWALIGN_TOP: in StartSplit() 749 if ( GetAlign() == WINDOWALIGN_TOP || GetAlign() == WINDOWALIGN_BOTTOM ) in InsertWindow_Impl()
|
| /AOO42X/main/svtools/source/dialogs/ |
| H A D | wizdlg.cxx | 118 if ( meViewAlign == WINDOWALIGN_TOP ) in ImplCalcSize() 203 if ( meViewAlign == WINDOWALIGN_TOP ) in ImplPosCtrls() 292 if ( meViewAlign == WINDOWALIGN_TOP ) in ImplPosTabPage()
|
| /AOO42X/main/framework/source/layoutmanager/ |
| H A D | helpers.cxx | 83 …return (( pToolBox->GetAlign() == WINDOWALIGN_TOP ) || ( pToolBox->GetAlign() == WINDOWALIGN_BOTTO… in isToolboxHorizontalAligned() 215 return WINDOWALIGN_TOP; in ImplConvertAlignment()
|
| H A D | panel.cxx | 67 pSplitWindow->SetAlign( WINDOWALIGN_TOP ); in Panel()
|
| H A D | toolbarlayoutmanager.cxx | 916 if( pWindow ) pWindow->SetAlign( WINDOWALIGN_TOP ); in setParentWindow() 3726 pToolBox->SetAlign( WINDOWALIGN_TOP ); in endDocking() 3841 pToolBox->SetAlign( WINDOWALIGN_TOP ); in toggleFloatingMode() 3920 pToolBox->SetAlign( WINDOWALIGN_TOP ); in toggleFloatingMode()
|
| /AOO42X/main/svx/source/mnuctrls/ |
| H A D | clipboardctl.cxx | 97 (rBox.GetAlign() == WINDOWALIGN_TOP || rBox.GetAlign() == WINDOWALIGN_BOTTOM) ? in CreatePopupWindow()
|
| /AOO42X/main/tools/inc/tools/ |
| H A D | wintypes.hxx | 301 enum WindowAlign { WINDOWALIGN_LEFT, WINDOWALIGN_TOP, WINDOWALIGN_RIGHT, WINDOWALIGN_BOTTOM }; enumerator
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | splitwin.hxx | 227 void SetAlign( WindowAlign eNewAlign = WINDOWALIGN_TOP );
|
| H A D | toolbox.hxx | 421 void SetAlign( WindowAlign eNewAlign = WINDOWALIGN_TOP );
|
| /AOO42X/main/framework/source/uielement/ |
| H A D | popuptoolbarcontroller.cxx | 165 ( eAlign == WINDOWALIGN_TOP || eAlign == WINDOWALIGN_BOTTOM ) ? in createPopupWindow()
|
| /AOO42X/main/sw/source/ui/ribbar/ |
| H A D | workctrl.cxx | 302 … (pToolBox->GetAlign() == WINDOWALIGN_TOP || pToolBox->GetAlign() == WINDOWALIGN_BOTTOM) ? in CreatePopupWindow()
|
| /AOO42X/main/rsc/source/parser/ |
| H A D | rscicpx.cxx | 2081 SETCONST( pEnum, "BOXALIGN_TOP", WINDOWALIGN_TOP ); in InitClassToolBox()
|
| /AOO42X/main/automation/source/server/ |
| H A D | statemnt.cxx | 4297 aWindowAlign = WINDOWALIGN_TOP; in HandleCommonMethods()
|