Home
last modified time | relevance | path

Searched refs:_bOn (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx260 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 Dnavbarcontrol.hxx85 …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…
/aoo4110/main/reportdesign/source/core/inc/
H A DTools.hxx42 …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 DGroup.hxx77 ,const sal_Bool& _bOn
/aoo4110/main/reportdesign/source/core/api/
H A DGroup.cxx331 ,const sal_Bool& _bOn in setSection() argument
338 prepareSet(_sProperty, uno::makeAny(_member), uno::makeAny(_bOn), &l); in setSection()
339 lcl_createSectionIfNeeded(_bOn ,this,_member); in setSection()
H A DReportDefinition.cxx1226 ,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()
/aoo4110/main/forms/source/component/
H A DButton.cxx701 void SAL_CALL OButtonControl::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode() argument
703 OClickableImageBaseControl::setDesignMode( _bOn ); in setDesignMode()
705 if ( _bOn ) in setDesignMode()
/aoo4110/main/svx/source/svdraw/
H A Dsvdmrkv.cxx2179 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()
/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.hxx350 void impl_ni_doSwitchCursor( bool _bOn );
/aoo4110/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx859 void OPropertyBrowserController::impl_toggleInspecteeListening_nothrow( bool _bOn ) in impl_toggleInspecteeListening_nothrow() argument
871 if ( _bOn ) in impl_toggleInspecteeListening_nothrow()
H A Dpropcontroller.hxx379 void impl_toggleInspecteeListening_nothrow( bool _bOn );
/aoo4110/main/editeng/source/items/
H A Dtextitem.cxx3237 sal_Bool _bOn; in Create() local
3239 rStrm >> _bOn >> cStart >> cEnd; in Create()
3240 return new SvxTwoLinesItem( _bOn, cStart, cEnd, Which() ); in Create()
/aoo4110/main/reportdesign/inc/
H A DReportDefinition.hxx108 ,const sal_Bool& _bOn

Completed in 161 milliseconds