Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 15 of 15) sorted by relevance

/trunk/main/store/workben/
H A Dt_file.cxx146 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()
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java106 String magic = FileUtil.readFileAsString(exportTo1).substring(0, 4); in testExportAsPDF() local
107 assertEquals("PDF is exported?", "%PDF", magic); in testExportAsPDF()
112 magic = FileUtil.readFileAsString(exportTo2).substring(0, 4); in testExportAsPDF()
113 assertEquals("PDF is exported directly?", "%PDF", magic); in testExportAsPDF()
/trunk/main/registry/source/
H A Dreflcnst.hxx34 extern const sal_uInt32 magic;
39 #define OFFSET_SIZE (OFFSET_MAGIC + sizeof(magic))
H A Dreflread.cxx45 const sal_uInt32 magic = 0x12345678; variable
1146 return static_cast< typereg_Version >(readUINT32(OFFSET_MAGIC) - magic); in getVersion()
H A Dreflwrit.cxx1117 pBuffer += writeUINT32(pBuffer, magic + m_version); in createBlop()
/trunk/main/rsc/source/rscpp/
H A Dcpp.h269 extern char *magic[]; /* Magic predefined symbols */
H A Dcpp1.c182 char *magic[] = { /* Note: order is important */ variable
H A Dcpp3.c488 for (pp = magic, i = DEF_NOARGS; *pp != NULL; pp++) {
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1446 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()
/trunk/main/
H A Dconfig.sub1736 | mpw* | magic* | mmixware* | mon960* | lnews* \
/trunk/main/toolkit/doc/layout/
H A DTODO104 *** Remove magic constants
/trunk/main/rhino/
H A Drhino1_7R3.patch435 * Serializable magic number.
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m626 /* we check the magic */
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch2175 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch3961 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)

Completed in 95 milliseconds