Searched refs:CreateNote (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfextoutdevdata.cxx | 53 CreateNote, enumerator 252 case PDFExtOutDevDataSync::CreateNote : in PlayGlobalActions() 256 rWriter.CreateNote( mParaRects.front(), mParaPDFNotes.front(), mParaInts.front() ); in PlayGlobalActions() 490 case PDFExtOutDevDataSync::CreateNote: in PlaySyncPageAct() 735 void PDFExtOutDevData::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote() function in vcl::PDFExtOutDevData 737 mpGlobalSyncData->mActions.push_back( PDFExtOutDevDataSync::CreateNote ); in CreateNote()
|
H A D | pdfwriter.cxx | 469 void PDFWriter::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote() function in PDFWriter
|
H A D | pdfwriter_impl.cxx | 150 … aWriter.CreateNote( Rectangle( Point( aRect.Right(), aRect.Top() ), Size( 6000, 3000 ) ), aNote ); in doTestCode()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | pdfextoutdevdata.hxx | 371 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
|
H A D | pdfwriter.hxx | 1094 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
|
/aoo41x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1634 … pPDFExtOutDevData->CreateNote( rNoteRect.SVRect(), aNote, nNotePageNum ); in EnhancedPDFExport()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 2299 pPDFData->CreateNote( aNoteRect, aNote ); in AddPDFNotes()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1623 rPDFExtOutDevData.CreateNote( Rectangle( Point( static_cast< long >( aRealPoint2D.X * 100 ), in ImplPDFExportComments()
|
Completed in 493 milliseconds