/aoo4110/main/i18nutil/source/utility/ |
H A D | oneToOneMapping.cxx | 85 int i, j, high, low, current = -1; in makeIndex() local 94 if( high != current ) in makeIndex() 96 current = high; in makeIndex() 100 mpIndex[high][j] = NULL; in makeIndex() 102 mpIndex[high][low] = &mpTableWF[k]; in makeIndex() 116 int high, low; in find() local 117 high = (nKey >> 8) & 0xFF; in find() 119 if( mpIndex[high] != NULL && in find() 120 mpIndex[high][low] != NULL && in find() 121 mpIndex[high][low]->flag & mnFlag ) in find() [all …]
|
H A D | widthfolding.cxx | 227 int i, j, high, low; in getfull2halfTableForASC() local 231 high = (full2halfASCException[i].first >> 8) & 0xFF; in getfull2halfTableForASC() 234 if( !table.mpIndex[high] ) in getfull2halfTableForASC() 236 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in getfull2halfTableForASC() 239 table.mpIndex[high][j] = NULL; in getfull2halfTableForASC() 241 table.mpIndex[high][low] = &full2halfASCException[i]; in getfull2halfTableForASC() 261 int i, j, high, low; in gethalf2fullTableForJIS() local 265 high = (half2fullJISException[i].first >> 8) & 0xFF; in gethalf2fullTableForJIS() 268 if( !table.mpIndex[high] ) in gethalf2fullTableForJIS() 273 table.mpIndex[high][j] = NULL; in gethalf2fullTableForJIS() [all …]
|
/aoo4110/main/soltools/giparser/ |
H A D | gi_list.cxx | 211 unsigned high = aChildren.size(); in lower_bound() local 213 for ( unsigned cur = high / 2; high > low; cur = (low + high) / 2 ) in lower_bound() 221 high = cur; in lower_bound()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | EndianConverter.java | 118 int high, low; in readShort() local 120 high = value[1] & 0xFF; in readShort() 123 return (short)(high << 8 | low); in readShort()
|
/aoo4110/main/cosv/inc/cosv/ |
H A D | comfunc.hxx | 43 inline bool in_range(E low, E val, E high); // return low <= val < high; 87 in_range(E low, E val, E high) { return low <= val AND val < high; } in in_range() argument
|
/aoo4110/main/offapi/com/sun/star/xml/crypto/ |
H A D | XXMLEncryptionTemplate.idl | 63 * except that the high level application tell the mechanism and parameters. 67 * or DTD and the encryption device. If so, the high level application takes the 74 * In some situation, the high level applications do not want to know anything
|
/aoo4110/main/sal/rtl/source/ |
H A D | surrogates.h | 42 #define SAL_RTL_COMBINE_SURROGATES(high, low) \ argument 43 ((((high) - SAL_RTL_FIRST_HIGH_SURROGATE) << 10) + \
|
H A D | uri.cxx | 74 inline sal_uInt32 combineSurrogates(sal_uInt32 high, sal_uInt32 low) in combineSurrogates() argument 76 return SAL_RTL_COMBINE_SURROGATES(high, low); in combineSurrogates()
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.hrc | 52 //high contrast 127 //high contrast
|
H A D | CellAppearancePropertyPanel.src | 214 //high contrast 545 //high contrast
|
/aoo4110/main/cui/source/options/ |
H A D | optaccessibility.src | 106 Text [ en-US ] = "Options for high contrast appearance"; 114 Text [ en-US ] = "Automatically ~detect high contrast mode of operating system";
|
/aoo4110/main/writerfilter/documentation/ |
H A D | sprms.txt | 6 7: justify high
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | Color.idl | 34 <p>The byte order is from high to low:
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | DocumentTemplates.idl | 41 /** implements a high level interface on top of an ucb content provider
|
H A D | TemplateAccess.idl | 39 /** provides a high level api to organize document templates
|
/aoo4110/main/offapi/com/sun/star/graphic/ |
H A D | GraphicColorMode.idl | 42 /** used when requesting graphics which are suitable for a high-contrast
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | dlg_DataEditor.hrc | 41 // image lists (normal and high-contrast) for toolbox
|
H A D | dlg_DataEditor.src | 30 // Mask Color for high-contrast images
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | ImageType.idl | 52 /** an image with high contrast colors.
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XLayoutFlow.idl | 42 /** returns the prefered high this layout element would need for the given width. */
|
H A D | ActionEvent.idl | 39 <p>This high-level event is generated by a component (such as a Button)
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | PrinterIndependentLayout.idl | 50 assuming a generic high-resolution printer (4800dpi) */
|
/aoo4110/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.hrc | 70 //high contrast
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | ProxyFactory.idl | 49 Aggregation will no longer be supported as a high-level concept of UNO.
|
H A D | XProxyFactory.idl | 42 Aggregation will no longer be supported as a high-level concept of UNO.
|