Home
last modified time | relevance | path

Searched refs:xAnnotation (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx160 if( xAnnotation.is() ) in getAnnotationDateTimeString()
357 if( !xAnnotation.is() ) in ExecuteDeleteAnnotation()
437 xAnnotation->setPosition( aPos ); in InsertAnnotation()
451 Reference< XAnnotation > xAnnotation; in ExecuteReplyToAnnotation() local
523 if( xAnnotation.is() && pPage ) in DeleteAnnotation()
611 Reference< XAnnotation > xAnnotation; in GetAnnotationState() local
612 GetSelectedAnnotation( xAnnotation ); in GetAnnotationState()
614 if( !xAnnotation.is() || bReadOnly ) in GetAnnotationState()
777 mxSelectedAnnotation = xAnnotation; in SelectAnnotation()
795 xAnnotation = mxSelectedAnnotation; in GetSelectedAnnotation()
[all …]
H A Dannotationwindow.cxx560 TextApiObject* getTextApiObject( const Reference< XAnnotation >& xAnnotation ) in getTextApiObject() argument
562 if( xAnnotation.is() ) in getTextApiObject()
564 Reference< XText > xText( xAnnotation->getTextRange() ); in getTextApiObject()
574 if( (xAnnotation != mxAnnotation) && xAnnotation.is() ) in setAnnotation()
576 mxAnnotation = xAnnotation; in setAnnotation()
581 mbProtected = aUserOptions.GetFullName() != xAnnotation->getAuthor(); in setAnnotation()
598 OUString sMeta( xAnnotation->getAuthor() ); in setAnnotation()
599 OUString sDateTime( getAnnotationDateTimeString(xAnnotation) ); in setAnnotation()
662 Reference< XAnnotation > xAnnotation( mxAnnotation ); in Deactivate() local
667 TextApiObject* pTextApi = getTextApiObject( xAnnotation ); in Deactivate()
[all …]
H A Dannotationmanagerimpl.hxx78 …om::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > xAnnotation, bool bEdit = s…
79 …notation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation );
82 …nnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > xAnnotation );
86 …om::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > xAnnotation, ::Window* pPar…
99 …HelpText( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation );
H A Dannotationtag.cxx173 …AnnotationHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnotation, const P…
188 …ionHdl( const SmartTagReference& xTag, const Reference< XAnnotation >& xAnnotation, const Point& r… in AnnotationHdl() argument
190 , mxAnnotation( xAnnotation ) in AnnotationHdl()
306 …agerImpl& rManager, ::sd::View& rView, const Reference< XAnnotation >& xAnnotation, Color& rColor,… in AnnotationTag() argument
309 , mxAnnotation( xAnnotation ) in AnnotationTag()
H A Dannotationtag.hxx43 …d::View& rView, const css::uno::Reference< css::office::XAnnotation >& xAnnotation, Color& rColor,…
H A Dannotationwindow.hxx120 …m::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation, bool bGrabFocu…
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx141 m_Position = xAnnotation->getPosition(); in get()
142 m_Size = xAnnotation->getSize(); in get()
143 m_Author = xAnnotation->getAuthor(); in get()
149 xAnnotation->setPosition(m_Position); in set()
150 xAnnotation->setSize(m_Size); in set()
151 xAnnotation->setAuthor(m_Author); in set()
152 xAnnotation->setDateTime(m_DateTime); in set()
174 pPage->addAnnotation(xAnnotation); in createAnnotation()
376 if( (*iter) == xAnnotation ) in UndoInsertOrRemoveAnnotation()
393 pPage->removeAnnotation( xAnnotation ); in Undo()
[all …]
/trunk/main/sd/source/core/
H A Dsdpage2.cxx572 extern void createAnnotation( Reference< XAnnotation >& xAnnotation, SdPage* pPage );
578 sd::createAnnotation( xAnnotation, this ); in createAnnotation()
581 void SdPage::addAnnotation( const Reference< XAnnotation >& xAnnotation, int nIndex ) in addAnnotation() argument
585 maAnnotations.push_back( xAnnotation ); in addAnnotation()
589 maAnnotations.insert( maAnnotations.begin() + nIndex, xAnnotation ); in addAnnotation()
594 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, true ); in addAnnotation()
604 Reference< XInterface > xSource( xAnnotation, UNO_QUERY ); in addAnnotation()
609 void SdPage::removeAnnotation( const Reference< XAnnotation >& xAnnotation ) in removeAnnotation() argument
613 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, false ); in removeAnnotation()
618 …tationVector::iterator iter = std::find( maAnnotations.begin(), maAnnotations.end(), xAnnotation ); in removeAnnotation()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java190 XSheetAnnotation xAnnotation = xAnnotAnchor.getAnnotation(); in testShowHideComments() local
193 xAnnotation.setIsVisible(true); in testShowHideComments()
198 assertTrue("Verify annotation is visible in cell B2.",xAnnotation.getIsVisible()); in testShowHideComments()
201 xAnnotation.setIsVisible(false); in testShowHideComments()
204 assertFalse("Verify annotation is invisible in cell B2.",xAnnotation.getIsVisible()); in testShowHideComments()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx751 aCell.xAnnotation.set(aItr->xAnnotation); in HasAnnotation()
752 uno::Reference<text::XSimpleText> xSimpleText(aCell.xAnnotation, uno::UNO_QUERY); in HasAnnotation()
753 if (aCell.xAnnotation.is() && xSimpleText.is()) in HasAnnotation()
796 aAnnotation.xAnnotation.set(xAnnotations->nextElement(), uno::UNO_QUERY); in SetCurrentTable()
797 if (aAnnotation.xAnnotation.is()) in SetCurrentTable()
799 aAnnotation.aCellAddress = aAnnotation.xAnnotation->getPosition(); in SetCurrentTable()
H A DXMLExportIterator.hxx296 com::sun::star::uno::Reference<com::sun::star::sheet::XSheetAnnotation> xAnnotation; member
346 com::sun::star::uno::Reference<com::sun::star::sheet::XSheetAnnotation> xAnnotation; member
H A Dxmlexprt.cxx3322 …NoteShape.is() && pCurrentCell->xNoteShape.get() == xShape.get() && pCurrentCell->xAnnotation.is()) in exportAnnotationMeta()
3324 rtl::OUString sAuthor(pCurrentCell->xAnnotation->getAuthor()); in exportAnnotationMeta()
3333 String aDate(pCurrentCell->xAnnotation->getDate()); in exportAnnotationMeta()
3368 if( rMyCell.bHasAnnotation && rMyCell.xAnnotation.is()) in WriteAnnotation()
3411 if (rMyCell.xAnnotation->getIsVisible()) in WriteAnnotation()
/trunk/main/sd/inc/
H A Dsdpage.hxx392 …notation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation );
393 …m::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation, int nIndex = -…
394 …on( const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation );
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2798 … Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in collectAnnotationAutoStyles() local
2799 Reference< XText > xText( xAnnotation->getTextRange() ); in collectAnnotationAutoStyles()
2826 … Reference< XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement(), UNO_QUERY_THROW ); in exportAnnotations() local
2828 RealPoint2D aPosition( xAnnotation->getPosition() ); in exportAnnotations()
2836 RealSize2D aSize( xAnnotation->getSize() ); in exportAnnotations()
2850 OUString aAuthor( xAnnotation->getAuthor() ); in exportAnnotations()
2859 DateTime aDate( xAnnotation->getDateTime() ); in exportAnnotations()
2865 …com::sun::star::uno::Reference < com::sun::star::text::XText > xText( xAnnotation->getTextRange() … in exportAnnotations()
/trunk/main/sc/workben/
H A Dtest.cxx433 XSheetAnnotationRef xAnnotation = xAnchor->getAnnotation(); in lcl_Annotations() local
434 if ( xAnnotation ) in lcl_Annotations()
436 String aBlubb = OUStringToString( xAnnotation->getAuthor(), CHARSET_SYSTEM )+ in lcl_Annotations()
438 OUStringToString( xAnnotation->getDate(), CHARSET_SYSTEM ); in lcl_Annotations()
442 (XText*)xAnnotation->queryInterface(XText::getSmartUik()); in lcl_Annotations()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1157 uno::Reference< office::XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement() ); in ImplExportComments() local
1159 geometry::RealPoint2D aRealPoint2D( xAnnotation->getPosition() ); in ImplExportComments()
1164 rtl::OUString sAuthor( xAnnotation->getAuthor() ); in ImplExportComments()
1165 uno::Reference< text::XText > xText( xAnnotation->getTextRange() ); in ImplExportComments()
1168 util::DateTime aDateTime( xAnnotation->getDateTime() ); in ImplExportComments()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1606 uno::Reference< office::XAnnotation > xAnnotation( xAnnotationEnumeration->nextElement() ); in ImplPDFExportComments() local
1608 geometry::RealPoint2D aRealPoint2D( xAnnotation->getPosition() ); in ImplPDFExportComments()
1609 uno::Reference< text::XText > xText( xAnnotation->getTextRange() ); in ImplPDFExportComments()
1611 util::DateTime aDateTime( xAnnotation->getDateTime() ); in ImplPDFExportComments()
1618 String sTitle( xAnnotation->getAuthor() ); in ImplPDFExportComments()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java288 com.sun.star.sheet.XSheetAnnotation xAnnotation = xAnnotAnchor.getAnnotation(); in doCellSamples() local
289 xAnnotation.setIsVisible( true ); in doCellSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs174 unoidl.com.sun.star.sheet.XSheetAnnotation xAnnotation = in doCellSamples()
176 xAnnotation.setIsVisible( true ); in doCellSamples()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3593 uno::Reference<sheet::XSheetAnnotation> xAnnotation(GetObjectByIndex_Impl(nIndex)); in getByIndex() local
3594 if (xAnnotation.is()) in getByIndex()
3595 return uno::makeAny(xAnnotation); in getByIndex()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2920 …uno::Reference< office::XAnnotation > xAnnotation( xAnnotationAccess->createAndInsertAnnotation() … in ImportComment10() local
2921 xAnnotation->setPosition( geometry::RealPoint2D( aPosition.X() / 100.0, aPosition.Y() / 100.0 ) ); in ImportComment10()
2922 xAnnotation->setAuthor( sAuthor ); in ImportComment10()
2923 xAnnotation->setDateTime( aDateTime ); in ImportComment10()
2924 uno::Reference< text::XText > xText( xAnnotation->getTextRange() ); in ImportComment10()

Completed in 205 milliseconds