Searched refs:ScAnnotationsObj (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScAnnotationsObj.csv | 1 "ScAnnotationsObj";"com::sun::star::container::XIndexAccess";"getCount()" 2 "ScAnnotationsObj";"com::sun::star::container::XIndexAccess";"getByIndex()" 3 "ScAnnotationsObj";"com::sun::star::container::XElementAccess";"getElementType()" 4 "ScAnnotationsObj";"com::sun::star::container::XElementAccess";"hasElements()" 5 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"insertNew()" 6 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"removeByIndex()" 7 "ScAnnotationsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | docuno.cxx | 207 SC_SIMPLE_SERVICE_INFO( ScAnnotationsObj, "ScAnnotationsObj", "com.sun.star.sheet.CellAnnotations" ) 3497 ScAnnotationsObj::ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT) : in SC_IMPL_DUMMY_PROPERTY_LISTENER() 3504 ScAnnotationsObj::~ScAnnotationsObj() in ~ScAnnotationsObj() 3510 void ScAnnotationsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() 3521 bool ScAnnotationsObj::GetAddressByIndex_Impl( sal_Int32 nIndex, ScAddress& rPos ) const in GetAddressByIndex_Impl() 3544 ScAnnotationObj* ScAnnotationsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl() 3557 void SAL_CALL ScAnnotationsObj::insertNew( in insertNew() 3572 void SAL_CALL ScAnnotationsObj::removeByIndex( sal_Int32 nIndex ) throw(uno::RuntimeException) in removeByIndex() 3592 uno::Reference<container::XEnumeration> SAL_CALL ScAnnotationsObj::createEnumeration() in createEnumeration() 3603 sal_Int32 SAL_CALL ScAnnotationsObj::getCount() throw(uno::RuntimeException) in getCount() [all …]
|
| H A D | cellsuno.cxx | 7041 return new ScAnnotationsObj( pDocSh, GetTab_Impl() ); in getAnnotations()
|
| /trunk/main/sc/ |
| H A D | Package_xml.mk | 138 $(eval $(call gb_Package_add_file,sc_xml,xml/ScAnnotationsObj.xml,ScAnnotationsObj.xml))
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScAnnotationsObj.java | 71 public class ScAnnotationsObj extends TestCase { class
|
| /trunk/main/sc/inc/ |
| H A D | docuno.hxx | 742 class ScAnnotationsObj : public cppu::WeakImplHelper3< class 756 ScAnnotationsObj(ScDocShell* pDocSh, SCTAB nT); 757 virtual ~ScAnnotationsObj();
|
| /trunk/main/sc/qa/unoapi/ |
| H A D | sc.sce | 39 -o sc.ScAnnotationsObj
|
| H A D | knownissues.xcl | 211 sc.ScAnnotationsObj::com::sun::star::container::XElementAccess
|
| /trunk/main/framework/qa/complex/api_internal/ |
| H A D | api.lst | 69 job70=sc.ScAnnotationsObj
|