| /AOO42X/main/sc/source/ui/vba/ |
| H A D | vbaoleobject.cxx | 89 ScVbaOLEObject::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 91 …ringToOString( m_xControl->getName(), RTL_TEXTENCODING_UTF8 ).getStr(), _visible ? "true" : "false… in setVisible() 92 m_xControl->setVisible( _visible ); in setVisible()
|
| H A D | vbacomment.cxx | 145 ScVbaComment::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 147 getAnnotation()->setIsVisible( _visible ); in setVisible()
|
| H A D | vbaworksheets.cxx | 353 ScVbaWorksheets::setVisible( const uno::Any& _visible ) throw (uno::RuntimeException) in setVisible() argument 356 if ( _visible >>= bState ) in setVisible()
|
| H A D | vbaassistant.hxx | 52 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbaoleobject.hxx | 51 virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbacomment.hxx | 64 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbaworksheets.hxx | 64 …virtual void SAL_CALL setVisible( const css::uno::Any& _visible ) throw (css::uno::RuntimeExceptio…
|
| /AOO42X/main/vbahelper/source/vbahelper/ |
| H A D | vbafillformat.cxx | 92 ScVbaFillFormat::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 96 if( !_visible ) in setVisible()
|
| H A D | vbacommandbar.hxx | 57 virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (css::uno::RuntimeException); 86 virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbawindowbase.cxx | 57 VbaWindowBase::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 59 getWindow2()->setVisible( _visible ); in setVisible()
|
| H A D | vbacommandbar.cxx | 104 ScVbaCommandBar::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 109 if( _visible ) in setVisible()
|
| H A D | vbacommandbarcontrol.cxx | 97 ScVbaCommandBarControl::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 102 …rtyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_ISVISIBLE ), uno::makeAny( _visible ) ); in setVisible()
|
| H A D | vbalineformat.cxx | 244 ScVbaLineFormat::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 248 if( !_visible ) in setVisible()
|
| H A D | vbafillformat.hxx | 55 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbalineformat.hxx | 65 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbacommandbarcontrol.hxx | 62 virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| /AOO42X/main/reportdesign/source/core/api/ |
| H A D | Section.cxx | 270 void SAL_CALL OSection::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument 272 set(PROPERTY_VISIBLE,_visible,m_bVisible); in setVisible()
|
| /AOO42X/main/vbahelper/inc/vbahelper/ |
| H A D | vbawindowbase.hxx | 56 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| H A D | vbashape.hxx | 78 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| /AOO42X/main/vbahelper/source/msforms/ |
| H A D | vbacontrol.hxx | 69 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
|
| /AOO42X/main/reportdesign/source/core/inc/ |
| H A D | Section.hxx | 135 …virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (::com::sun::star::uno::RuntimeExcep…
|