Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 115) sorted by relevance

12345

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java45 private char look; field in FormulaParser
80 look = ' '; in parse()
109 return look=='*' || look =='/' || look == '^' || look == '&'; in isMultiOp()
118 if (!isLogicalOpChar(look)) { in isLogicalOp()
124 …} else if ((look == '<') && ((formulaStr.charAt(index) == '>') || formulaStr.charAt(index) == '=')… in isLogicalOp()
126 } else if ((look == '>') && (formulaStr.charAt(index) == '=')) { // >= in isLogicalOp()
226 if(look==c) { in match()
227 Debug.log(Debug.TRACE,"Operator Found : " + look); in match()
245 if (look == symbol.charAt(i)) { in match()
261 while(Character.isWhitespace(look) && success) { in skipWhite()
[all …]
/AOO41X/main/offapi/com/sun/star/awt/
H A DXStyleSettings.idl43 … native widget framework, i.e. in the desktop theme's look, then they won't necessarily respect all
44 their style settings, because those have a lesser priority than the native look.</p>
47 …desktop/theme look. For instance, without native theming, buttons do not support a "roll over" mod…
49 theming, this changes, as here the general button look is drawn by the system's theming engine,
H A DVisualEffect.idl45 /** specifies a 3D-like look
50 /** specifies a "flat" look
/AOO41X/main/offapi/com/sun/star/util/
H A DXReplaceable.idl50 'replace all bold words "search for" by "look for"
53 xReplaceDescr.ReplaceString = "look for"
H A DXSearchDescriptor.idl48 /** sets the string of characters to look for.
H A DXSearchable.idl45 /** enables the object to look for specified contents of the object
H A DPathSubstitution.idl53 configuration file (org/openoffice/Office/Substitution.xml). Please have a look at the
H A DXStringSubstitution.idl45 not part of this interface definition. Please look at the documentation
/AOO41X/main/offapi/com/sun/star/linguistic2/
H A DXConversionDictionary.idl140 either the left text or the right text to look for.
147 specifies the direction of the conversion to look for.
/AOO41X/main/offapi/com/sun/star/task/
H A DXAbortChannel.idl32 For example, have a look at <type scope="com::sun::star::deployment">
/AOO41X/main/udkapi/com/sun/star/util/
H A DBootstrapMacroExpander.idl43 For details, have a look at
/AOO41X/main/udkapi/com/sun/star/io/
H A DXObjectOutputStream.idl46 Have a look there for the explanation of the concept.
/AOO41X/main/offapi/com/sun/star/i18n/
H A DXBreakIterator.idl152 and we look backwards for beginning of word, otherwise
154 we look forwards for the end of the word. </p>
/AOO41X/main/udkapi/com/sun/star/script/
H A DCannotConvertException.idl51 Have a look at <type>FailReason</type>.
/AOO41X/main/reportdesign/source/core/resource/
H A Dstrings.src62 …Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid argum…
/AOO41X/main/udkapi/com/sun/star/lang/
H A DRegistryServiceManager.idl56 For usage of the service manager have a look at service description
/AOO41X/main/offapi/com/sun/star/document/
H A DXExtendedFilterDetection.idl59 … will be called automaticly to look into the document stream and cdecide wich format it represent.
/AOO41X/main/offapi/com/sun/star/datatransfer/dnd/
H A DOleDragSource.idl71 <p>TODO: specify how such a machine id should look like.</p>
/AOO41X/main/offapi/com/sun/star/rendering/
H A DRenderingIntent.idl77 for seeing how output will look on a non-neutral
H A DXCanvas.idl256 overlapping strokes from distinct polygons will look exactly
290 strokes from distinct polygons will look exactly as
334 strokes from distinct polygons will look exactly as
H A DXPolyPolygon2D.idl56 such a poly-polygon without transparency, it will look like the
/AOO41X/main/offapi/com/sun/star/script/provider/
H A DXScript.idl72 <br> the call would look like<br>
/AOO41X/main/offapi/com/sun/star/chart2/
H A DIncrementData.idl56 main tickmarks will always look equidistant on the screen.
/AOO41X/main/offapi/com/sun/star/resource/
H A DOfficeResourceLoader.idl47 …resource file naming conventions, and look up the respective resource file, for the requested loca…
/AOO41X/main/offapi/com/sun/star/accessibility/
H A DXAccessibleRelationSet.idl83 The type of relation to look for in this set of relations. This

12345