Home
last modified time | relevance | path

Searched refs:getIsVisible (Results 1 – 12 of 12) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetAnnotationAnchor.java90 boolean bVis = anno.getIsVisible(); in check_getIsVisible()
116 boolean bVis = anno.getIsVisible(); in check_setIsVisible()
119 bVis = anno.getIsVisible(); in check_setIsVisible()
H A D_XSheetAnnotation.java87 boolean bVis = oObj.getIsVisible(); in _getIsVisible()
124 boolean bVis = oObj.getIsVisible(); in _setIsVisible()
127 bVis = oObj.getIsVisible(); in _setIsVisible()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java198 assertTrue("Verify annotation is visible in cell B2.",xAnnotation.getIsVisible()); in testShowHideComments()
204 assertFalse("Verify annotation is invisible in cell B2.",xAnnotation.getIsVisible()); in testShowHideComments()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx775 if (pMem->getIsVisible()) in FilterCacheTableByPageDimensions()
1575 if( rData.IsCaseInsEqual( pDPMbr->GetItemData() ) && !pDPMbr->getIsVisible() ) in IsVisible()
2590 if ( !pMbr || ( pMbr->getIsVisible() && pMbr->getShowDetails() ) ) in getMinMembers()
2789 sal_Bool ScDPMember::getIsVisible() const in getIsVisible() function in ScDPMember
2877 lcl_SetBoolInAny( aRet, getIsVisible() ); in getPropertyValue()
H A Ddptabres.cxx1256 if ( pMemberDesc && !pMemberDesc->getIsVisible() ) in IsValid()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScAnnotationObj.csv14 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getIsVisible()"
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetAnnotation.idl72 boolean getIsVisible();
/trunk/main/sc/inc/
H A Dnotesuno.hxx96 virtual sal_Bool SAL_CALL getIsVisible() throw(::com::sun::star::uno::RuntimeException);
H A Ddptabsrc.hxx861 virtual sal_Bool getIsVisible() const;
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx216 sal_Bool SAL_CALL ScAnnotationObj::getIsVisible() throw(uno::RuntimeException) in getIsVisible() function in ScAnnotationObj
/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx141 return getAnnotation()->getIsVisible(); in getVisible()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3411 if (rMyCell.xAnnotation->getIsVisible()) in WriteAnnotation()

Completed in 76 milliseconds