Home
last modified time | relevance | path

Searched refs:position (Results 51 – 75 of 548) sorted by relevance

12345678910>>...22

/aoo4110/main/connectivity/source/resource/
H A Dconn_shared_res.src171 Text [ en-US ] = "Please commit row '$position$' before update rows or insert new rows.";
208 …Text [ en-US ] = "You tried to set a parameter at position '$pos$' but there is/are only '$count$'…
312 Text [ en-US ] = "The column at position '$position$' could not be updated.";
454 …Text [ en-US ] = "The column at position '$position$' could not be dropped. May be the file system…
552 Text [ en-US ] = "The type of parameter at position '$position$' is unknown.";
556 Text [ en-US ] = "The type of column at position '$position$' is unknown.";
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DOFileControlModel.java158 Point position = new Point(); in createTestEnvironment() local
177 position.X = 1000; in createTestEnvironment()
178 position.Y = 1000; in createTestEnvironment()
180 aShape.setPosition(position); in createTestEnvironment()
/aoo4110/main/offapi/com/sun/star/drawing/
H A DBezierPoint.idl41 goes through the given position.</p>
48 /** This is the position of this point.
55 /** This is the position of the first control point.
62 /** This is the position of the second control point.
H A DXShape.idl56 /** gets the current position of this object.
59 the position of the top left edge in 100/th mm
65 /** sets the current position of this object
68 the position of the top left edge in 100/th mm
H A DGluePoint2.idl45 <p>A glue point is a position inside a drawing shape where an edge
50 /** This is the position of this glue point. Depending on
58 /** if this flag is set to true, the position of this glue point
62 /** if this glue points position is not relative, this enum
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx379 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getSymKey( unsigned int position ) throw( Exception , … in getSymKey() argument
385 …for( pos = 0, keyIt = m_tSymKeyList.begin() ; pos < position && keyIt != m_tSymKeyList.end() ; pos… in getSymKey()
387 if( pos == position && keyIt != m_tSymKeyList.end() ) in getSymKey()
435 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPubKey( unsigned int position ) throw( Exception , … in getPubKey() argument
441 …for( pos = 0, keyIt = m_tPubKeyList.begin() ; pos < position && keyIt != m_tPubKeyList.end() ; pos… in getPubKey()
443 if( pos == position && keyIt != m_tPubKeyList.end() ) in getPubKey()
491 HCRYPTKEY SecurityEnvironment_MSCryptImpl :: getPriKey( unsigned int position ) throw( Exception , … in getPriKey() argument
497 …for( pos = 0, keyIt = m_tPriKeyList.begin() ; pos < position && keyIt != m_tPriKeyList.end() ; pos… in getPriKey()
499 if( pos == position && keyIt != m_tPriKeyList.end() ) in getPriKey()
/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx336 PK11SymKey* SecurityEnvironment_NssImpl :: getSymKey( unsigned int position ) throw( Exception , Ru… in getSymKey() argument
342 …for( pos = 0, keyIt = m_tSymKeyList.begin() ; pos < position && keyIt != m_tSymKeyList.end() ; pos… in getSymKey()
344 if( pos == position && keyIt != m_tSymKeyList.end() ) in getSymKey()
390 SECKEYPublicKey* SecurityEnvironment_NssImpl :: getPubKey( unsigned int position ) throw( Exception… in getPubKey() argument
396 …for( pos = 0, keyIt = m_tPubKeyList.begin() ; pos < position && keyIt != m_tPubKeyList.end() ; pos… in getPubKey()
398 if( pos == position && keyIt != m_tPubKeyList.end() ) in getPubKey()
444 SECKEYPrivateKey* SecurityEnvironment_NssImpl :: getPriKey( unsigned int position ) throw( ::com::s… in getPriKey() argument
450 …for( pos = 0, keyIt = m_tPriKeyList.begin() ; pos < position && keyIt != m_tPriKeyList.end() ; pos… in getPriKey()
452 if( pos == position && keyIt != m_tPriKeyList.end() ) in getPriKey()
/aoo4110/main/offapi/com/sun/star/text/
H A DTextContentAnchorType.idl42 /** The anchor of the object is set at the top left position of the paragraph.
64 <p>The position does not change if the content of the document is changed.</p>
82 <p>The position of the object changes if the position of this
H A DBaseFrame.idl71 /** This interface specifies the access to the shape data (position
78 <p>The position is relative to the position of the anchor
79 [see <member>XTextFrame::getAnchor()</member>]. Size and position are
H A DPositionLayoutDir.idl33 /** These values specify the layout direction, in which the position attributes
42 /** position attributes are given in horizontal left-to-right direction
48 /** position attributes are given in layout direction of the drawing
/aoo4110/main/cosv/inc/cosv/
H A Dstring.hxx60 typedef str::position position_type;
262 csv::str::position i_nStartPosition1,
268 csv::str::position i_nStartPosition2,
295 csv::str::position i_nStartPosition1,
302 csv::str::position i_nStartPosition2,
/aoo4110/main/offapi/com/sun/star/awt/
H A DXComboBox.idl76 /** adds an item at the specified position.
82 /** adds multiple items at the specified position.
88 /** removes a number of items at the specified position.
100 /** returns the item at the specified position.
/aoo4110/main/offapi/com/sun/star/rendering/
H A DInterpolationMode.idl51 That is, when interpolating at position t between two values
61 That is, when interpolating at position t, take the four
72 That is, when interpolating at position t, take the three
83 That is, when interpolating at position t, take the four
/aoo4110/main/offapi/com/sun/star/chart2/
H A DRelativePosition.idl39 /** Determines a position of an object relative to a size defined by other means.
45 /** The position in the primary direction.
56 /** The position in the secondary direction.
67 /** This indicates how the object is placed at the relative position.
/aoo4110/main/offapi/com/sun/star/form/control/
H A DInteractionGridControl.idl62 …<dt>ColumnModelPos</dt><dd> the model position of the column in question, if the command is execut…
63 …<dt>ColumnViewPos</dt><dd> the view position of the column in question, if the command is executed…
64 …view position may differ from the model position, as in a grid control, columns can be hidden.</dd>
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXExternalSheetCache.idl39 /** It sets a cached value for a specified cell position. The value is expected
43 @param nRow row position (0-based)
44 @param nColumn column position (0-based)
50 /** It retrieves a cached value from a specified cell position. The cached
/aoo4110/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl96 the sequence from old position '3' should now be the first one.
97 Then comes the sequence from old position '0'. Then that one
98 from old position '2' and then the sequence from old position '1'.</p>
104 old index '1' to the next new position and so on.</p>
/aoo4110/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl268 specifies the position inside the docking area.
344 /** sets a new position for a window based user interface element.
352 specifies the new position in pixel.
355 …out manager to decide if the user interface element can be moved. The new position can be retrieved
361 /** sets a new position and size for a window based user interface element.
369 specifies the new position in pixel.
372 specifies the new position in pixel.
375 …ger to decide if the user interface element can be moved and resized. The new position and size can
441 /** retrieves the current pixel position of a window based user interface element.
444 …specifies for which user interface element the current position should be retrieved. A resource UR…
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl152 position in screen coordinates.</p>
158 screen the returnred rectangle is empty and located at position
170 The coordinates of the returned position are relative to this
173 screen the returnred position is (0,0).
187 The coordinates of the returned position are relative to the
189 on any screen the returnred position is (0,0).
/aoo4110/main/offapi/com/sun/star/document/
H A DXDocumentInfo.idl74 specifies the position of requested field
90 specifies the position of requested field
106 specifies the position of requested field
124 specifies the position of requested field
/aoo4110/main/i18npool/source/transliteration/
H A Dtransliteration_OneToOne.cxx78 sal_Int32 position = 0; in transliterate() local
82 position = startPos; in transliterate()
90 *p ++ = position ++; in transliterate()
/aoo4110/main/writerfilter/source/doctok/
H A DWW8inc.xsl69 <xsl:template match="xhtml:tr[./xhtml:td[position()=1]/text()]">
76 <xsl:apply-templates select="following-sibling::xhtml:tr[position()=1]">
82 <xsl:template match="xhtml:tr[not(./xhtml:td[position()=1]/text())]">
90 <xsl:apply-templates select="following-sibling::xhtml:tr[position()=1]">
/aoo4110/main/offapi/com/sun/star/i18n/
H A DBoundary.idl32 /** contains start and end position of a word.
42 /// Start position of a word, <b>inclusive</b>
45 /// End position of a word, <b>exclusive</b>
/aoo4110/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx963 aTabItemDrawInfo.position=kHIThemeTabPositionMiddle; in drawNativeControl()
974 aTabItemDrawInfo.position=kHIThemeTabPositionOnly; in drawNativeControl()
976 aTabItemDrawInfo.position=kHIThemeTabPositionFirst; in drawNativeControl()
978 aTabItemDrawInfo.position=kHIThemeTabPositionLast; in drawNativeControl()
983 if( aTabItemDrawInfo.position == kHIThemeTabPositionFirst ) in drawNativeControl()
984 aTabItemDrawInfo.position = kHIThemeTabPositionLast; in drawNativeControl()
985 else if( aTabItemDrawInfo.position == kHIThemeTabPositionLast ) in drawNativeControl()
986 aTabItemDrawInfo.position = kHIThemeTabPositionFirst; in drawNativeControl()
/aoo4110/main/vcl/os2/
H A Dhowto.txt31 Since coordinates are the position/size of client area, we need to calculate
32 current window frame size/position and map to screen coordinates using the
33 owner window position as offset.

Completed in 112 milliseconds

12345678910>>...22