Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 89) sorted by relevance

1234

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java28 private long remaining; field in BoundedInputStream
32 this.remaining = max; in BoundedInputStream()
47 if (remaining <= 0) { in read()
52 --remaining; in read()
59 if (remaining <= 0) { in read()
62 long max = Math.max(remaining, len); in read()
65 remaining -= bytesRead; in read()
/trunk/main/offapi/com/sun/star/frame/
H A DXModel.idl158 there is at least one lock remaining, some notifications
172 there is at least one lock remaining, some notifications for
179 /** determines if there is at least one lock remaining.
182 While there is at least one lock remaining, some notifications
H A DSessionManager.idl64 session manager kills all remaining applications and finally lets the
/trunk/main/offapi/com/sun/star/util/
H A DXBroadcaster.idl48 there is at least one lock remaining, no broadcasts are
62 there is at least one lock remaining, no broadcasts are
/trunk/main/vcl/unx/gtk/a11y/
H A DTODO31 + more detail from remaining events
/trunk/main/offapi/com/sun/star/sheet/
H A DCellDeleteMode.idl33 /** is used to specify how remaining cells are moved when cells are deleted.
H A DAddIn.idl101 have this type. It will be filled with the remaining arguments of the
/trunk/main/offapi/com/sun/star/rendering/
H A DTexturingMode.idl49 generated per textured primitive, with the remaining area
H A DXLinePolyPolygon2D.idl110 /** Set a single point on the poly-polygon. The remaining points of
H A DXBezierPolyPolygon2D.idl143 The remaining points of the poly-polygon will not be changed by
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerBezierSegment2D.idl36 the end point of the last curve, and the remaining members
H A DRealBezierSegment2D.idl36 the end point of the last curve, and the remaining members
/trunk/main/offapi/com/sun/star/i18n/
H A DParseResult.idl66 /** <type>KParseTokens</type> flags of remaining characters of
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChangeType.idl43 been inserted or deleted. In constrast, the remaining constant
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt88 handle remaining TableData<Handle> on stack
/trunk/main/writerfilter/source/ooxml/
H A DREADME.efforts21 This file describes how the remaining efforts for writerfilter can be
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DUIText.ulf152 en-US = "Time remaining: {[1] min }[2] sec"
H A DError.ulf65 en-US = "Time remaining: {[1] minutes }{[2] seconds}"
H A DControl.ulf617 en-US = "Estimated time remaining:"
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl107 labeled sequences just put the remaining sequences in old order
/trunk/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm472 // insert the remaining menu entries
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src1600 Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1648 Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1688 Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
1744 Text [ en-US ] = "Salvage: The remaining value of the asset at the end of its life." ;
/trunk/main/toolkit/doc/layout/
H A DChangeLog257 remaining SUN warnings.
/trunk/main/
H A DLICENSE1168 So far as we are aware, there are no patent restrictions on the remaining
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1404 For the remaining methods which return arrays, the server must allocate the array

Completed in 76 milliseconds

1234