Home
last modified time | relevance | path

Searched refs:lower (Results 26 – 50 of 183) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/table/
H A DShadowLocation.idl57 /** shadow is located along the lower and left sides.
63 /** shadow is located along the lower and right sides.
H A DCellVertJustify.idl57 /** contents are aligned to the lower edge of the cell.
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yutil.mm37 // VCL coordinates are in upper-left-notation, Cocoa likes it the Cartesian way (lower-left)
45 // VCL coordinates are in upper-left-notation, Cocoa likes it the Cartesian way (lower-left)
/trunk/main/offapi/com/sun/star/xsd/
H A DDay.idl53 /** specifies the inclusive lower bound for the value
58 /** specifies the exclusive lower bound for the value
H A DMonth.idl53 /** specifies the inclusive lower bound for the value
58 /** specifies the exclusive lower bound for the value
H A DYear.idl53 /** specifies the inclusive lower bound for the value
58 /** specifies the exclusive lower bound for the value
H A DDate.idl56 /** specifies the inclusive lower bound for the value
61 /** specifies the exclusive lower bound for the value
H A DDateTime.idl56 /** specifies the inclusive lower bound for the value
61 /** specifies the exclusive lower bound for the value
H A DTime.idl56 /** specifies the inclusive lower bound for the value
61 /** specifies the exclusive lower bound for the value
H A DDecimal.idl71 /** specifies the inclusive lower bound for the value
76 /** specifies the exclusive lower bound for the value
/trunk/main/sc/workben/celltrans/
H A Dparse.py51 return func.lower() + "_" + getAscii(pair[1]).lower() + "_" + self.locale
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl82 Character classification (upper, lower, digit, letter, number, ...)
89 /** Convert lower case alpha to upper case alpha, starting at
96 /** Convert upper case alpha to lower case alpha, starting at
H A DXTransliteration.idl52 modules available to compare two mixed case strings: upper to lower,
53 lower to upper, and ignore case. </p>
H A DCharacterClassification.idl38 Character classification, such as upper, lower, alpha, digit, et al.
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlRoadmap.idl51 <li>ImageURL: The image referenced by the URL is placed in the lower right corner
53 <li>Graphic: The graphic is placed in the lower right corner of the control.</li>
H A DSelection.idl39 /** specifies the lower limit of the range.
/trunk/main/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl41 …e labels are placed adjacent to the axis on that side that belongs to the lower values on the cros…
42 … axis the labels are placed adjacent to the y axis on that side that belongs to the lower x values.
/trunk/main/offapi/com/sun/star/chart2/
H A DXCoordinateSystem.idl75 …An IndexOutOfBoundsException will be thrown if nDimension is lower than 0 or greater than the valu…
76 …and/or if nIndex is lower 0 or greater than the value returned by getMaxAxisIndexByDimension(nDime…
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetCellRangeContainer.idl61 takes more time, but the memory usage is lower.
93 takes more time, but the memory usage is lower.
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx160 rtl::OString lower = aIdent.toAsciiLowerCase(); in parse() local
161 if(lower.getLength() < 6 || in parse()
162 strncmp("ftp://",lower.getStr(),6)) in parse()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java66 lower(xRowRes); in testFunctions()
219 …private void lower(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in lower() method in DBaseStringFunctions
/trunk/main/sw/source/core/edit/
H A Dedfld.cxx170 String aTmp( rCC.lower( rStr )); in RemoveFldType()
178 if( aTmp.Equals( rCC.lower( pFldType->GetName() ) )) in RemoveFldType()
/trunk/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl167 the lower spacing and the line spacing of the previous paragraph.
170 its vertical position, doesn't include the lower spacing and the
/trunk/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl229 /** This is the distance from the lower edge of the <type>Shape</type> to the
230 lower edge of the text.
/trunk/main/linguistic/source/
H A Dmisc.cxx750 return rCC.lower( rText ); in ToLower()
780 return rCC.lower( cChar ).GetChar(0); in ToLower()

Completed in 70 milliseconds

12345678