Home
last modified time | relevance | path

Searched defs:GlobalSyncData (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx83 struct SAL_DLLPRIVATE GlobalSyncData struct
85 std::deque< PDFExtOutDevDataSync::Action > mActions;
86 std::deque< MapMode > mParaMapModes;
87 std::deque< Rectangle > mParaRects;
88 std::deque< sal_Int32 > mParaInts;
89 std::deque< sal_uInt32 > mParauInts;
90 std::deque< rtl::OUString > mParaOUStrings;
91 std::deque< PDFWriter::DestAreaType > mParaDestAreaTypes;
92 std::deque< PDFNote > mParaPDFNotes;
93 std::deque< PDFWriter::PageTransition > mParaPageTransitions;
[all …]