Home
last modified time | relevance | path

Searched refs:aNote (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx174 ScAccNote aNote; in AddNotes() local
185 aNote.maNoteCell.Format( aNote.maNoteText, SCA_VALID, NULL ); in AddNotes()
191aNote.mpTextHelper = CreateTextHelper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMa… in AddNotes()
193 aNote.mnParaCount = aNote.mpTextHelper->GetChildCount(); in AddNotes()
348 ScAccNote aNote; in CheckChanges() local
362 aNote.maNoteCell.Format( aNote.maNoteText, SCA_VALID, NULL ); in CheckChanges()
380 aNote.mpTextHelper->SetOffset(aNote.maRect.TopLeft()); in CheckChanges()
388aNote.mpTextHelper = CreateTextHelper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMa… in CheckChanges()
390 aNote.mnParaCount = aNote.mpTextHelper->GetChildCount(); in CheckChanges()
404aNote.mpTextHelper = CreateTextHelper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMa… in CheckChanges()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx149 ScMyNoteShape aNote; in AddNoteObj() local
150 aNote.xShape = xShape; in AddNoteObj()
151 aNote.aPos = rPos; in AddNoteObj()
152 pNoteShapes->AddNewNote(aNote); in AddNoteObj()
H A DXMLExportIterator.cxx138 sal_Bool ScMyNoteShape::operator<(const ScMyNoteShape& aNote) const in operator <()
140 if( aPos.Tab() != aNote.aPos.Tab() ) in operator <()
141 return (aPos.Tab() < aNote.aPos.Tab()); in operator <()
142 else if( aPos.Row() != aNote.aPos.Row() ) in operator <()
143 return (aPos.Row() < aNote.aPos.Row()); in operator <()
145 return (aPos.Col() < aNote.aPos.Col()); in operator <()
157 void ScMyNoteShapesContainer::AddNewNote( const ScMyNoteShape& aNote ) in AddNewNote() argument
159 aNoteShapeList.push_back(aNote); in AddNewNote()
H A DXMLExportIterator.hxx100 sal_Bool operator<(const ScMyNoteShape& aNote) const;
116 void AddNewNote(const ScMyNoteShape& aNote);
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx220 aNote.SetItemSet( *pDoc, pCaption->GetMergedItemSet() ); in StopDragMode()
228 aNote.SetItemSet( *pDoc, pCaption->GetMergedItemSet() ); in StopDragMode()
231 pViewShell->SetNote( aTabPos.Col(), aTabPos.Row(), aTabPos.Tab(), aNote ); in StopDragMode()
/trunk/main/sw/source/ui/misc/
H A Dinsfnote.cxx69 SwFmtFtn aNote( aEndNoteBtn.IsChecked() ); in Apply() local
70 aNote.SetNumStr( aStr ); in Apply()
72 if( rSh.SetCurFtn( aNote ) && bExtCharAvailable ) in Apply()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1612 vcl::PDFNote aNote; in EnhancedPDFExport() local
1629 aNote.Title = sTitle; in EnhancedPDFExport()
1631 aNote.Contents = pField->GetContent(); in EnhancedPDFExport()
1634 … pPDFExtOutDevData->CreateNote( rNoteRect.SVRect(), aNote, nNotePageNum ); in EnhancedPDFExport()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx2296 vcl::PDFNote aNote; in AddPDFNotes() local
2297 aNote.Title = aTitle; in AddPDFNotes()
2298 aNote.Contents = aContent; in AddPDFNotes()
2299 pPDFData->CreateNote( aNoteRect, aNote ); in AddPDFNotes()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1617 vcl::PDFNote aNote; in ImplPDFExportComments() local
1621 aNote.Title = sTitle; in ImplPDFExportComments()
1622 aNote.Contents = xText->getString(); in ImplPDFExportComments()
1624 static_cast< long >( aRealPoint2D.Y * 100 ) ), Size( 1000, 1000 ) ), aNote ); in ImplPDFExportComments()
/trunk/main/xmloff/source/text/
H A Dtxtftne.cxx191 SvXMLElementExport aNote(GetExport(), XML_NAMESPACE_TEXT, in exportTextFootnoteHelper() local
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx147 PDFNote aNote; in doTestCode() local
148 aNote.Title = String( RTL_CONSTASCII_USTRINGPARAM( "A small test note" ) ); in doTestCode()
149aNote.Contents = String( RTL_CONSTASCII_USTRINGPARAM( "There is no business like show business lik… in doTestCode()
150 … aWriter.CreateNote( Rectangle( Point( aRect.Right(), aRect.Top() ), Size( 6000, 3000 ) ), aNote ); in doTestCode()

Completed in 121 milliseconds