/trunk/main/vcl/source/window/ |
H A D | dockingarea.cxx | 128 sal_Bool DockingAreaWindow::IsHorizontal() const in IsHorizontal() function in DockingAreaWindow 170 …DrawNativeControl( CTRL_TOOLBAR, IsHorizontal() ? PART_DRAW_BACKGROUND_HORZ : PART_DRAW_BACKGROUND… in Paint() 205 if( IsHorizontal() ) in Paint() 216 if( IsHorizontal() ) in Paint() 230 …DrawNativeControl( CTRL_TOOLBAR, IsHorizontal() ? PART_DRAW_BACKGROUND_HORZ : PART_DRAW_BACKGROUND… in Paint()
|
H A D | split.cxx | 224 if( pSplitter != this && IsHorizontal() != pSplitter->IsHorizontal() ) in ImplFindSibling()
|
H A D | toolbox.cxx | 3234 if( pThis->IsHorizontal() ) in ImplDrawMenubutton() 3246 if( pThis->IsHorizontal() ) in ImplDrawMenubutton() 3475 if ( IsHorizontal() ) in ImplDrawItem() 5669 if ( ((nCode == KEY_LEFT || nCode == KEY_RIGHT) && IsHorizontal()) in ImplOpenItem() 5670 || ((nCode == KEY_UP || nCode == KEY_DOWN) && !IsHorizontal()) ) in ImplOpenItem() 5730 if( !IsHorizontal() ) in KeyInput() 5740 if( IsHorizontal() ) in KeyInput() 5750 if( !IsHorizontal() ) in KeyInput() 5760 if( IsHorizontal() ) in KeyInput()
|
H A D | floatwin.cxx | 762 if ( pBox->IsHorizontal() ) in StartPopupMode()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabsplit.cxx | 82 if ( IsHorizontal() ) in Splitting() 94 else if (IsHorizontal()) in SetFixed()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | PaneDockingWindow.cxx | 118 sal_Int32 nCompensation (pSplitWindow->IsHorizontal() in SetValidSizeRange() 137 else if (pSplitWindow->IsHorizontal()) in GetOrientation()
|
/trunk/main/svx/source/gallery2/ |
H A D | GalleryControl.cxx | 123 const bool bOldLayoutHorizontal(mpSplitter->IsHorizontal()); in Resize() 245 if(mpSplitter->IsHorizontal()) in IMPL_LINK()
|
H A D | galbrws.cxx | 154 const bool bOldLayoutHorizontal(mpSplitter->IsHorizontal()); in Resize() 271 if(mpSplitter->IsHorizontal()) in IMPL_LINK()
|
/trunk/main/svx/inc/svx/ |
H A D | splitcelldlg.hxx | 53 bool IsHorizontal() const;
|
H A D | svxdlg.hxx | 305 virtual bool IsHorizontal() const = 0;
|
/trunk/main/vcl/inc/vcl/ |
H A D | dockingarea.hxx | 52 sal_Bool IsHorizontal() const;
|
H A D | split.hxx | 106 sal_Bool IsHorizontal() const { return mbHorzSplit; } in IsHorizontal() function in Splitter
|
H A D | splitwin.hxx | 229 sal_Bool IsHorizontal() const { return mbHorz; } in IsHorizontal() function in SplitWindow
|
H A D | toolbox.hxx | 423 sal_Bool IsHorizontal() const { return mbHorz; } in IsHorizontal() function in ToolBox
|
/trunk/main/cui/source/inc/ |
H A D | splitcelldlg.hxx | 58 virtual bool IsHorizontal() const;
|
/trunk/main/sw/source/ui/inc/ |
H A D | split.hxx | 67 sal_Bool IsHorizontal() const { return aHorzBox.IsChecked(); } in IsHorizontal() function in SwSplitTableDlg
|
/trunk/main/sd/source/ui/inc/ |
H A D | Ruler.hxx | 59 sal_Bool IsHorizontal() const { return bHorz; } in IsHorizontal() function in sd::Ruler
|
/trunk/main/cui/source/dialogs/ |
H A D | splitcelldlg.cxx | 85 bool SvxSplitTableDlg::IsHorizontal() const in IsHorizontal() function in SvxSplitTableDlg
|
/trunk/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 447 if ( IsHorizontal() ) in Split() 720 if ( IsHorizontal() ) in InsertWindow_Impl()
|
/trunk/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 243 if ( pBox->IsHorizontal() ) in SetSymbolsSize_Impl()
|
/trunk/main/sw/inc/ |
H A D | swabstdlg.hxx | 279 virtual sal_Bool IsHorizontal() const = 0;
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews4.cxx | 278 else if ( rRuler.IsHorizontal() ) in StartRulerDrag()
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolbox.cxx | 534 if ( pToolBox->IsHorizontal() ) in FillAccessibleStateSet()
|
/trunk/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 1005 bHorizontal = pDlg->IsHorizontal(); in Execute()
|
/trunk/main/svx/source/table/ |
H A D | tablecontroller.cxx | 1059 if( xDlg->IsHorizontal() ) in SplitMarkedCells()
|