Home
last modified time | relevance | path

Searched refs:getAuthor (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java147 assertTrue ("Author", "".equals(xDP2.getAuthor())); in check()
155 assertTrue ("Author", "".equals(xDP2.getAuthor())); in check()
184 assertTrue("Author", "Karl-Heinz Mustermann".equals(xDP.getAuthor())); in check()
249 assertTrue("setAuthor", str.equals(xDP.getAuthor())); in check()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx470 OUString sAuthor( xAnnotation->getAuthor() ); in ExecuteReplyToAnnotation()
553 if( xAnnotation->getAuthor() == sAuthor ) in DeleteAnnotationsByAuthor()
880 … Color aColor( GetColorLight( mpDoc->GetAnnotationAuthorIndex( xAnnotation->getAuthor() ) ) ); in CreateTags()
975 OUString sAuthor( xAnnotation->getAuthor() );
1011 OUString sAuthor( xAnnotation->getAuthor() ); in ExecuteAnnotationContextMenu()
H A Dannotationwindow.cxx581 mbProtected = aUserOptions.GetFullName() != xAnnotation->getAuthor(); in setAnnotation()
598 OUString sMeta( xAnnotation->getAuthor() ); in setAnnotation()
617 sal_uInt16 nAuthorIdx = mpDoc->GetAnnotationAuthorIndex( mxAnnotation->getAuthor() ); in SetColor()
H A Dannotationtag.cxx627 OUString sAuthor( getInitials( mxAnnotation->getAuthor() ) ); in CreateAnnotationBitmap()
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx88 virtual OUString SAL_CALL getAuthor() throw (RuntimeException);
143 m_Author = xAnnotation->getAuthor(); in get()
289 OUString SAL_CALL Annotation::getAuthor() throw (RuntimeException) in getAuthor() function in sd::Annotation
/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx116 ScVbaComment::getAuthor() throw (uno::RuntimeException) in getAuthor() function in ScVbaComment
118 return getAnnotation()->getAuthor(); in getAuthor()
H A Dvbacomment.hxx60 virtual rtl::OUString SAL_CALL getAuthor() throw (css::uno::RuntimeException);
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java153 assertEquals("Author should be "+ author, author, xDocPro2.getAuthor()); in testGeneralAuthor()
363 assertEquals("Author should be "+ author, author, xDocPro.getAuthor()); in testGeneralReset()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetAnnotationAnchor.java67 String author = anno.getAuthor(); in check_getAuthor()
H A D_XSheetAnnotation.java64 String author = oObj.getAuthor(); in _getAuthor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScAnnotationObj.csv12 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getAuthor()"
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetAnnotation.idl59 string getAuthor();
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx247 , m_Author( i_xDocProps->getAuthor() ) in SfxDocumentInfoItem()
301 , m_Author( rItem.getAuthor() ) in SfxDocumentInfoItem()
403 i_xDocProps->setAuthor(getAuthor()); in UpdateDocumentInfo()
1124 aCreateValFt.SetText( ConvertDateTime_Impl( pInfoItem->getAuthor(), in Reset()
/trunk/main/sc/inc/
H A Dnotesuno.hxx94 virtual ::rtl::OUString SAL_CALL getAuthor() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx202 rtl::OUString SAL_CALL ScAnnotationObj::getAuthor() throw(uno::RuntimeException) in getAuthor() function in ScAnnotationObj
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx53 i_xTarget->setAuthor(i_xSource->getAuthor()); in lcl_copyDocumentProperties()
/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx193 rGlobSect.SetStringValue( PROPID_AUTHOR, i_xDocProps->getAuthor() ); in SaveOlePropertySet()
H A Dobjuno.cxx757 if ( _pImp->m_xDocProps->getAuthor() != sTemp ) in setFastPropertyValue()
960 aValue <<= _pImp->m_xDocProps->getAuthor(); in getFastPropertyValue()
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx183 const String& rAuthor = i_xDocProps->getAuthor(); in Out_DocInfo()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java187 author = xProps.getAuthor(); in validate()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx229 aTemp = xDocProps->getAuthor(); in createSlideFile()
/trunk/main/oox/source/core/
H A Dxmlfilterbase.cxx398 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties()
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx132 SimpleStringElement ( mxDocProps->getAuthor(), in _MExport()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx288 const String& rCreated = xDocProps->getAuthor(); in NewField()
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx108 ::rtl::OUString getAuthor() const { return m_Author; } in getAuthor() function in SfxDocumentInfoItem

Completed in 131 milliseconds

12