Home
last modified time | relevance | path

Searched refs:CreateNote (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx53 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 Dpdfwriter.cxx469 void PDFWriter::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote() function in PDFWriter
H A Dpdfwriter_impl.cxx150 … aWriter.CreateNote( Rectangle( Point( aRect.Right(), aRect.Top() ), Size( 6000, 3000 ) ), aNote ); in doTestCode()
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx371 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
H A Dpdfwriter.hxx1093 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1634 … pPDFExtOutDevData->CreateNote( rNoteRect.SVRect(), aNote, nNotePageNum ); in EnhancedPDFExport()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx2299 pPDFData->CreateNote( aNoteRect, aNote ); in AddPDFNotes()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1623 rPDFExtOutDevData.CreateNote( Rectangle( Point( static_cast< long >( aRealPoint2D.X * 100 ), in ImplPDFExportComments()

Completed in 160 milliseconds