| /aoo4110/main/sd/source/ui/inc/ | 
| H A D | optsitem.hxx | 172 …void	SetRulerVisible( sal_Bool bOn = sal_True ) { if( bRuler != bOn ) { OptionsChanged(); bRuler =…  in SetRulerVisible()  argument176 …void	SetHelplines( sal_Bool bOn = sal_True ) { if( bHelplines != bOn ) { OptionsChanged(); bHelpli…  in SetHelplines()  argument
 451 …void	SetOrtho( sal_Bool bOn = sal_True ) { if( bOrtho != bOn ) { OptionsChanged(); bOrtho = bOn; }…  in SetOrtho()  argument
 453 …void	SetRotate( sal_Bool bOn = sal_True ) { if( bRotate != bOn ) { OptionsChanged(); bRotate = bOn…  in SetRotate()  argument
 627 	void	SetDraw( sal_Bool bOn = sal_True ) { if( bDraw != bOn ) { OptionsChanged(); bDraw = bOn; } }  in SetDraw()  argument
 628 …void	SetNotes( sal_Bool bOn = sal_True ) { if( bNotes != bOn ) { OptionsChanged(); bNotes = bOn; }…  in SetNotes()  argument
 629 …void	SetHandout( sal_Bool bOn = sal_True ) { if( bHandout != bOn ) { OptionsChanged(); bHandout = …  in SetHandout()  argument
 631 	void	SetDate( sal_Bool bOn = sal_True ) { if( bDate != bOn ) { OptionsChanged(); bDate = bOn; } }  in SetDate()  argument
 632 	void	SetTime( sal_Bool bOn = sal_True ) { if( bTime != bOn ) { OptionsChanged(); bTime = bOn; } }  in SetTime()  argument
 641 …void	SetFrontPage( sal_Bool bOn = sal_True ) { if( bFront != bOn ) { OptionsChanged(); bFront = bO…  in SetFrontPage()  argument
 [all …]
 
 | 
| H A D | FrameView.hxx | 133 	void		SetBigHandles( sal_Bool bOn = sal_True ) { mbBigHandles = bOn; }  in SetBigHandles()  argument136 	void		SetDoubleClickTextEdit( sal_Bool bOn = sal_True ) { mbDoubleClickTextEdit = bOn; }  in SetDoubleClickTextEdit()  argument
 139 	void		SetClickChangeRotation( sal_Bool bOn = sal_True ) { mbClickChangeRotation = bOn; }  in SetClickChangeRotation()  argument
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svdsnpv.hxx | 151 	void SetSnapEnabled(sal_Bool bOn) { bSnapEnab=bOn; }  in SetSnapEnabled()  argument152 	void SetGridSnap(sal_Bool bOn) { bGridSnap=bOn; }  in SetGridSnap()  argument
 153 	void SetBordSnap(sal_Bool bOn) { bBordSnap=bOn; }  in SetBordSnap()  argument
 154 	void SetHlplSnap(sal_Bool bOn) { bHlplSnap=bOn; }  in SetHlplSnap()  argument
 155 	void SetOFrmSnap(sal_Bool bOn) { bOFrmSnap=bOn; }  in SetOFrmSnap()  argument
 156 	void SetOPntSnap(sal_Bool bOn) { bOPntSnap=bOn; }  in SetOPntSnap()  argument
 157 	void SetOConSnap(sal_Bool bOn) { bOConSnap=bOn; }  in SetOConSnap()  argument
 169 	void SetHlplFixed(sal_Bool bOn) { bHlplFixed=bOn; }  in SetHlplFixed()  argument
 176 	void SetMoveMFrmSnap(sal_Bool bOn) { bMoveMFrmSnap=bOn; }  in SetMoveMFrmSnap()  argument
 177 	void SetMoveOFrmSnap(sal_Bool bOn) { bMoveOFrmSnap=bOn; }  in SetMoveOFrmSnap()  argument
 [all …]
 
 | 
| H A D | svddrgv.hxx | 144 	void SetDragWithCopy(sal_Bool bOn) { bDragWithCopy = bOn; }  in SetDragWithCopy()  argument147 	void SetInsertGluePoint(sal_Bool bOn) { bInsGluePoint = bOn; }  in SetInsertGluePoint()  argument
 161 	void SetInsObjPointMode(sal_Bool bOn) { bInsObjPointMode = bOn; }  in SetInsObjPointMode()  argument
 173 	void SetInsGluePointMode(sal_Bool bOn) { bInsGluePointMode = bOn; }  in SetInsGluePointMode()  argument
 187 	void SetMouseHideWhileDraggingPoints(sal_Bool bOn) { bMouseHideWhileDraggingPoints = bOn; }  in SetMouseHideWhileDraggingPoints()  argument
 221 	void SetAutoVertexConnectors(sal_Bool bOn) { bAutoVertexCon = bOn; }  in SetAutoVertexConnectors()  argument
 226 	void SetAutoCornerConnectors(sal_Bool bOn) { bAutoCornerCon = bOn; }  in SetAutoCornerConnectors()  argument
 267 	void SetMarkedHitMovesAlways(sal_Bool bOn) { bMarkedHitMovesAlways = bOn; }  in SetMarkedHitMovesAlways()  argument
 272 	void SetMirrRefDragObj(sal_Bool bOn) { bMirrRefDragObj = bOn; }  in SetMirrRefDragObj()  argument
 280 	void SetResizeAtCenter(sal_Bool bOn) { bResizeAtCenter = bOn; }  in SetResizeAtCenter()  argument
 [all …]
 
 | 
| H A D | svdpntv.hxx | 268 …void ImpSetGlueVisible2(bool bOn) { if (bGlueVisible2!=(unsigned)bOn) { bGlueVisible2=bOn; if (!bG…  in ImpSetGlueVisible2()  argument269 …void ImpSetGlueVisible3(bool bOn) { if (bGlueVisible3!=(unsigned)bOn) { bGlueVisible3=bOn; if (!bG…  in ImpSetGlueVisible3()  argument
 424 	void SetPageVisible(bool bOn = true) { bPageVisible=bOn; InvalidateAllWin(); }  in SetPageVisible()  argument
 425 	void SetPageBorderVisible(bool bOn = true) { bPageBorderVisible=bOn; InvalidateAllWin(); }  in SetPageBorderVisible()  argument
 426 	void SetBordVisible(bool bOn = true) { bBordVisible=bOn; InvalidateAllWin(); }  in SetBordVisible()  argument
 427 	void SetGridVisible(bool bOn = true) { bGridVisible=bOn; InvalidateAllWin(); }  in SetGridVisible()  argument
 428 	void SetGridFront(bool bOn = true) { bGridFront  =bOn; InvalidateAllWin(); }  in SetGridFront()  argument
 429 	void SetHlplVisible(bool bOn = true) { bHlplVisible=bOn; InvalidateAllWin(); }  in SetHlplVisible()  argument
 430 	void SetHlplFront(bool bOn = true) { bHlplFront  =bOn; InvalidateAllWin(); }  in SetHlplFront()  argument
 435 …void SetPreviewRenderer(bool bOn) { if((unsigned)bOn != mbPreviewRenderer) { mbPreviewRenderer=bOn…  in SetPreviewRenderer()  argument
 [all …]
 
 | 
| H A D | svddrag.hxx | 129 	void         SetShown(FASTBOOL bOn)              { bShown=bOn; }  in SetShown()  argument138 	void         SetHorFixed(FASTBOOL bOn)           { bHorFixed=bOn; }  in SetHorFixed()  argument
 140 	void         SetVerFixed(FASTBOOL bOn)           { bVerFixed=bOn; }  in SetVerFixed()  argument
 145 	void         SetNoSnap(FASTBOOL bOn=sal_True)         { bWantNoSnap=bOn; }  in SetNoSnap()  argument
 151 	void         SetOrtho4Possible(FASTBOOL bOn=sal_True) { bOrtho4=bOn; }  in SetOrtho4Possible()  argument
 154 	void         SetOrtho8Possible(FASTBOOL bOn=sal_True) { bOrtho8=bOn; }  in SetOrtho8Possible()  argument
 158 	void         SetEndDragChangesAttributes(FASTBOOL bOn) { bEndDragChangesAttributes=bOn; }  in SetEndDragChangesAttributes()  argument
 160 …void         SetEndDragChangesGeoAndAttributes(FASTBOOL bOn) { bEndDragChangesGeoAndAttributes=bOn…  in SetEndDragChangesGeoAndAttributes()  argument
 
 | 
| H A D | svdcrtv.hxx | 118 	void SetEditMode(sal_Bool bOn=sal_True) { SdrDragView::SetEditMode(bOn); CheckEdgeMode(); }  in SetEditMode()  argument119 	void SetCreateMode(sal_Bool bOn=sal_True) { SdrDragView::SetCreateMode(bOn); CheckEdgeMode(); }  in SetCreateMode()  argument
 120 …void SetGluePointEditMode(sal_Bool bOn=sal_True) { SdrDragView::SetGluePointEditMode(bOn); CheckEd…  in SetGluePointEditMode()  argument
 156 	void SetTextEditAfterCreate(sal_Bool bOn) { bAutoTextEdit = bOn; }  in SetTextEditAfterCreate()  argument
 162 	void SetCreate1stPointAsCenter(sal_Bool bOn) { b1stPointAsCenter = bOn; }  in SetCreate1stPointAsCenter()  argument
 171 	void SetAutoClosePolys(sal_Bool bOn) { bAutoClosePolys=bOn; }  in SetAutoClosePolys()  argument
 191 …void SetUseIncompatiblePathCreateInterface(sal_Bool bOn) { bUseIncompatiblePathCreateInterface = b…  in SetUseIncompatiblePathCreateInterface()  argument
 
 | 
| H A D | svdmrkv.hxx | 187 	void SetMoveOutside(sal_Bool bOn);224     void SetFrameHandles(sal_Bool bOn);
 234 …  void SetEditMode(sal_Bool bOn=sal_True) { SetEditMode(bOn?SDREDITMODE_EDIT:SDREDITMODE_CREATE); }  in SetEditMode()  argument
 236 …void SetCreateMode(sal_Bool bOn=sal_True) { SetEditMode(bOn?SDREDITMODE_CREATE:SDREDITMODE_EDIT); }  in SetCreateMode()  argument
 238 …void SetGluePointEditMode(sal_Bool bOn=sal_True) { SetEditMode(bOn?SDREDITMODE_GLUEPOINTEDIT:eEdit…  in SetGluePointEditMode()  argument
 241     void SetDesignMode(sal_Bool bOn=sal_True);
 244     void SetFrameDragSingles(sal_Bool bOn=sal_True) { SetFrameHandles(bOn); }  in SetFrameDragSingles()  argument
 353     void SetSolidMarkHdl(sal_Bool bOn);
 406     void SetPlusHandlesAlwaysVisible(sal_Bool bOn);
 411     void SetMarkHdlWhenTextEdit(sal_Bool bOn) { bMarkHdlWhenTextEdit=bOn; }  in SetMarkHdlWhenTextEdit()  argument
 
 | 
| H A D | svdview.hxx | 213 	void EnableExtendedMouseEventDispatcher(sal_Bool bOn) { bNoExtendedMouseDispatcher = !bOn; }  in EnableExtendedMouseEventDispatcher()  argument216 	void EnableExtendedKeyInputDispatcher(sal_Bool bOn) { bNoExtendedKeyDispatcher=!bOn; }  in EnableExtendedKeyInputDispatcher()  argument
 219 	void EnableExtendedCommandEventDispatcher(sal_Bool bOn) { bNoExtendedCommandDispatcher=!bOn; }  in EnableExtendedCommandEventDispatcher()  argument
 222 …bleTextEditOnObjectsWithoutTextIfTextTool(sal_Bool bOn) { bTextEditOnObjectsWithoutTextIfTextTool=…  in EnableTextEditOnObjectsWithoutTextIfTextTool()  argument
 225 	void SetMasterPagePaintCaching(sal_Bool bOn);
 
 | 
| H A D | sxmspitm.hxx | 34 	SdrObjMoveProtectItem(bool bOn=false): SdrYesNoItem(SDRATTR_OBJMOVEPROTECT,bOn) {}  in SdrObjMoveProtectItem()  argument43 	SdrObjSizeProtectItem(bool bOn=false): SdrYesNoItem(SDRATTR_OBJSIZEPROTECT,bOn) {}  in SdrObjSizeProtectItem()  argument
 
 | 
| H A D | sxmtritm.hxx | 32 	SdrMeasureTextRota90Item(bool bOn=false): SdrYesNoItem(SDRATTR_MEASURETEXTROTA90,bOn) {}  in SdrMeasureTextRota90Item()  argument41 	SdrMeasureTextUpsideDownItem(bool bOn=false): SdrYesNoItem(SDRATTR_MEASURETEXTUPSIDEDOWN,bOn) {}  in SdrMeasureTextUpsideDownItem()  argument
 
 | 
| H A D | sxopitm.hxx | 34 	SdrObjPrintableItem(bool bOn=false): SdrYesNoItem(SDRATTR_OBJPRINTABLE,bOn) {}  in SdrObjPrintableItem()  argument40 	SdrObjVisibleItem(bool bOn=true): SdrYesNoItem(SDRATTR_OBJVISIBLE,bOn) {}  in SdrObjVisibleItem()  argument
 
 | 
| H A D | sdtaiitm.hxx | 31 	SdrTextAniStartInsideItem(sal_Bool bOn=sal_False): SdrYesNoItem(SDRATTR_TEXT_ANISTARTINSIDE,bOn) {}  in SdrTextAniStartInsideItem()  argument37 	SdrTextAniStopInsideItem(sal_Bool bOn=sal_False): SdrYesNoItem(SDRATTR_TEXT_ANISTOPINSIDE,bOn) {}  in SdrTextAniStopInsideItem()  argument
 
 | 
| /aoo4110/main/sw/source/core/text/ | 
| H A D | txtpaint.hxx | 37 	const sal_Bool	   bOn;  member in SwSaveClip50 	inline sal_Bool IsOn()	const { return bOn; }  in IsOn()
 57     bOn( pOutDev && pOutDev->IsClipRegion() ),  in SwSaveClip()
 90 		inline DbgColor( Font *pFont, const sal_Bool bOn = sal_True,
 116 				 const sal_Bool bOn = sal_True,
 125 			   :pOut( bOn ? pOutDev : 0 )  in SwDbgOut()
 129 inline DbgColor::DbgColor( Font *pFont, const sal_Bool bOn,  in DbgColor()  argument
 131 	:pFnt( bOn ? pFont : 0 )  in DbgColor()
 148 	:SwDbgOut( pOutDev, bOn )  in DbgBackColor()
 166 						 const sal_Bool bOn,  in DbgRect()  argument
 [all …]
 
 | 
| H A D | pormulti.cxx | 1078 					bOn = !bOn;  in GetMultiCreator()1086 					bOn = sal_True;  in GetMultiCreator()
 1102 					bOn = bTwo;  in GetMultiCreator()
 1149 					bOn = !bOn;  in GetMultiCreator()
 1161 				bOn = sal_True;  in GetMultiCreator()
 1174 					bOn = bTwo;  in GetMultiCreator()
 1190 		bOn = sal_True;  in GetMultiCreator()
 1222 					bOn = !bOn;  in GetMultiCreator()
 1228 					bOn = sal_True;  in GetMultiCreator()
 1233 				bOn = sal_False;  in GetMultiCreator()
 [all …]
 
 | 
| H A D | txtfly.hxx | 125 	sal_Bool bOn : 1;  member in SwTxtFly188 	inline sal_Bool IsOn() const { return bOn; }  in IsOn()
 241 	return 0 != (bOn = bOn && IsAnyFrm( rRect ));  in Relax()
 246 	return 0 != (bOn = bOn && IsAnyFrm());  in Relax()
 251 	return bOn ? _GetFrm( rRect, bTop ) : SwRect();  in GetFrm()
 
 | 
| /aoo4110/main/vcl/unx/generic/app/ | 
| H A D | i18n_status.cxx | 69     virtual void toggle( bool bOn ) = 0;111     XIMStatusWindow( bool bOn );
 118     virtual void toggle( bool bOn );
 134         m_bOn( bOn )  in XIMStatusWindow()
 145 void XIMStatusWindow::toggle( bool bOn )  in toggle()  argument
 147     m_bOn = bOn;  in toggle()
 148     show( bOn, I18NStatus::contextmap );  in toggle()
 334     virtual void toggle( bool bOn );
 350         m_bOn( bOn )  in IIIMPStatusWindow()
 432     if (bOn != m_bOn)  in toggle()
 [all …]
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svddrgv.cxx | 868 	if (IsNoDragXorPolys()!=bOn)   in SetNoDragXorPolys()878 		bNoDragXorPolys = bOn;  in SetNoDragXorPolys()
 898 		bDragStripes=bOn;  in SetDragStripes()
 903 		bDragStripes=bOn;  in SetDragStripes()
 921 	if (bOn!=IsRubberEdgeDragging())   in SetRubberEdgeDragging()
 928 		bRubberEdgeDragging=bOn;  in SetRubberEdgeDragging()
 951 	if (bOn!=IsDetailedEdgeDragging())   in SetDetailedEdgeDragging()
 958 		bDetailedEdgeDragging=bOn;  in SetDetailedEdgeDragging()
 987 void SdrDragView::SetSolidDragging(bool bOn)   in SetSolidDragging()  argument
 989 	if((bool)mbSolidDragging != bOn)  in SetSolidDragging()
 [all …]
 
 | 
| H A D | svdglev.cxx | 106 		sal_Bool bOn=(nEsc & *(sal_uInt16*)pnThisEsc)!=0;  in ImpGetEscDir()  local107 		if (bFirst) { nRet=bOn; bFirst=sal_False; }  in ImpGetEscDir()
 108 		else if (nRet!=bOn) nRet=FUZZY;  in ImpGetEscDir()
 129 void SdrGlueEditView::SetMarkedGluePointsEscDir(sal_uInt16 nThisEsc, sal_Bool bOn)  in SetMarkedGluePointsEscDir()  argument
 133 	ImpDoMarkedGluePoints(ImpSetEscDir,sal_False,&nThisEsc,&bOn);  in SetMarkedGluePointsEscDir()
 144 		bool bOn=rGP.IsPercent();  in ImpGetPercent()  local
 145 		if (bFirst) { nRet=bOn; bFirst=sal_False; }  in ImpGetPercent()
 146 		else if ((nRet!=0)!=bOn) nRet=FUZZY;  in ImpGetPercent()
 166 void SdrGlueEditView::SetMarkedGluePointsPercent(sal_Bool bOn)  in SetMarkedGluePointsPercent()  argument
 170 	ImpDoMarkedGluePoints(ImpSetPercent,sal_False,&bOn);  in SetMarkedGluePointsPercent()
 
 | 
| /aoo4110/main/sw/source/ui/uiview/ | 
| H A D | view0.cxx | 196 void lcl_SetViewMarks(SwViewOption& rVOpt, sal_Bool bOn )  in lcl_SetViewMarks()  argument198     rVOpt.SetHardBlank(bOn);  in lcl_SetViewMarks()
 199     rVOpt.SetSoftHyph(bOn);  in lcl_SetViewMarks()
 201             VIEWOPT_FIELD_SHADINGS, bOn, sal_True);  in lcl_SetViewMarks()
 206     rVOpt.SetViewMetaChars( bOn );  in lcl_SetViewMetaChars()
 207     if(bOn && !(rVOpt.IsParagraph()     ||  in lcl_SetViewMetaChars()
 213         rVOpt.SetParagraph(bOn);  in lcl_SetViewMetaChars()
 214         rVOpt.SetTab(bOn);  in lcl_SetViewMetaChars()
 215         rVOpt.SetLineBreak(bOn);  in lcl_SetViewMetaChars()
 216         rVOpt.SetBlank(bOn);  in lcl_SetViewMetaChars()
 [all …]
 
 | 
| /aoo4110/main/xmloff/source/text/ | 
| H A D | XMLTextHeaderFooterContext.cxx | 75 		sal_Bool bOn = *(sal_Bool *)aAny.getValue();  in XMLTextHeaderFooterContext()  local77 		if( bOn )  in XMLTextHeaderFooterContext()
 123 				sal_Bool bOn = *(sal_Bool *)aAny.getValue();  in CreateChildContext()  local
 125 				if( !bOn )  in CreateChildContext()
 128 					bOn = sal_True;  in CreateChildContext()
 129 					aAny.setValue( &bOn, ::getBooleanCppuType() );  in CreateChildContext()
 188 		sal_Bool bOn = sal_False;  in EndElement()  local
 190 		aAny.setValue( &bOn, ::getBooleanCppuType() );  in EndElement()
 
 | 
| /aoo4110/main/svx/source/engine3d/ | 
| H A D | float3d.cxx | 1098 			( !bOn && GetUILightState( aBtnLight1 )) )  in Update()1100 			SetUILightState( aBtnLight1, bOn );  in Update()
 1147 			( !bOn && GetUILightState( aBtnLight2 )) )  in Update()
 1149 			SetUILightState( aBtnLight2, bOn );  in Update()
 1196 			( !bOn && GetUILightState( aBtnLight3)) )  in Update()
 1198 			SetUILightState( aBtnLight3, bOn );  in Update()
 1247 			SetUILightState( aBtnLight4, bOn );  in Update()
 1296 			SetUILightState( aBtnLight5, bOn );  in Update()
 1345 			SetUILightState( aBtnLight6, bOn );  in Update()
 1394 			SetUILightState( aBtnLight7	, bOn );  in Update()
 [all …]
 
 | 
| /aoo4110/main/vcl/inc/vcl/ | 
| H A D | seleng.hxx | 119     void                AddAlways( sal_Bool bOn );122     void                EnableDrag( sal_Bool bOn );
 192 inline void SelectionEngine::EnableDrag( sal_Bool bOn )  in EnableDrag()  argument
 194     if ( bOn )  in EnableDrag()
 200 inline void SelectionEngine::AddAlways( sal_Bool bOn )  in AddAlways()  argument
 202     if( bOn )  in AddAlways()
 
 | 
| /aoo4110/main/sdext/source/presenter/ | 
| H A D | PresenterProtocolHandler.cxx | 112             const bool bOn,128             const bool bOn,
 143             const bool bOn,
 775     const bool bOn,  in SetNotesViewCommand()  argument
 777     : mbOn(bOn),  in SetNotesViewCommand()
 840     const bool bOn,  in SetSlideSorterCommand()  argument
 842     : mbOn(bOn),  in SetSlideSorterCommand()
 893     const bool bOn,  in SetHelpViewCommand()  argument
 895     : mbOn(bOn),  in SetHelpViewCommand()
 
 | 
| /aoo4110/main/sc/source/ui/attrdlg/ | 
| H A D | tabpages.cxx | 201 		sal_Bool bOn = ( eState == STATE_CHECK );		// ausgewaehlter Wert  in IMPL_LINK()  local204 			bProtect = bOn;  in IMPL_LINK()
 206 			bHideCell = bOn;  in IMPL_LINK()
 208 			bHideForm = bOn;  in IMPL_LINK()
 210 			bHidePrint = bOn;  in IMPL_LINK()
 
 |