Lines Matching refs:sal_Int32
53 sal_Int32 PDFWriter::NewPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, Orientation eOrientation… in NewPage()
97 const sal_Int32* pDXAry, in DrawTextArray()
357 ((PDFWriterImpl*)pImplementation)->setAntiAlias( (sal_Int32)nMode ); in SetAntialiasing()
362 ((PDFWriterImpl*)pImplementation)->setLayoutMode( (sal_Int32)nMode ); in SetLayoutMode()
415 sal_Int32 PDFWriter::CreateLink( const Rectangle& rRect, sal_Int32 nPageNr ) in CreateLink()
419 sal_Int32 PDFWriter::RegisterDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nP… in RegisterDestReference()
424 sal_Int32 PDFWriter::CreateNamedDest( const rtl::OUString& sDestName, const Rectangle& rRect, sal_I… in CreateNamedDest()
429 sal_Int32 PDFWriter::CreateDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType… in CreateDest()
434 sal_Int32 PDFWriter::SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ) in SetLinkDest()
439 sal_Int32 PDFWriter::SetLinkURL( sal_Int32 nLinkId, const rtl::OUString& rURL ) in SetLinkURL()
444 void PDFWriter::SetLinkPropertyID( sal_Int32 nLinkId, sal_Int32 nPropertyId ) in SetLinkPropertyID()
449 sal_Int32 PDFWriter::CreateOutlineItem( sal_Int32 nParent, const rtl::OUString& rText, sal_Int32 nD… in CreateOutlineItem()
454 sal_Int32 PDFWriter::SetOutlineItemParent( sal_Int32 nItem, sal_Int32 nNewParent ) in SetOutlineItemParent()
459 sal_Int32 PDFWriter::SetOutlineItemText( sal_Int32 nItem, const rtl::OUString& rText ) in SetOutlineItemText()
464 sal_Int32 PDFWriter::SetOutlineItemDest( sal_Int32 nItem, sal_Int32 nDest ) in SetOutlineItemDest()
469 void PDFWriter::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote()
474 sal_Int32 PDFWriter::BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rA… in BeginStructureElement()
484 bool PDFWriter::SetCurrentStructureElement( sal_Int32 nID ) in SetCurrentStructureElement()
489 sal_Int32 PDFWriter::GetCurrentStructureElement() in GetCurrentStructureElement()
499 bool PDFWriter::SetStructureAttributeNumerical( enum StructAttribute eAttr, sal_Int32 nValue ) in SetStructureAttributeNumerical()
519 void PDFWriter::SetAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr ) in SetAutoAdvanceTime()
524 void PDFWriter::SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32… in SetPageTransition()
529 sal_Int32 PDFWriter::CreateControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr ) in CreateControl()
548 sal_Int32 PDFWriter::EndPattern( const SvtGraphicFill::Transform& rTransform ) in EndPattern()
553 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill ) in DrawPolyPolygon()