Home
last modified time | relevance | path

Searched refs:position (Results 76 – 100 of 548) sorted by relevance

12345678910>>...22

/aoo4110/main/svtools/source/toolpanel/
H A Dtoolpanelcollection.cxx112 …const size_t position = i_nPosition < m_pData->aPanels.size() ? i_nPosition : m_pData->aPanels.siz… in InsertPanel() local
113 m_pData->aPanels.insert( m_pData->aPanels.begin() + position, i_pPanel ); in InsertPanel()
125 return position; in InsertPanel()
/aoo4110/main/offapi/com/sun/star/text/
H A DWrapInfluenceOnPosition.idl40 /** wrapping style has no influence on the position and the floating screen
47 /** wrapping style has no influence on the position and the floating screen
54 /** wrapping style has influence on the position and the floating screen
H A DReferenceFieldPart.idl32 /** These constants define how the reference position is displayed in
62 the page style of the reference position.
87 … identify the referenced item at the document position of the reference text field, the content
89 … item are the ones, which differ from the superior levels of the document position of the reference
H A DHoriOrientationFormat.idl43 <p>The following flags are used to adapt the position of the object
45 horizontal position is mirrored.</p>
66 …/** determines the reference position of the horizontal alignment.@see com::sun::star::text::RelOr…
H A DControlCharacter.idl57 position from being hyphenated.
64 /** This control character defines a special position as a
66 must be split at the end of a line, then this position
H A DHoriOrientation.idl43 <p>For text tables this means that the tables position is
47 that the position is defined by a left offset.
97 <p> For text tables this means that the tables position is
H A DTableColumnSeparator.idl33 /** The width of the cells of a text table is defined by the position
46 number of text columns at the table's position, alignment, and left and
65 /** contains the position of the separator.
H A DNumberingLevel.idl195 /** position and space mode
198 Specifies the position and space mode of the numbering level.
222 /** list tab position
225 Specifies the position of the list tab stop - only non-negative
H A DXTextContent.idl57 invalid until it is attached to a text position. In general, this method
79 does not have a position in the text. Thus that anchor can not be
82 or other function that require the object to have a position in the text.</p>
/aoo4110/main/avmedia/source/macavf/
H A Dmacavf_player.cxx248 const double position = CMTimeGetSeconds( [mpPlayer currentTime] ); in getMediaTime() local
249 OSL_TRACE( "Player::getMediaTime() = %.3fsec", position); in getMediaTime()
250 if( position >= mfStopTime ) in getMediaTime()
254 return position; in getMediaTime()
/aoo4110/main/offapi/com/sun/star/drawing/
H A DPosition3D.idl39 /** the position on the X-Axis in the 3D room in 100th of millimeters
47 /** the position on the Y-Axis in the 3D room in 100th of millimeters
55 /** the position on the Z-Axis in the 3D room in 100th of millimeters
H A DGluePoint.idl52 /** This is the position of this <type>GluePoint</type>.
67 /** If this is <TRUE/>, then the position of this <type>GluePoint</type> is
75 /** The alignment of a <code>GluePoint</code> defines how the position of
/aoo4110/main/offapi/com/sun/star/chart/
H A DChartAxisPosition.idl33 /** Specifies the position of the axis on the scale of the crossing axis.
34 When the property is set at a x-axis it indicates a position on the scale of the primary y-axis.
35 When the property is set at a y-axis it indicates a position on the scale of the primary x-axis.
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoCtrl.java37 static public String setHtmlFrame(String position, String htmlInfoText) { in setHtmlFrame() argument
38 if ( position.equals("header") ) { in setHtmlFrame()
41 else if ( position.equals("end")) { in setHtmlFrame()
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl108 line when the <b>End</b> key gets pressed. Since the index of this position
116 position.
129 line when the <b>End</b> key gets pressed. Since the index of this position
136 if the paragraph does not have a valid caret position.
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXViewSplitable.idl57 /** returns the horizontal position in pixels where
64 /** returns the vertical position in pixels where
83 /** splits the view at the specified position.
/aoo4110/main/offapi/com/sun/star/embed/
H A DXHatchWindowController.idl54 the new requested position and size of the window
62 a new selected position and size of the tracking rectangle
65 the closest valid position and size to the provided one
/aoo4110/main/udkapi/com/sun/star/io/
H A DMarkableOutputStream.idl51 /** allows to write data at the current position.
59 /** allows to create marks at the current position
60 and to set the current position.
/aoo4110/main/offapi/com/sun/star/form/
H A DXGrid.idl37 /** provides the possibility of setting and retrieving the position
56 /** retrieves the current column position.
62 /** sets the current column position.
/aoo4110/main/offapi/com/sun/star/chart2/
H A DTitle.idl68 /** The position is a relative position on the page.
70 <p>If a relative position is given the title is not automatically placed,
/aoo4110/main/offapi/com/sun/star/xml/sax/
H A DXAttributeList.idl59 the name of an attribute in this list (by position).
66 the type of an attribute in the list (by position).
82 the value of an attribute in the list (by position).
/aoo4110/main/offapi/com/sun/star/linguistic2/
H A DProofreadingResult.idl70 // the start of sentence position passed to the proofreader
73 // the end of sentence position found by the proofreader
78 // Basically obtained by skipping all white spaces after the end of sentence position.
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionCategory.java164 …public com.sun.star.report.meta.XFunctionDescription getFunction(int position) throws com.sun.star… in getFunction() argument
166 if (position >= functions.length) in getFunction()
170 …onDescription(defaultContext, m_xContext, this, functionRegistry.getMetaData(functions[position])); in getFunction()
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DSbaXGridControl.java443 Point position = new Point(); in createGrid() local
467 position.X = x; in createGrid()
468 position.Y = y; in createGrid()
470 oCShape.setPosition(position); in createGrid()
/aoo4110/main/offapi/com/sun/star/form/binding/
H A DXListEntryListener.idl48 member denotes the position of the changed entry, the first (and only) element
57 member denotes the position of the first inserted entry, the
67 member denotes the position of the first removed entry, the

Completed in 89 milliseconds

12345678910>>...22