Home
last modified time | relevance | path

Searched refs:visible (Results 26 – 50 of 275) sorted by relevance

1234567891011

/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java725 … boolean visible = ((Boolean) Helper.getUnoPropertyValue(section, "IsVisible")).booleanValue(); in deleteHiddenSections()
726 if (!visible) in deleteHiddenSections()
1015 boolean visible = false; in write()
1033 visible = true; in write()
1044 … Helper.setUnoPropertyValue(section, "IsVisible", visible ? Boolean.TRUE : Boolean.FALSE); in write()
1045 if (!visible) in write()
/aoo42x/main/offapi/com/sun/star/text/
H A DAccessibleTextFrameView.idl53 partially visible on the screen.
75 partially visible. A paragraph fragment is the part
82 visible. A table fragment is the part of a table
H A DGraphicCrop.idl39 <p>Negative values cut the visible area; positive values
40 extend the visible area by filling it with background color.
H A DAccessibleParagraphView.idl60 partially visible on the screen. A paragraph fragment is the portion
149 is visible is returned. This can be in fact the western, asian or
176 is visible is returned. This can be in fact the western, asian or
/aoo42x/main/offapi/com/sun/star/table/
H A DAccessibleTableView.idl62 a table fragment that is at least partially visible. A table fragment
84 every partially visible cell in this table.
139 visible on the screen. So this interface gives access to the same
H A DTableRow.idl66 if it were visible. </p>
78 /** is <TRUE/>, if the row is visible.
H A DTableColumn.idl78 if it were visible. </p>
90 /** is <TRUE/>, if the column is visible.
/aoo42x/main/cui/source/tabpages/
H A Dtextanim.src46 /* text initially visible */ RSC_CD_CHECKBOX_HEIGHT + RSC_SP_CTRL_GROUP_Y + \
47 /* text finally visible */ RSC_CD_CHECKBOX_HEIGHT + RSC_SP_CTRL_GROUP_Y + \
176 Text [ en-US ] = "Text visible when exiting" ;
/aoo42x/main/offapi/com/sun/star/view/
H A DXScreenCursor.idl42 /** scrolls the view forward by one visible page.
47 /** scrolls the view backward by one visible page.
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXSolverDescription.idl37 /** gives access to user-visible strings for a solver.
41 /** A user-visible name of the component.
H A DXSheetAnnotation.idl70 /** returns, whether the annotation is permanently visible.
76 /** specifies whether the annotation is permanently visible.
/aoo42x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java356 public boolean visible; field in ConfigExamples.GridOptions
364 aBuffer.append("[ Grid is "); aBuffer.append(visible ? "VISIBLE" : "HIDDEN"); in toString()
390 options.visible = ((Boolean) aVisible).booleanValue(); in readGridConfiguration()
698 result.visible = ((Boolean)aValues[0]).booleanValue(); in readModel()
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dwindow2.log22 ITEM Assertion OK : Window is visible
23 ITEM Assertion OK : Window is not visible
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dwindow2.log22 ITEM Assertion OK : Window is visible
23 ITEM Assertion OK : Window is not visible
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dwindow2.log22 ITEM Assertion OK : Window is visible
23 ITEM Assertion OK : Window is not visible
/aoo42x/main/offapi/com/sun/star/rendering/
H A DPathJoinType.idl31 several different shapes (which are of course only visible for
41 segments, to visible cracks at the meeting points.<p>
H A DViewState.idl60 i.e. everything rendered to the canvas will be visible
66 visible.<p>
H A DXCustomSprite.idl45 Every change performed on XCustomSprite objects is only visible
57 Whatever is rendered to this canvas will become visible on the
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXShapeGroup.idl54 specified if this instance is not visible on any view. In this case
69 specified if this instance is not visible on any view. In this case
/aoo42x/main/offapi/com/sun/star/animations/
H A DXTargetPropertiesCreator.idl44 visibility: when a shape is to become visible in the course of a
46 that effect to have any visible impact.<p>
/aoo42x/main/offapi/com/sun/star/presentation/
H A DPresentationView.idl97 /** This is the drawing page that is currently visible.
103 /** This is the area that is currently visible.
H A DPreviewView.idl99 /** This is the drawing page that is currently visible.
105 /** This is the area that is currently visible.
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControl.idl61 graphics (<type>XView</type>) if the window is not visible. The
62 change of the graphics in visible state should redirect the output
/aoo42x/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx279 static void setChildrenVisible( uno::Reference < awt::XLayoutConstrains > xChild, bool visible ) in setChildrenVisible() argument
284 xWin->setVisible( visible ); in setChildrenVisible()
293 setChildrenVisible( children[i], visible ); in setChildrenVisible()
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessibleStateType.idl186 lies at least partly inside the visible area of its parent. It is,
187 though, not necessarily visible on the screen because it may be
214 partly in the visible area of its parent.</p>

Completed in 118 milliseconds

1234567891011