/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | TextStyle.java | 231 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()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | CellStyle.java | 184 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()
|
/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XChangesBatch.java | 121 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()
|
/aoo4110/main/sc/qa/complex/dataPilot/ |
H A D | _XDataPilotDescriptor.java | 100 Integer amount = (Integer)param.get("FIELDSAMOUNT"); in before() local 101 if (amount == null) { in before() 105 tEnvFieldsAmount = amount.intValue(); in before()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDataPilotDescriptor.java | 76 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()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | i18n_cb.cxx | 264 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()
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | UICategoryDescription.idl | 38 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 D | UICommandDescription.idl | 40 OpenOffice.org has an amount of commands that can be used by user interface
|
H A D | ModuleUICategoryDescription.idl | 41 Every OpenOffice.org module has an amount of commands that can be used by
|
H A D | ModuleUICommandDescription.idl | 41 Every OpenOffice.org module has an amount of commands that can be used by
|
H A D | XDockingAreaAcceptor.idl | 95 The callee must size its document window so that we have the amount
|
/aoo4110/main/i18npool/source/calendar/ |
H A D | calendarImpl.cxx | 185 CalendarImpl::addValue( sal_Int16 fieldIndex, sal_Int32 amount ) throw(RuntimeException) in addValue() argument 188 xCalendar->addValue( fieldIndex, amount); in addValue()
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | EnhancedCustomShapeExtrusion.idl | 77 /** 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 D | RotationDescriptor.idl | 59 /** This is the amount of shearing for this <type>Shape</type>.
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | XCalendar.idl | 116 Add an amount to a field. 122 The amount to add.
|
H A D | NumberFormatIndex.idl | 224 /// [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
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | GoalResult.idl | 37 /** the amount by which the result changed in the last iteration.
|
/aoo4110/main/vcl/qa/complex/memCheck/ |
H A D | CheckMemoryUsage.props | 28 # the amount of exported documents: each loaded document will be written 'ExportDocCount' times
|
/aoo4110/main/offapi/com/sun/star/presentation/ |
H A D | ParagraphTarget.idl | 38 an offset if the event should be raised a defined amount of time
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | Event.idl | 38 an offset if the event should be raised a defined amount of time
|
H A D | XTransitionFilter.idl | 40 amount of time.
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | ColorComponentTag.idl | 31 amount of red colorant contained in an output color. This constant
|
H A D | IntegerBitmapLayout.idl | 107 an 8 bit amount of pixel data consists of the bits starting
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | JDBCConnectionProperties.idl | 92 <p>The sequence contains an even amount of string values. Each pair describes
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XAtomServer.idl | 87 /** returns the strings for an arbitrary amount of atoms of multiple classes
|