Home
last modified time | relevance | path

Searched refs:HPDF_HIDE_TOOLBAR (Results 1 – 13 of 13) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_catalog.c264 if (value & HPDF_HIDE_TOOLBAR) { in HPDF_Catalog_SetViewerPreference()
352 value += HPDF_HIDE_TOOLBAR; in HPDF_Catalog_GetViewerPreference()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_catalog.c264 if (value & HPDF_HIDE_TOOLBAR) { in HPDF_Catalog_SetViewerPreference()
352 value += HPDF_HIDE_TOOLBAR; in HPDF_Catalog_GetViewerPreference()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_catalog.c264 if (value & HPDF_HIDE_TOOLBAR) { in HPDF_Catalog_SetViewerPreference()
352 value += HPDF_HIDE_TOOLBAR; in HPDF_Catalog_GetViewerPreference()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf_consts.pas97 HPDF_HIDE_TOOLBAR = 1;
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf_consts.bas100 Public Const HPDF_HIDE_TOOLBAR = 1
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf_consts.h98 #define HPDF_HIDE_TOOLBAR 1 macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf_consts.py100 HPDF_HIDE_TOOLBAR =1 variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_consts.h98 #define HPDF_HIDE_TOOLBAR 1 macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_consts.h98 #define HPDF_HIDE_TOOLBAR 1 macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf_consts.bi53 #define HPDF_HIDE_TOOLBAR 1
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs326 public const uint HPDF_HIDE_TOOLBAR = 1; field in HPdf.HPdfDoc
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb278 Public Const HPDF_HIDE_TOOLBAR As UInt32 = 1
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c3655 rb_define_const(rb_cHPDFDoc, "HPDF_HIDE_TOOLBAR", INT2FIX(HPDF_HIDE_TOOLBAR)); in Init_hpdf()