Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 153) sorted by relevance

1234567

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java231 int amount; in handleAttribute() local
233 amount = Integer.parseInt(firstPart); in handleAttribute()
235 amount = 0; in handleAttribute()
238 if (amount < 0) turnAttributesOn(SUBSCRIPT); in handleAttribute()
239 else if (amount > 0) turnAttributesOn(SUPERSCRIPT); in handleAttribute()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java184 int amount; in handleAttribute() local
186 amount = Integer.parseInt(firstPart); in handleAttribute()
188 amount = 0; in handleAttribute()
191 if (amount < 0) fmt.setAttribute(Format.SUBSCRIPT, true); in handleAttribute()
192 else if (amount > 0) fmt.setAttribute(Format.SUPERSCRIPT, false); in handleAttribute()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XChangesBatch.java121 int amount = changes.length; in _getPendingChanges() local
122 log.println("Found not the right number of changes: " + amount); in _getPendingChanges()
124 for (int i=0; i<amount; i++) { in _getPendingChanges()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java100 Integer amount = (Integer)param.get("FIELDSAMOUNT"); in before() local
101 if (amount == null) { in before()
105 tEnvFieldsAmount = amount.intValue(); in before()
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx264 int from, int amount ) in Preedit_UpdateAttributes() argument
266 if ( (from + amount) > (int)ptext->nLength ) in Preedit_UpdateAttributes()
270 from, amount, ptext->nLength ); in Preedit_UpdateAttributes()
277 feedback, amount * sizeof(XIMFeedback) ); in Preedit_UpdateAttributes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotDescriptor.java76 Integer amount = (Integer)tEnv.getObjRelation("FIELDSAMOUNT"); in before() local
77 if (amount == null) throw new StatusException(Status.failed in before()
79 tEnvFieldsAmount = amount.intValue(); in before()
/trunk/main/offapi/com/sun/star/ui/
H A DUICategoryDescription.idl38 OpenOffice.org has an amount of commands that can be used by user
40 Categories makes it easier to handle to huge amount of commands
H A DUICommandDescription.idl40 OpenOffice.org has an amount of commands that can be used by user interface
H A DModuleUICategoryDescription.idl41 Every OpenOffice.org module has an amount of commands that can be used by
H A DModuleUICommandDescription.idl41 Every OpenOffice.org module has an amount of commands that can be used by
H A DXDockingAreaAcceptor.idl95 The callee must size its document window so that we have the amount
/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx185 CalendarImpl::addValue( sal_Int16 fieldIndex, sal_Int32 amount ) throw(RuntimeException) in addValue() argument
188 xCalendar->addValue( fieldIndex, amount); in addValue()
/trunk/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeExtrusion.idl77 /** This attribute specifies the amount of diffusion reflected by the shape
139 /** The first value of the draw:extrusion-skew attribute specifies the skew amount of
H A DRotationDescriptor.idl59 /** This is the amount of shearing for this <type>Shape</type>.
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl116 Add an amount to a field.
122 The amount to add.
H A DNumberFormatIndex.idl224 /// [HH]:MM:SS <br/>Time format with amount of hours
228 /// [HH]:MM:SS,00 <br/>Time format with amount of hours and seconds with fraction
/trunk/main/offapi/com/sun/star/sheet/
H A DGoalResult.idl37 /** the amount by which the result changed in the last iteration.
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.props28 # the amount of exported documents: each loaded document will be written 'ExportDocCount' times
/trunk/main/offapi/com/sun/star/presentation/
H A DParagraphTarget.idl38 an offset if the event should be raised a defined amount of time
/trunk/main/offapi/com/sun/star/animations/
H A DEvent.idl38 an offset if the event should be raised a defined amount of time
H A DXTransitionFilter.idl40 amount of time.
/trunk/main/offapi/com/sun/star/rendering/
H A DColorComponentTag.idl31 amount of red colorant contained in an output color. This constant
H A DIntegerBitmapLayout.idl107 an 8 bit amount of pixel data consists of the bits starting
/trunk/main/offapi/com/sun/star/util/
H A DXAtomServer.idl87 /** returns the strings for an arbitrary amount of atoms of multiple classes
/trunk/main/offapi/com/sun/star/sdbc/
H A DJDBCConnectionProperties.idl92 <p>The sequence contains an even amount of string values. Each pair describes

Completed in 59 milliseconds

1234567