Home
last modified time | relevance | path

Searched refs:area (Results 1 – 25 of 272) sorted by relevance

1234567891011

/trunk/main/offapi/com/sun/star/ui/
H A DXDockingAreaAcceptor.idl45 /** this interface enables developer to implement different docking area
49 A docking area acceptor is responsible to control the docking area of a
83 <li>X = requested area on left side (in pixel)</li>
84 <li>Y = requested area on top side (in pixel)</li>
85 <li>Width = requested area on right side (in pixel)</li>
86 <li>Height = requested area on bottom side (in pixel)</li>
101 <li>X = new area on left side (in pixel)</li>
102 <li>Y = new area on top side (in pixel)</li>
103 <li>Width = new area on right side (in pixel)</li>
104 <li>Height = new area on bottom side (in pixel)</li>
H A DDockingArea.idl48 /** the top docking area below the menu bar.
52 /** the bottom docking area above the status bar.
56 /** the left side docking area.
60 /** the right side docking area.
64 /** a default docking area. It depends on the implementation
/trunk/main/scripting/workben/installer/
H A DIdeWelcome.java56 area = new javax.swing.JTextArea(); in initComponents()
62 area.setEditable(false); in initComponents()
63 area.setLineWrap(true); in initComponents()
64 area.setText("\n Click Next to include Scripting Framework support for IDEs."); in initComponents()
65 area.append("\n Click Cancel exit the Installation process. \n"); in initComponents()
67 area.append("\n \tA version of Netbeans has been detected. \n"); in initComponents()
73 welcomePanel.add(area, java.awt.BorderLayout.CENTER); in initComponents()
96 private javax.swing.JTextArea area; field in IdeWelcome
H A DWelcome.java56 area = new javax.swing.JTextArea(); in initComponents()
62 area.setEditable(false); in initComponents()
63 area.setLineWrap(true); in initComponents()
87 area.setText( message ); in setUpWelcomePanel()
88 welcomePanel.add(area, java.awt.BorderLayout.CENTER); in setUpWelcomePanel()
170 private javax.swing.JTextArea area; field in Welcome
H A DIdeVersion.java174 …JTextArea area = new JTextArea("Please select IDEs below that you wish to add Scripting support to… in initComponents() local
175 area.setLineWrap(true); in initComponents()
176 area.setEditable(false); in initComponents()
177 add(area, BorderLayout.NORTH); in initComponents()
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx298 void SAL_CALL VCLXTabControl::allocateArea (awt::Rectangle const &area) in allocateArea() argument
304 maAllocation = area; in allocateArea()
317 setPosSize( area.X, area.Y, area.Width, area.Height, awt::PosSize::POSSIZE ); in allocateArea()
320 awt::Size requestedSize (area.Width, area.Height); in allocateArea()
353 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea()
365 … setPosSize( area.X, area.Y, requestedSize.Width, requestedSize.Height, awt::PosSize::POSSIZE ); in allocateArea()
H A Dvclxtabpage.cxx73 void SAL_CALL VCLXTabPage::allocateArea( awt::Rectangle const& area ) in allocateArea() argument
78 requestedSize.Height = getHeightForWidth( area.Width ); in allocateArea()
101 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea()
123 setPosSize( area.X, area.Y, requestedSize.Width, requestedSize.Height, awt::PosSize::SIZE ); in allocateArea()
/trunk/main/offapi/com/sun/star/text/
H A DTextPageStyle.idl139 /** contains the maximum height of the footnote area (in 1/100 mm).
148 the footnote area (in 1/100 mm).
155 the footnote area.
162 text and the footnote area (in percent).
169 and the footnote area.
178 between the text and the footnote area (in 1/100 mm).
184 /** contains the distance between the footnote area and the separator
185 line between the text and the footnote area (in 1/100 mm).
H A DTextFrame.idl150 If property is set, the page area is interpreted as the layout environment,
152 page header determines the page area. If property isn't set, the page area is
155 the page area.
157 in a table cell. In this situation the page area is always detemined by
/trunk/main/offapi/com/sun/star/drawing/
H A DFillStyle.idl34 /** specifies how an area will be filled.
42 /** the area is not filled.
50 /** use a solid color to fill the area.
58 /** use a gradient color to fill the area.
66 /** use a hatch to fill the area.
74 /** use a bitmap to fill the area.
H A DFillProperties.idl61 /** This is a set of properties to describe the style for rendering an area.
66 /** This enumeration selects the style the area will be filled with.
77 /** This is the transparence of the filled area.
94 /** This describes the transparency of the fill area as a gradient.
126 hatch filled area is drawn in the current background color.
208 /** this enum selects how a area is filled with a single bitmap.
227 /** if set, the fill bitmap is stretched to fill the area of the shape.
245 /** if set, the fill bitmap is repeated to fill the area of the shape.
H A DCaptionType.idl39 /** the caption line is a straight line from a caption area edge to the
45 /** the caption line is the shortest line from the caption area edge to
51 /** the caption line is build up with a straight line from the caption area
52 edge, followed by the shortest line to the caption area point.
H A DCaptionShape.idl67 caption area
81 /** This is the radius of the caption area corners.
87 rendered from the caption area.
113 text area of the caption and the start of the line.
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl125 /** provides the current docking area size of the layout manager.
131 <li>X = docking area on left side (in pixel)</li>
132 <li>Y = docking area on top side (in pixel)</li>
133 <li>Width = docking area on right side (in pixel)</li>
134 <li>Height = docking area on bottom side (in pixel)</li>
139 /** retrieves the current docking area acceptor that controls the border space of the frame's
146 A docking area acceptor retrieved by this method is owned by the layout manager. It is not
155 a docking area acceptor which controls the border space of frame's container window.
158 A docking area acceptor decides if the layout manager can use requested border space for
257 /** docks a window based user interface element to a specified docking area.
[all …]
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx88 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count() argument
90 unsigned char const * p = static_cast<unsigned char const *>(area); in scan_and_count()
105 static void scan_and_mark(void const * area, size_t size, map2_type & m2, open_type & open) in scan_and_mark() argument
107 unsigned char const * p = static_cast<unsigned char const *>(area); in scan_and_mark()
203 static void scan_and_free(void * area, size_t size, map2_type const & m2, free_list_type & free) in scan_and_free() argument
205 unsigned char * p = static_cast<unsigned char *>(area); in scan_and_free()
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx265 awt::Rectangle area; in allocateArea() local
266 area.X = mbHorizontal ? nChildPrimPoint : nChildSecPoint; in allocateArea()
267 area.Y = mbHorizontal ? nChildSecPoint : nChildPrimPoint; in allocateArea()
268 area.Width = mbHorizontal ? nChildPrimSize : nChildSecSize; in allocateArea()
269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()
271 allocateChildAt( child->mxChild, area ); in allocateArea()
/trunk/main/offapi/com/sun/star/awt/
H A DImageScaleMode.idl27 /** defines modes how an image displayed in a given area should be scaled to fit this area
35 …/** specifies that the image should be scaled up or down to the size of the surrounding area isotr…
40 …/** specifies that the image should be scaled up or down to the size of the surrounding area aniso…
42 …<p>The image will finally cover all of the surrounding area, but its dimensions might be distorted…
/trunk/main/offapi/com/sun/star/sheet/
H A DCellAreaLinks.idl40 /** represents a collection of area links.
49 /** provides access via index to a collection of area links and inserting
50 and removing area links.
56 /** provides access to the area links via index.
65 /** creates an enumeration of all area links.
H A DDataPilotTablePositionType.idl31 /** specifies in which sub-area a cell is positioned within a DataPilot table.
48 /** indicates that the specified cell is within the result area. */
53 /** indicates that the specified cell is within the row header area. */
58 /** indicates that the specified cell is within the column header area. */
H A DXUsedAreaCursor.idl37 /** provides methods to find the used area of the entire sheet.
39 <p>The used area is the smallest cell range that contains all cells
49 /** points the cursor to the start of the used area.
59 /** points the cursor to the end of the used area.
H A DXAreaLinks.idl41 /** provides access via index to a collection of area links and inserting
42 and removing area links.
51 /** creates an area link and adds it to the collection.
80 /** removes an area link from the collection.
H A DXDataPilotTable2.idl68 /** When the address of a cell within the result area is given,
73 @param aAddr cell address within the result area of a DataPilot table.
83 the result area or column/row header area.
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java136 public static BufferedImage screenshot(Rectangle area) { in screenshot() argument
137 return screenshot(null, area); in screenshot()
154 public static BufferedImage screenshot(String filename, Rectangle area) { in screenshot() argument
155 if (area == null) in screenshot()
156 area = getScreenRectangle(); in screenshot()
157 BufferedImage capture = robot.createScreenCapture(area); in screenshot()
/trunk/main/offapi/com/sun/star/style/
H A DPageProperties.idl277 /** determines the distance between the header and the body text area.
379 /** determines the distance between the footer and the body text area.
414 /** contains the maximum height of the footnote area. If set to zero then the height
419 /** contains the weight of the separator line between the text and the footnote area.
423 /** contains the color of the separator line between the text and the footnote area..
427 /** contains the relative width of the separator line between the text and the footnote area.
431 /** contains the adjustment of the separator line between the text and the footnote area.
437 text and the footnote area.
441 /** contains the distance between the footnote area and the separator line between
442 the text and the footnote area.
/trunk/main/svx/source/dialog/
H A Dswframeposstrings.src102 Text [ en-US ] = "Paragraph area" ;
106 Text [ en-US ] = "Paragraph text area" ;
146 Text [ en-US ] = "Page text area" ;
198 Text [ en-US ] = "Paragraph text area" ;
222 Text [ en-US ] = "Frame text area" ;

Completed in 83 milliseconds

1234567891011