/trunk/main/toolkit/source/layout/core/ |
H A D | box.cxx | 37 Box::ChildProps::ChildProps( Box::ChildData *pData ) in ChildProps() 58 Box::ChildData* 64 Box::ChildProps* 65 Box::createChildProps( Box_Base::ChildData *pData ) in createChildProps() 70 Box::Box( bool horizontal ) in Box() function in layoutimpl::Box 86 Box::calculateSize( long nWidth ) in calculateSize() 99 ChildData *child = static_cast<Box::ChildData*> ( *it ); in calculateSize() 160 Box::getMinimumSize() throw(uno::RuntimeException) in getMinimumSize() 167 Box::hasHeightForWidth() in hasHeightForWidth() 174 Box::getHeightForWidth( sal_Int32 nWidth ) in getHeightForWidth() [all …]
|
H A D | box.hxx | 34 class Box : public Box_Base class 63 Box( bool horizontal ); 90 struct VBox : public Box 91 { VBox() : Box (false) {} }; in VBox() 93 struct HBox : public Box 94 { HBox() : Box (true) {} }; in HBox()
|
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wcontainer.cxx | 185 Box::Box( rtl::OUString const& rName, sal_Int32 nBorder, bool bHomogeneous ) in Box() function in layout::Box 193 void Box::Add( Window *window, bool bExpand, bool bFill, sal_Int32 nPadding) in Add() 205 void Box::Add( Container *pContainer, bool bExpand, bool bFill, sal_Int32 nPadding) in Add() 216 void Box::setProps( uno::Reference< awt::XLayoutConstrains > xChild, in setProps() 235 Box::Box( Context const* context, char const* pId ) in Box() function in layout::Box 241 : Box( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "hbox" ) ), in HBox() 247 : Box( context, pId ) in HBox() 252 : Box( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "vbox" ) ), in VBox() 258 : Box( context, pId ) in VBox()
|
H A D | wrapper.cxx | 960 Name##Box::Name##Box (::Window *parent, char const* message,\ 967 Name##Box::Name##Box (::Window *parent, OUString const& message,\ 974 Name##Box::Name##Box (::Window *parent, WinBits bits, char const* message,\ 981 Name##Box::Name##Box (::Window *parent, WinBits bits, OUString const& message,\
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | UninstallationOngoing.java | 34 import javax.swing.Box; 59 Container contentbox = Box.createVerticalBox(); in UninstallationOngoing() 66 Container innerbox = Box.createHorizontalBox(); in UninstallationOngoing() 78 innerbox.add(Box.createHorizontalStrut(10)); in UninstallationOngoing() 82 contentbox.add(Box.createVerticalStrut(10)); in UninstallationOngoing() 84 contentbox.add(Box.createVerticalStrut(20)); in UninstallationOngoing()
|
H A D | InstallationOngoing.java | 34 import javax.swing.Box; 63 Container contentbox = Box.createVerticalBox(); in InstallationOngoing() 70 Container innerbox = Box.createHorizontalBox(); in InstallationOngoing() 81 innerbox.add(Box.createHorizontalStrut(10)); in InstallationOngoing() 85 contentbox.add(Box.createVerticalStrut(10)); in InstallationOngoing() 87 contentbox.add(Box.createVerticalStrut(20)); in InstallationOngoing()
|
H A D | ChooseDirectory.java | 38 import javax.swing.Box; 69 Box contentBox = new Box(BoxLayout.Y_AXIS); in ChooseDirectory()
|
/trunk/main/toolkit/inc/layout/ |
H A D | layout.hxx | 577 Name##Box (::Window *parent, char const* message,\ 580 Name##Box (::Window *parent, rtl::OUString const& message,\ 585 Name##Box (::Window *parent, WinBits, char const* message,\ 588 Name##Box (::Window *parent, WinBits, rtl::OUString const& message,\ 619 class TOOLKIT_DLLPUBLIC Name##Box : public MessageBox\ 740 class TOOLKIT_DLLPUBLIC Box : public Container class 743 Box( rtl::OUString const& rName, sal_Int32 nBorder, bool bHomogeneous ); 745 Box( Context const* context, char const* id ); 754 class TOOLKIT_DLLPUBLIC HBox : public Box 760 class TOOLKIT_DLLPUBLIC VBox : public Box
|
H A D | layout-pre.hxx | 34 #define Box layout::Box macro
|
H A D | layout-post.hxx | 35 #undef Box
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | SetupFrame.java | 32 import javax.swing.Box; 263 Box ButtonBox = new Box(BoxLayout.X_AXIS); in initFrame() 266 ButtonBox.add(Box.createHorizontalStrut(10)); in initFrame() 268 ButtonBox.add(Box.createHorizontalStrut(30)); in initFrame() 270 ButtonBox.add(Box.createHorizontalStrut(10)); in initFrame()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | pcrmiscres.src | 113 Text [ en-US ] = "Check Box" ; 121 Text [ en-US ] = "Group Box" ; 125 Text [ en-US ] = "Text Box" ; 133 Text [ en-US ] = "List Box" ; 137 Text [ en-US ] = "Combo Box" ;
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridctrl.src | 71 Text [ en-US ] = "Text Box" ; 77 Text [ en-US ] = "Check Box" ; 83 Text [ en-US ] = "Combo Box" ; 89 Text [ en-US ] = "List Box" ;
|
/trunk/main/svx/source/form/ |
H A D | fmstring.src | 192 Text [ en-US ] = "Check Box" ; 200 Text [ en-US ] = "Group Box" ; 204 Text [ en-US ] = "Text Box" ; 212 Text [ en-US ] = "List Box" ; 216 Text [ en-US ] = "Combo Box" ;
|
H A D | fmexpl.src | 114 Text [ en-US ] = "~Text Box" ; 135 Text [ en-US ] = "G~roup Box" ; 142 Text [ en-US ] = "L~ist Box" ; 149 Text [ en-US ] = "~Check Box" ;
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/ |
H A D | PanelTitle.java | 28 import javax.swing.Box; 35 public class PanelTitle extends Box {
|
/trunk/main/extensions/source/dbpilots/ |
H A D | dbpilots.src | 64 Text [ en-US ] = "List Box Wizard"; 69 Text [ en-US ] = "Combo Box Wizard";
|
/trunk/main/sw/source/ui/misc/ |
H A D | glossary.hrc | 25 // Box Textbausteine 62 // Box Bibliothek Textbausteine
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | AccessibleCell.idl | 102 Bounding Box lies in Bounding Box of the parent. Otherwise
|
H A D | AccessiblePageHeaderFooterAreasView.idl | 121 Bounding Box lies in the Bounding Box of the parent.
|
H A D | AccessibleSpreadsheet.idl | 120 Bounding Box lies in the Bounding Box of the parent.
|
H A D | AccessibleSpreadsheetDocumentView.idl | 135 …::sun::star::accessibility">AccessibleStateType::SHOWING</const>Is true if the Bounding Box lies in 136 the Bounding Box of the parent. Otherwise it is false.</li>
|
H A D | AccessibleSpreadsheetPageView.idl | 156 Bounding Box lies in the Bounding Box of the parent.
|
/trunk/main/offapi/com/sun/star/table/ |
H A D | AccessibleCellView.idl | 117 Bounding Box lies in the Bounding Box of the parent.
|
H A D | AccessibleTableView.idl | 123 Bounding Box lies in the Bounding Box of the parent.
|