/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 147 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()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 470 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 D | annotationwindow.cxx | 581 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 D | annotationtag.cxx | 627 OUString sAuthor( getInitials( mxAnnotation->getAuthor() ) ); in CreateAnnotationBitmap()
|
/aoo42x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 88 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
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbacomment.cxx | 116 ScVbaComment::getAuthor() throw (uno::RuntimeException) in getAuthor() function in ScVbaComment 118 return getAnnotation()->getAuthor(); in getAuthor()
|
H A D | vbacomment.hxx | 60 virtual rtl::OUString SAL_CALL getAuthor() throw (css::uno::RuntimeException);
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 153 assertEquals("Author should be "+ author, author, xDocPro2.getAuthor()); in testGeneralAuthor() 363 assertEquals("Author should be "+ author, author, xDocPro.getAuthor()); in testGeneralReset()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetAnnotationAnchor.java | 67 String author = anno.getAuthor(); in check_getAuthor()
|
H A D | _XSheetAnnotation.java | 64 String author = oObj.getAuthor(); in _getAuthor()
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScAnnotationObj.csv | 12 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getAuthor()"
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetAnnotation.idl | 59 string getAuthor();
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 247 , 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()
|
/aoo42x/main/sc/inc/ |
H A D | notesuno.hxx | 94 virtual ::rtl::OUString SAL_CALL getAuthor() throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | notesuno.cxx | 202 rtl::OUString SAL_CALL ScAnnotationObj::getAuthor() throw(uno::RuntimeException) in getAuthor() function in ScAnnotationObj
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 53 i_xTarget->setAuthor(i_xSource->getAuthor()); in lcl_copyDocumentProperties()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docinf.cxx | 193 rGlobSect.SetStringValue( PROPID_AUTHOR, i_xDocProps->getAuthor() ); in SaveOlePropertySet()
|
H A D | objuno.cxx | 757 if ( _pImp->m_xDocProps->getAuthor() != sTemp ) in setFastPropertyValue() 960 aValue <<= _pImp->m_xDocProps->getAuthor(); in getFastPropertyValue()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 183 const String& rAuthor = i_xDocProps->getAuthor(); in Out_DocInfo()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGDocument.java | 187 author = xProps.getAuthor(); in validate()
|
/aoo42x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 398 writeElement( pCoreProps, FSNS( XML_dc, XML_creator ), xProperties->getAuthor() ); in writeCoreProperties()
|
/aoo42x/main/filter/source/placeware/ |
H A D | exporter.cxx | 229 aTemp = xDocProps->getAuthor(); in createSlideFile()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 288 const String& rCreated = xDocProps->getAuthor(); in NewField()
|
/aoo42x/main/xmloff/source/meta/ |
H A D | xmlmetae.cxx | 132 SimpleStringElement ( mxDocProps->getAuthor(), in _MExport()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 108 ::rtl::OUString getAuthor() const { return m_Author; } in getAuthor() function in SfxDocumentInfoItem
|