Home
last modified time | relevance | path

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

123456

/trunk/main/xmerge/java/pexcel/src/main/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 …]
/trunk/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
/trunk/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
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm97 ; and the caller knows where to look:
166 ; anyway, and the callee knows where to look, so put each arg in both
/trunk/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.
/trunk/main/offapi/com/sun/star/task/
H A DXAbortChannel.idl32 For example, have a look at <type scope="com::sun::star::deployment">
/trunk/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>
/trunk/main/udkapi/com/sun/star/io/
H A DXObjectOutputStream.idl46 Have a look there for the explanation of the concept.
/trunk/main/udkapi/com/sun/star/util/
H A DBootstrapMacroExpander.idl43 For details, have a look at
/trunk/main/udkapi/com/sun/star/script/
H A DCannotConvertException.idl51 Have a look at <type>FailReason</type>.
/trunk/main/reportdesign/source/core/resource/
H A Dstrings.src60 …Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid argum…
/trunk/main/udkapi/com/sun/star/lang/
H A DRegistryServiceManager.idl56 For usage of the service manager have a look at service description
/trunk/main/offapi/com/sun/star/document/
H A DXExtendedFilterDetection.idl59 …will be called automatically to look into the document stream and decide which format it represent…
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DOleDragSource.idl71 <p>TODO: specify how such a machine id should look like.</p>
/trunk/main/offapi/com/sun/star/chart2/
H A DIncrementData.idl56 main tickmarks will always look equidistant on the screen.
/trunk/main/offapi/com/sun/star/script/provider/
H A DXScript.idl72 <br> the call would look like<br>
/trunk/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
/trunk/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…
/trunk/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf1140 …CTNAME> does not differentiate between controls and fields so shading can look different in Writer…
2166 … = "XY-Chart has similar functionality to a Bubble chart in Excel but a completely different look."
2172 en-US = "<PRODUCTNAME> imports these types of charts as Column charts, which look completely differ…
2184 en-US = "This chart type does not have a <PRODUCTNAME> equivalent. The imported chart will look com…
2265 …lays the first TAB of the heading in the TOC. <PRODUCTNAME> does not. The TOC will look different."
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleRelationSet.idl83 The type of relation to look for in this set of relations. This

123456