Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 25 of 147) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XFramesSupplier.java47 protected XIndexAccess frames = null ; field in _XFramesSupplier
76 for (int i = 0; i < frames.getCount(); i++) { in _getActiveFrame()
82 new Type(XFrame.class),frames.getByIndex(i)); in _getActiveFrame()
119 frames = oObj.getFrames() ; in _getFrames()
120 if (frames != null) { in _getFrames()
121 cnt = frames.getCount() ; in _getFrames()
130 if (frames.getByIndex(i) == null) { in _getFrames()
163 if (frames.getCount() > 1) { in _setActiveFrame()
168 new Type(XFrame.class),frames.getByIndex(0)); in _setActiveFrame()
175 new Type(XFrame.class),frames.getByIndex(1)); in _setActiveFrame()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXFrames.idl40 /** manages and creates frames.
43 Frames may contain other frames (by implementing an <type>XFrames</type>
44 interface) and may be contained in other frames.
53 /** appends the specified <type>Frame</type> to the list of sub-frames.
62 frames inside this container and her sub frames
66 frames should be found
69 all frames of this container and all available frames of the whole frame tree
H A DFrameSearchFlag.idl60 /** allows search on the parent frames
70 /** includes all child frames of the start frame
103 are top frames too. Instead of using the CHILDREN flag there, it's possible so to suppress
110 /** includes all frames except frames in other tasks sub trees
116 /** searches in the whole hierarchy of frames
H A DDesktop.idl51 /** is the environment for components which can instantiate within frames
54 A desktop environment contains tasks with one or more frames
57 interfaces, it's just because these frames use task windows.
67 global tree. But such outstanding frames won't be accessible by the normal
H A DXDesktop.idl56 frames. Frames are like frames in HTML framesets. This does not imply
57 that a desktop can handle framesets; the frames may be top frames
H A DXFrame.idl160 Frames may contain other frames (e.g., a frameset) and may
161 be contained in other frames. This hierarchy is searched with
233 Finally, most frames may grab the focus to one of its windows
260 <TRUE/> for active or UI active frames
355 happen to the components within this frame or within sub-frames of this frame.
H A DXComponentLoader.idl88 ….g. detecting of already loaded documents, using of empty frames of creating of new top frames as …
144 only an interacting user can do this by closing the frames' window.
H A DXFramesSupplier.idl37 /** provides access to sub frames of current one
48 the collection of frames which is represented by
H A DFramesContainer.idl35 /** this is a special container which can contain frames
H A DFrameActionEvent.idl44 components within frames
H A DXFrameActionListener.idl41 when several things happen to components within frames of the desktop frame tree.
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx534 short *sample_buff = new short[static_cast<int>(info.frames)]; in streamSound()
535 sf_readf_short(sf, sample_buff, info.frames); in streamSound()
551 for (int samples_written = 0; samples_written < info.frames; samples_written += samples_per_frame) in streamSound()
555 int samples_to_write = std::min((int)info.frames - samples_written, samples_per_frame); in streamSound()
/trunk/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl115 <p>This property indicates that the document contains multiple text frames
116 and that the content of one frame is duplicated into the other frames
163 fly frames and drawing objects are positioned.
182 fly frames and drawing objects) are positioned.
H A DAccessiblePageView.idl105 exception are text frames that are bound as
115 are text frames that are bound as character. They are
151 <li>Text frames, graphics, embedded objects and shapes that
154 <li>Text frames, graphics, embedded objects and shapes
H A DAccessibleTextDocumentView.idl103 frames that are bound as character. They are children
112 are text frames that are bound as character. They are
148 <li>Text frames, graphics, embedded objects and shapes that
151 <li>Text frames, graphics, embedded objects and shapes
H A DRelOrientation.idl90 /** page includes margins for page-anchored frames identical with
98 /** page without borders (for page anchored frames identical with
H A DAccessibleParagraphView.idl141 <p>For text frames, graphics, etc. that are bound as character some
168 <p>For text frames, graphics, etc. that are bound as character
H A DXTextFramesSupplier.idl50 /** returns a collection of text frames.
/trunk/main/offapi/com/sun/star/awt/
H A DImageStatus.idl46 frames to be delivered.
53 frames to be delivered.
/trunk/main/offapi/com/sun/star/rendering/
H A DInterpolationMode.idl29 frames.<p>
32 takes place between two consecutive frames of a discrete animation
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx1870 FrameDependSortList_t frames; in SwXParaFrameEnumeration() local
1872 frames, false); in SwXParaFrameEnumeration()
1873 ::std::transform(frames.begin(), frames.end(), in SwXParaFrameEnumeration()
H A Dunoportenum.cxx359 FrameDependSortList_t frames; in SwXTextPortionEnumeration() local
360 ::CollectFrameAtNode(*this, pUnoCrsr->GetPoint()->nNode, frames, true); in SwXTextPortionEnumeration()
361 lcl_CreatePortions(m_Portions, xParentText, pUnoCrsr, frames, nStart, nEnd); in SwXTextPortionEnumeration()
/trunk/main/sw/source/core/undo/
H A Dundo.src367 Text [ en-US ] = "Link text frames" ;
371 Text [ en-US ] = "Unlink text frames" ;
/trunk/main/accessibility/workben/
H A DTODO10 * evaluate drawing transparent frames at screen coordinates of an object
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessBridge.idl36 and Java <-> GNOME access bridge by registering the native frames as

Completed in 63 milliseconds

123456