Searched refs:_visible (Results 1 – 21 of 21) sorted by relevance
89 ScVbaOLEObject::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument91 …ringToOString( m_xControl->getName(), RTL_TEXTENCODING_UTF8 ).getStr(), _visible ? "true" : "false… in setVisible()92 m_xControl->setVisible( _visible ); in setVisible()
145 ScVbaComment::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument147 getAnnotation()->setIsVisible( _visible ); in setVisible()
353 ScVbaWorksheets::setVisible( const uno::Any& _visible ) throw (uno::RuntimeException) in setVisible() argument356 if ( _visible >>= bState ) in setVisible()
52 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
51 virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (css::uno::RuntimeException);
64 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
64 …virtual void SAL_CALL setVisible( const css::uno::Any& _visible ) throw (css::uno::RuntimeExceptio…
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);
92 ScVbaFillFormat::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument96 if( !_visible ) in setVisible()
57 VbaWindowBase::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument59 getWindow2()->setVisible( _visible ); in setVisible()
104 ScVbaCommandBar::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument109 if( _visible ) in setVisible()
97 ScVbaCommandBarControl::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument102 …rtyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_ISVISIBLE ), uno::makeAny( _visible ) ); in setVisible()
244 ScVbaLineFormat::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument248 if( !_visible ) in setVisible()
55 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
65 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
62 virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (css::uno::RuntimeException);
270 void SAL_CALL OSection::setVisible( ::sal_Bool _visible ) throw (uno::RuntimeException) in setVisible() argument272 set(PROPERTY_VISIBLE,_visible,m_bVisible); in setVisible()
56 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
78 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
69 virtual void SAL_CALL setVisible( sal_Bool _visible ) throw (css::uno::RuntimeException);
135 …virtual void SAL_CALL setVisible( ::sal_Bool _visible ) throw (::com::sun::star::uno::RuntimeExcep…
Completed in 74 milliseconds