LibreOffice Module vcl (master) 1
|
Enumerations | |
enum class | GraphicsStateUpdateFlags { Font = 0x0001 , MapMode = 0x0002 , LineColor = 0x0004 , FillColor = 0x0008 , ClipRegion = 0x0040 , LayoutMode = 0x0100 , TransparentPercent = 0x0200 , DigitLanguage = 0x0400 , All = 0x077f } |
enum class | Mode { DEFAULT , NOWRITE } |
enum class | ResourceKind { XObject , ExtGState , Shading , Pattern } |
enum class | PDFTextMarkerType { Highlight , Underline , Squiggly , StrikeOut } |
enum class | PDFAnnotationSubType { Unknown = 0 , Text = 1 , Link = 2 , FreeText = 3 , Line = 4 , Square = 5 , Circle = 6 , Polygon = 7 , Polyline = 8 , Highlight = 9 , Underline = 10 , Squiggly = 11 , Strikeout = 12 , Stamp = 13 , Caret = 14 , Ink = 15 , Popup = 16 , FileAttachment = 17 , Sound = 18 , Movie = 19 , Widget = 20 , Screen = 21 , Printermark = 22 , Trapnet = 23 , Watermark = 24 , Threed = 25 , Richmedia = 26 , XFAWidget = 27 , Redact = 28 } |
enum class | PDFBitmapType { Unknown = 0 , Gray = 1 , BGR = 2 , BGRx = 3 , BGRA = 4 } |
enum class | PDFErrorType { Success = 0 , Unknown = 1 , File = 2 , Format = 3 , Password = 4 , Security = 5 , Page = 6 } |
enum class | PDFFillMode { None = 0 , Alternate = 1 , Winding = 2 } |
enum class | PDFFindFlags : sal_uInt32 { MatchCase = 0x00000001 , MatchWholeWord = 0x00000002 , Consecutive = 0x00000004 } |
enum class | PDFObjectType { Unknown = 0 , Boolean = 1 , Number = 2 , String = 3 , Name = 4 , Array = 5 , Dictionary = 6 , Stream = 7 , Nullobj = 8 , Reference = 9 } |
enum class | PDFPageObjectType { Unknown = 0 , Text = 1 , Path = 2 , Image = 3 , Shading = 4 , Form = 5 } |
enum class | PDFSegmentType { Unknown = -1 , Lineto = 0 , Bezierto = 1 , Moveto = 2 } |
enum class | PDFTextRenderMode { Unknown = -1 , Fill = 0 , Stroke = 1 , FillStroke = 2 , Invisible = 3 , FillClip = 4 , StrokeClip = 5 , FillStrokeClip = 6 , Clip = 7 } |
Functions | |
double | getDefaultPdfResolutionDpi () |
Get the default PDF rendering resolution in DPI. More... | |
OUString | convertPdfDateToISO8601 (OUString const &rInput) |
Variables | |
constexpr sal_Int32 | g_nInheritedPageWidth = 595 |
constexpr sal_Int32 | g_nInheritedPageHeight = 842 |
constexpr OStringLiteral | constDictionaryKeyTitle = "T" |
constexpr OStringLiteral | constDictionaryKeyContents = "Contents" |
constexpr OStringLiteral | constDictionaryKeyPopup = "Popup" |
constexpr OStringLiteral | constDictionaryKeyModificationDate = "M" |
constexpr OStringLiteral | constDictionaryKeyInteriorColor = "IC" |
|
strong |
Enumerator | |
---|---|
Font | |
MapMode | |
LineColor | |
FillColor | |
ClipRegion | |
LayoutMode | |
TransparentPercent | |
DigitLanguage | |
All |
Definition at line 83 of file pdfwriter_impl.hxx.
|
strong |
Enumerator | |
---|---|
DEFAULT | |
NOWRITE |
Definition at line 638 of file pdfwriter_impl.hxx.
|
strong |
Definition at line 15 of file PDFAnnotationSubType.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Gray | |
BGR | |
BGRx | |
BGRA |
Definition at line 15 of file PDFBitmapType.hxx.
|
strong |
Enumerator | |
---|---|
Success | |
Unknown | |
File | |
Format | |
Password | |
Security | |
Page |
Definition at line 15 of file PDFErrorType.hxx.
|
strong |
Enumerator | |
---|---|
None | |
Alternate | |
Winding |
Definition at line 15 of file PDFFillMode.hxx.
|
strong |
Enumerator | |
---|---|
MatchCase | |
MatchWholeWord | |
Consecutive |
Definition at line 18 of file PDFFindFlags.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Boolean | |
Number | |
String | |
Name | |
Array | |
Dictionary | |
Stream | |
Nullobj | |
Reference |
Definition at line 15 of file PDFObjectType.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Text | |
Path | |
Image | |
Shading | |
Form |
Definition at line 15 of file PDFPageObjectType.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Lineto | |
Bezierto | |
Moveto |
Definition at line 15 of file PDFSegmentType.hxx.
|
strong |
Enumerator | |
---|---|
Highlight | |
Underline | |
Squiggly | |
StrikeOut |
Definition at line 56 of file PDFAnnotationMarker.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Fill | |
Stroke | |
FillStroke | |
Invisible | |
FillClip | |
StrokeClip | |
FillStrokeClip | |
Clip |
Definition at line 15 of file PDFTextRenderMode.hxx.
|
strong |
Enumerator | |
---|---|
XObject | |
ExtGState | |
Shading | |
Pattern |
Definition at line 19 of file ResourceDict.hxx.
VCL_DLLPUBLIC OUString vcl::pdf::convertPdfDateToISO8601 | ( | OUString const & | rInput | ) |
Definition at line 15 of file PDFiumTools.cxx.
double vcl::pdf::getDefaultPdfResolutionDpi | ( | ) |
Get the default PDF rendering resolution in DPI.
Definition at line 20 of file PdfConfig.cxx.
References Application::GetDefaultDevice(), and OutputDevice::GetDPIX().
Referenced by vcl::RenderPDFBitmaps(), and vcl::PDFWriterImpl::writeReferenceXObject().
|
inlineconstexpr |
Definition at line 42 of file PDFiumLibrary.hxx.
|
inlineconstexpr |
Definition at line 45 of file PDFiumLibrary.hxx.
|
inlineconstexpr |
Definition at line 44 of file PDFiumLibrary.hxx.
|
inlineconstexpr |
Definition at line 43 of file PDFiumLibrary.hxx.
|
inlineconstexpr |
Definition at line 41 of file PDFiumLibrary.hxx.
|
constexpr |
Definition at line 116 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitCatalog(), and vcl::pdf::PDFPage::getHeight().
|
constexpr |
Definition at line 115 of file pdfwriter_impl.hxx.
Referenced by vcl::PDFWriterImpl::emitCatalog().