Searched refs:magic (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/store/workben/ |
H A D | t_file.cxx | 146 sal_uInt32 magic = i * 4 + k; in main() local 147 if (magic) in main() 157 if (verify != magic) in main() 160 fprintf (stderr, "Expected %ld read %ld\n", (unsigned long)(magic), (unsigned long)(verify)); in main() 173 magic += 1; in main() 175 0, &magic, sizeof(magic)); in main() 206 sal_uInt32 magic = 256 * 4; in main() local 207 if (rtl_compareMemory (&verify[index], &magic, sizeof(magic))) in main()
|
/aoo41x/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 101 String magic = FileUtil.readFileAsString(exportTo1).substring(0, 4); in testExportAsPDF() local 102 assertEquals("PDF is exported?", "%PDF", magic); in testExportAsPDF() 107 magic = FileUtil.readFileAsString(exportTo2).substring(0, 4); in testExportAsPDF() 108 assertEquals("PDF is exported directly?", "%PDF", magic); in testExportAsPDF()
|
/aoo41x/main/registry/source/ |
H A D | reflcnst.hxx | 34 extern const sal_uInt32 magic; 39 #define OFFSET_SIZE (OFFSET_MAGIC + sizeof(magic))
|
H A D | reflread.cxx | 45 const sal_uInt32 magic = 0x12345678; variable 1146 return static_cast< typereg_Version >(readUINT32(OFFSET_MAGIC) - magic); in getVersion()
|
H A D | reflwrit.cxx | 1117 pBuffer += writeUINT32(pBuffer, magic + m_version); in createBlop()
|
/aoo41x/main/nss/ |
H A D | nss_linux.patch | 76 #include <linux/magic.h>
|
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp.h | 269 extern char *magic[]; /* Magic predefined symbols */
|
H A D | cpp1.c | 182 char *magic[] = { /* Note: order is important */ variable
|
H A D | cpp3.c | 492 for (pp = magic, i = DEF_NOARGS; *pp != NULL; pp++) {
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 1446 gint magic = trough_border ? 1 : 0; in NWPaintGTKScrollbar() local 1499 thumbRect.Right() += magic; in NWPaintGTKScrollbar() 1549 thumbRect.Bottom() += magic; in NWPaintGTKScrollbar() 3567 gint magic = trough_border ? 1 : 0; in updateSettings() local 3569 aStyleSet.SetMinThumbSize( min_slider_length - magic ); in updateSettings()
|
/aoo41x/main/ |
H A D | config.sub | 1736 | mpw* | magic* | mmixware* | mon960* | lnews* \
|
/aoo41x/main/toolkit/doc/layout/ |
H A D | TODO | 104 *** Remove magic constants
|
/aoo41x/main/rhino/ |
H A D | rhino1_7R3.patch | 435 * Serializable magic number.
|
/aoo41x/main/extensions/source/macosx/spotlight/ |
H A D | unzip.m | 626 /* we check the magic */
|
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-update-config-sub-and-guess.patch | 2175 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
|
/aoo41x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 3928 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
|
Completed in 139 milliseconds