Lines Matching refs:sal_Int32

103     typedef std::map< rtl::OString, sal_Int32 > ResourceMap;
112 void append( rtl::OStringBuffer&, sal_Int32 nFontDictObject );
118 sal_Int32 m_nPageWidth; // in inch/72
119 sal_Int32 m_nPageHeight; // in inch/72
121 sal_Int32 m_nPageObject;
122 sal_Int32 m_nPageIndex;
123 std::vector<sal_Int32> m_aStreamObjects;
124 sal_Int32 m_nStreamLengthObject;
126 std::vector<sal_Int32> m_aAnnotations;
127 std::vector<sal_Int32> m_aMCIDParents;
133 …PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati…
138 bool emit( sal_Int32 nParentPage );
166 …void appendMappedLength( sal_Int32 nLength, rtl::OStringBuffer& rBuffer, bool bVertical = true, sa…
168 …gth, rtl::OStringBuffer& rBuffer, bool bVertical = true, sal_Int32* pOutLength = NULL, sal_Int32 n…
174 …void appendWaveLine( sal_Int32 nLength, sal_Int32 nYOffset, sal_Int32 nDelta, rtl::OStringBuffer& …
176sal_Int32 getWidth() const { return m_nPageWidth ? m_nPageWidth : m_pWriter->m_nInheritedPageWidth… in getWidth()
177sal_Int32 getHeight() const { return m_nPageHeight ? m_nPageHeight : m_pWriter->m_nInheritedPageHe… in getHeight()
185 sal_Int32 m_nSize;
186 sal_Int32 m_nChecksum;
187 sal_Int32 m_nMaskChecksum;
213 sal_Int32 m_nObject;
224 sal_Int32 m_nObject;
235 sal_Int32 m_nObject;
241 sal_Int32 m_nObject;
257 sal_Int32 m_nObject;
258 sal_Int32 m_nExtGStateObject;
283 sal_Int32 m_nUnicodes;
284 sal_Int32 m_nMaxUnicodes;
318 sal_Int32 countCodes() const { return m_nUnicodes; } in countCodes()
319 sal_Ucs getCode( sal_Int32 i_nIndex ) const in getCode()
330 sal_Int32 m_nFontID;
333 FontEmit( sal_Int32 nID ) : m_nFontID( nID ) {} in FontEmit()
338 sal_Int32 m_nFontID;
355 sal_Int32 m_nFontID;
361 sal_Int32 m_nNormalFontID;
370 sal_Int32 m_nPage;
379 sal_Int32 m_nPage;
387 sal_Int32 m_nParentID;
388 sal_Int32 m_nObject;
389 sal_Int32 m_nParentObject;
390 sal_Int32 m_nNextObject;
391 sal_Int32 m_nPrevObject;
392 std::vector< sal_Int32 > m_aChildren;
394 sal_Int32 m_nDestID;
408 sal_Int32 m_nObject;
410 sal_Int32 m_nPage;
420 sal_Int32 m_nDest; // set to -1 for URL, to a dest else
422 sal_Int32 m_nStructParent; // struct parent entry
457 sal_Int32 m_nFlags;
458 sal_Int32 m_nParent; // if not 0, parent's object number
459 std::vector<sal_Int32> m_aKids; // widget children, contains object numbers
460 std::vector<sal_Int32> m_aKidsIndex; // widget children, contains index to m_aWidgets
462 sal_Int32 m_nTabOrder; // lowest number gets first in tab order
463 sal_Int32 m_nRadioGroup;
464 sal_Int32 m_nMaxLen;
467 sal_Int32 m_nDest;
469 std::vector<sal_Int32> m_aSelectedEntries;
487 sal_Int32 nValue;
499 PDFStructureAttribute( sal_Int32 nVal ) in PDFStructureAttribute()
509 sal_Int32 nObject; // an object number if nMCID is -1,
511 sal_Int32 nMCID; // an MCID if >= 0
513 PDFStructureElementKid( sal_Int32 nObj ) : nObject( nObj ), nMCID( -1 ) {} in PDFStructureElementKid()
514 … PDFStructureElementKid( sal_Int32 MCID, sal_Int32 nPage ) : nObject( nPage ), nMCID( MCID ) {} in PDFStructureElementKid()
519 sal_Int32 m_nObject;
522 sal_Int32 m_nOwnElement; // index into structure vector
523 sal_Int32 m_nParentElement; // index into structure vector
524 sal_Int32 m_nFirstPageObject;
526 std::list< sal_Int32 > m_aChildren; // indexes into structure vector
553 sal_Int32 m_nStreamObject;
564 sal_Int32 m_nNativeWidth;
565 sal_Int32 m_nGlyphId;
566 sal_Int32 m_nMappedFontId;
570 sal_Int32 nNativeWidth, in PDFGlyph()
571 sal_Int32 nGlyphId, in PDFGlyph()
572 sal_Int32 nFontId, in PDFGlyph()
614 ::std::map< sal_Int32, sal_Int32 > m_aDestinationIdTranslation;
625 std::map<sal_Int32, sal_Int32> m_aLinkPropertyMap;
638 sal_Int32 m_nCurrentStructElement;
653 std::map< sal_Int32, sal_Int32 > m_aRadioGroupWidgets;
655 sal_Int32 m_nCurrentControl;
657 std::hash_map< rtl::OString, sal_Int32, rtl::OStringHash > m_aFieldNameMap;
670 sal_Int32 m_nNextFID;
673 sal_Int32 m_nInheritedPageWidth; // in inch/72
674 sal_Int32 m_nInheritedPageHeight; // in inch/72
676 sal_Int32 m_nCurrentPage;
678 sal_Int32 m_nCatalogObject;
679 sal_Int32 m_nResourceDict;
681 sal_Int32 m_nFontDictObject;
682 std::map< sal_Int32, sal_Int32 > m_aBuiltinFontToObjectMap;
712 sal_Int32 m_nAntiAlias;
713 sal_Int32 m_nLayoutMode;
715 sal_Int32 m_nTransparentPercent;
804 sal_Int32 m_nKeyLength; // key length, 16 or 5
805 sal_Int32 m_nRC4KeyLength; // key length, 16 or 10, to be input to the algorith 3.1
811 sal_Int32 m_nAccessPermissions;
819 sal_Int32 m_nEncryptionBufferSize;
822 sal_Bool checkEncryptionBufferSize( sal_Int32 newSize );
824 void checkAndEnableStreamEncryption( sal_Int32 nObject );
829 void enableStringEncryption( sal_Int32 nObject );
832 …void appendUnicodeTextStringEncrypt( const rtl::OUString& rInString, const sal_Int32 nInObjectNumb…
834 …void appendLiteralStringEncrypt( const rtl::OUString& rInString, const sal_Int32 nInObjectNumber, …
835 …void appendLiteralStringEncrypt( const rtl::OString& rInString, const sal_Int32 nInObjectNumber, r…
836 …void appendLiteralStringEncrypt( rtl::OStringBuffer& rInString, const sal_Int32 nInObjectNumber, r…
839 …al_GlyphId* pGlyphs, sal_Int32* pGlpyhWidths, sal_Ucs* pUnicodes, sal_Int32* pUnicodesPerGlyph, sa…
843 …et, const Matrix3& rRotScale, double fAngle, double fXScale, double fSkew, sal_Int32 nFontHeight );
844 … rAlignOffset, double fAngle, double fXScale, double fSkew, sal_Int32 nFontHeight, sal_Int32 nPixe…
873 sal_Int32 createGradient( const Gradient& rGradient, const Size& rSize );
880 sal_Int32 emitBuiltinFont( const ImplFontData*, sal_Int32 nObject = -1 );
882 std::map< sal_Int32, sal_Int32 > emitEmbeddedFont( const ImplFontData*, EmbedFont& );
884 std::map< sal_Int32, sal_Int32 > emitSystemFont( const ImplFontData*, EmbedFont& );
886sal_Int32 emitFontDescriptor( const ImplFontData*, FontSubsetInfo&, sal_Int32 nSubsetID, sal_Int32
888sal_Int32 createToUnicodeCMap( sal_uInt8* pEncoding, sal_Ucs* pUnicodes, sal_Int32* pUnicodesPerGl…
891 sal_Int32 getResourceDictObj() in getResourceDictObj()
898 sal_Int32 getFontDictObject() in getFontDictObject()
905 void pushResource( ResourceKind eKind, const rtl::OString& rResource, sal_Int32 nObject );
915 sal_Int32 emitResources();
917 bool appendDest( sal_Int32 nDestID, rtl::OStringBuffer& rBuffer );
931 sal_Int32 emitDestDict();
933 sal_Int32 emitNamedDestinations();//i56629
935 sal_Int32 emitOutline();
946 sal_Int32 emitStructure( PDFStructureElement& rEle );
948 sal_Int32 emitStructParentTree( sal_Int32 nTreeObject );
956 sal_Int32 emitInfoDict( );
964 sal_Int32 updateOutlineItemCount( std::vector< sal_Int32 >& rCounts,
965 sal_Int32 nItemLevel,
966 sal_Int32 nCurrentItemId );
968 sal_Int32 findRadioGroupWidget( const PDFWriter::RadioButtonWidget& rRadio );
970 sal_Int32 getBestBuiltinFont( const Font& rFont );
971 sal_Int32 getSystemFont( const Font& i_rFont );
983 … void createWidgetFieldName( sal_Int32 i_nWidgetsIndex, const PDFWriter::AnyWidget& i_rInWidget );
987 sal_Int32 createObject();
990 bool updateObject( sal_Int32 n );
1030 sal_Int32 i_nAccessPermissions
1035 sal_Int32 i_nKeyLength
1040 sal_Int32 i_nKeyLength,
1041 sal_Int32 i_nAccessPermissions
1049 …static sal_Int32 computeAccessPermissions( const vcl::PDFWriter::PDFEncryptionProperties& i_rPrope…
1050 sal_Int32& o_rKeyLength, sal_Int32& o_rRC4KeyLength );
1094sal_Int32 newPage( sal_Int32 nPageWidth , sal_Int32 nPageHeight, PDFWriter::Orientation eOrientati…
1103 if( m_nCurrentPage >= 0 && m_nCurrentPage < (sal_Int32)m_aPages.size() ) in getCurPageSize()
1189 void moveClipRegion( sal_Int32 nX, sal_Int32 nY );
1195 void setLayoutMode( sal_Int32 nLayoutMode ) in setLayoutMode()
1213 void setAntiAlias( sal_Int32 nAntiAlias ) in setAntiAlias()
1221 …void drawTextArray( const Point& rPos, const String& rText, const sal_Int32* pDXArray = NULL, xub_…
1239 …void drawWaveLine( const Point& rStart, const Point& rStop, sal_Int32 nDelta, sal_Int32 nLineWidth…
1263 sal_Int32 endPattern( const SvtGraphicFill::Transform& rTransform );
1264 void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill );
1269sal_Int32 createNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPage…
1273 sal_Int32 emitOutputIntent();
1276 sal_Int32 emitDocumentMetadata();
1279 sal_Int32 createLink( const Rectangle& rRect, sal_Int32 nPageNr = -1 );
1280sal_Int32 createDest( const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eTyp…
1281sal_Int32 registerDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr = -1…
1282 sal_Int32 setLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId );
1283 sal_Int32 setLinkURL( sal_Int32 nLinkId, const rtl::OUString& rURL );
1284 void setLinkPropertyId( sal_Int32 nLinkId, sal_Int32 nPropertyId );
1287sal_Int32 createOutlineItem( sal_Int32 nParent = 0, const rtl::OUString& rText = rtl::OUString(),
1288 sal_Int32 setOutlineItemParent( sal_Int32 nItem, sal_Int32 nNewParent );
1289 sal_Int32 setOutlineItemText( sal_Int32 nItem, const rtl::OUString& rText );
1290 sal_Int32 setOutlineItemDest( sal_Int32 nItem, sal_Int32 nDestID );
1293 void createNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
1295 sal_Int32 beginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias );
1297 bool setCurrentStructureElement( sal_Int32 nElement );
1298 sal_Int32 getCurrentStructureElement();
1300 bool setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
1306 void setAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr = -1 );
1307 …void setPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr =…
1310 sal_Int32 createControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr = -1 );
1311 void beginControlAppearance( sal_Int32 nControl );