Home
last modified time | relevance | path

Searched refs:position (Results 101 – 125 of 548) sorted by relevance

12345678910>>...22

/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXResultSet.idl56 /** moves the cursor down one row from its current position.
164 the current position
182 an absolute row position with respect to
191 An attempt to position the cursor beyond the first/last row in
217 is valid, but does not change the cursor position.
/aoo4110/main/offapi/com/sun/star/view/
H A DXViewCursor.idl53 or the cursor will be just at the new position after the move (<FALSE/>).
87 or <FALSE/> if it was already at the leftmost position.
102 or <FALSE/> if it was already at the rightmost position.
/aoo4110/main/offapi/com/sun/star/text/
H A DXTextCursor.idl37 /** extends a text range by method to modify its position.
43 /** sets the end of the position to the start.
49 /** sets the start of the position to the end.
H A DXSimpleText.idl76 <p>The initial position is set to <var>aTextPosition</var>.
79 specifies the start position for the new
100 specifies the position of insertion. For example,
H A DBaseFrameProperties.idl95 /** determines the position of the background graphic.
220 /** contains the horizontal position of the object (1/100 mm).
241 /** contains the vertical position of the object (1/100 mm).
282 /** determines if the position is protected.
/aoo4110/main/offapi/com/sun/star/ucb/
H A DListAction.idl41 /** The position where something has happened (index begins with
44 <p>Its value does not necessary indicate the new position in the new
45 <type scope="com::sun::star::sdbc">XResultSet</type>, but a position
/aoo4110/main/offapi/com/sun/star/util/
H A DXSearchable.idl82 the position within the component, e.g. a <type scope="com::sun::star::text">XTextRange</type>
93 represents a position within the component at which the search continues.
94 This position is returned by <method>XSearchable::findFirst</method> or
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java108 int position = oneLang.indexOf("."); in collectSystemLanguages() local
109 if ( position > -1 ) { in collectSystemLanguages()
110 oneLang = oneLang.substring(0, position); in collectSystemLanguages()
H A DSystemManager.java455 int position = 3; in calculateDiscSpace() local
457 position = 2; in calculateDiscSpace()
464 String sizeString = returnArray[position]; in calculateDiscSpace()
/aoo4110/main/offapi/com/sun/star/sheet/
H A DSheetFilterDescriptor.idl95 position is saved for future calls.
117 /** specifies if the filtered data should be copied to another position
124 /** specifies the position where filtered data are to be copied.
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java246 public void insertTextSection(String sectionName, String templateName, XTextCursor position) in insertTextSection() argument
259 position.getText().insertTextContent(position, xTextContentSection, false); in insertTextSection()
/aoo4110/main/offapi/com/sun/star/chart2/
H A DDiagram.idl65 /** The position is as a relative position on the page.
67 <p>If a relative position is given the diagam is not automatically placed,
H A DDataPointProperties.idl204 /** The RectanglePoint specifies the position inside of the bitmap to
205 use as the top left position for rendering.
245 default position in percent of the maximum allowed distance.
273 /** specifies a relative position for the data label
/aoo4110/main/cosv/inc/cosv/
H A Dstr_types.hxx36 typedef ::size_t position; typedef
41 npos = position(-1),
H A Dbstream.hxx102 uintt position() const;
137 bstream::position() const in position() function in csv::bstream
/aoo4110/main/offapi/com/sun/star/ui/
H A DModuleWindowStateConfiguration.idl65 … docked position of a window. The X and Y values are interpreted as a row/column number and
66 … a pixel position for top/bottom docked windows. For left/right docked windows this is</li>
73 floating position in pixel of the window.</li>
/aoo4110/main/qadevOOo/runner/util/
H A DSOfficeFactory.java491 Point position = new Point(); in createControlShape() local
505 position.X = x; in createControlShape()
506 position.Y = y; in createControlShape()
508 oCShape.setPosition(position); in createControlShape()
/aoo4110/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunctionDescription.java52 public Type getParameterType(final int position) in getParameterType() argument
62 public boolean isParameterMandatory(final int position) in isParameterMandatory() argument
H A DTitleFunctionDescription.java52 public Type getParameterType(final int position) in getParameterType() argument
62 public boolean isParameterMandatory(final int position) in isParameterMandatory() argument
/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.hxx139 …virtual PK11SymKey* getSymKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , :…
145 …virtual SECKEYPublicKey* getPubKey( unsigned int position ) throw( ::com::sun::star::uno::Exceptio…
151 …virtual SECKEYPrivateKey* getPriKey( unsigned int position ) throw( ::com::sun::star::uno::Excepti…
/aoo4110/main/svx/source/svdraw/
H A Dsvdstr.src674 Text [ en-US ] = "Set position and size for %1" ;
1429 Text [ en-US ] = "Relative exit position" ;
1755 Text [ en-US ] = "Fillbitmap position";
1830 Text [ en-US ] = "Tile position X in %";
1835 Text [ en-US ] = "Tile position Y in %";
2240 Text [ en-US ] = "Dimension value - horizontal position";
2245 Text [ en-US ] = "Dimension value - vertical position";
2390 Text [ en-US ] = "Protected object position";
2445 Text [ en-US ] = "Single position X";
2450 Text [ en-US ] = "Single position Y";
/aoo4110/main/writerfilter/source/doctok/
H A Dresourceidmapper.xsl64 <xsl:value-of select='10000 + position()'/>
81 <xsl:value-of select='20000 + position()'/>
99 <xsl:value-of select='30000 + position()'/>
H A Dresourceidmapperback.xsl60 <xsl:value-of select='10000 + position()'/>
77 <xsl:value-of select='20000 + position()'/>
95 <xsl:value-of select='30000 + position()'/>
/aoo4110/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.hxx175 …virtual HCRYPTKEY getSymKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…
181 …virtual HCRYPTKEY getPubKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…
187 …virtual HCRYPTKEY getPriKey( unsigned int position ) throw( ::com::sun::star::uno::Exception , ::c…
/aoo4110/main/offapi/com/sun/star/form/control/
H A DGridControl.idl99 <p>Only the column position can be modified using this interface, as the row position within
100 …a table control bound to a data source is given implicitly (by the cursor position of the data sou…

Completed in 116 milliseconds

12345678910>>...22