Searched refs:_bOn (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/forms/source/solar/component/ |
H A D | navbarcontrol.cxx | 260 void SAL_CALL ONavigationBarControl::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode() argument 262 UnoControl::setDesignMode( _bOn ); in setDesignMode() 263 FORWARD_TO_PEER_1( XVclWindowPeer, setDesignMode, _bOn ); in setDesignMode() 516 void SAL_CALL ONavigationBarPeer::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode() argument 518 VCLXWindow::setDesignMode( _bOn ); in setDesignMode() 520 if ( _bOn ) in setDesignMode()
|
H A D | navbarcontrol.hxx | 85 …virtual void SAL_CALL setDesignMode( sal_Bool _bOn ) throw( ::com::sun::star::uno::RuntimeExceptio… 121 …virtual void SAL_CALL setDesignMode( sal_Bool _bOn ) throw( ::com::sun::star::uno::RuntimeExceptio…
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 42 …template <class T> void lcl_createSectionIfNeeded(sal_Bool _bOn,const T& _xParent,::com::sun::star… in lcl_createSectionIfNeeded() argument 44 if ( _bOn && !_xSection.is() ) in lcl_createSectionIfNeeded() 46 else if ( !_bOn ) in lcl_createSectionIfNeeded()
|
H A D | Group.hxx | 77 ,const sal_Bool& _bOn
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | Group.cxx | 332 ,const sal_Bool& _bOn in setSection() argument 339 prepareSet(_sProperty, uno::makeAny(_member), uno::makeAny(_bOn), &l); in setSection() 340 lcl_createSectionIfNeeded(_bOn ,this,_member); in setSection()
|
H A D | ReportDefinition.cxx | 1226 ,const sal_Bool& _bOn in setSection() argument 1233 prepareSet(_sProperty, uno::makeAny(_member), uno::makeAny(_bOn), &l); in setSection() 1234 …lcl_createSectionIfNeeded(_bOn ,this,_member,_sProperty == PROPERTY_PAGEHEADERON || _sProperty == … in setSection()
|
/aoo42x/main/forms/source/component/ |
H A D | Button.cxx | 701 void SAL_CALL OButtonControl::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode() argument 703 OClickableImageBaseControl::setDesignMode( _bOn ); in setDesignMode() 705 if ( _bOn ) in setDesignMode()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 2179 void SdrMarkView::SetDesignMode( sal_Bool _bOn ) in SetDesignMode() argument 2181 if ( bDesignMode != _bOn ) in SetDesignMode() 2183 bDesignMode = _bOn; in SetDesignMode() 2186 pPageView->SetDesignMode( _bOn ); in SetDesignMode()
|
/aoo42x/main/svtools/source/table/ |
H A D | tablecontrol_impl.hxx | 350 void impl_ni_doSwitchCursor( bool _bOn );
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 859 void OPropertyBrowserController::impl_toggleInspecteeListening_nothrow( bool _bOn ) in impl_toggleInspecteeListening_nothrow() argument 871 if ( _bOn ) in impl_toggleInspecteeListening_nothrow()
|
H A D | propcontroller.hxx | 379 void impl_toggleInspecteeListening_nothrow( bool _bOn );
|
/aoo42x/main/editeng/source/items/ |
H A D | textitem.cxx | 3237 sal_Bool _bOn; in Create() local 3239 rStrm >> _bOn >> cStart >> cEnd; in Create() 3240 return new SvxTwoLinesItem( _bOn, cStart, cEnd, Which() ); in Create()
|
/aoo42x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 108 ,const sal_Bool& _bOn
|
Completed in 148 milliseconds