Home
last modified time | relevance | path

Searched refs:bActive (Results 1 – 25 of 69) sorted by relevance

123

/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx685 void ScTabViewShell::SetDrawShell( sal_Bool bActive ) in SetDrawShell() argument
687 if(bActive) in SetDrawShell()
710 bActiveDrawSh = bActive; in SetDrawShell()
713 if ( !bActive ) in SetDrawShell()
727 void ScTabViewShell::SetDrawTextShell( sal_Bool bActive ) in SetDrawTextShell() argument
729 bActiveDrawTextSh = bActive; in SetDrawTextShell()
730 if ( bActive ) in SetDrawTextShell()
745 void ScTabViewShell::SetPivotShell( sal_Bool bActive ) in SetPivotShell() argument
747 bActivePivotSh = bActive; in SetPivotShell()
754 if ( bActive ) in SetPivotShell()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx312 void SetDrawShell( sal_Bool bActive );
313 void SetDrawTextShell( sal_Bool bActive );
315 void SetPivotShell( sal_Bool bActive );
325 void SetAuditShell( sal_Bool bActive );
326 void SetDrawFormShell( sal_Bool bActive );
327 void SetEditShell(EditView* pView, sal_Bool bActive );
328 void SetOleObjectShell( sal_Bool bActive );
329 void SetChartShell( sal_Bool bActive );
330 void SetGraphicShell( sal_Bool bActive );
331 void SetMediaShell( sal_Bool bActive );
/trunk/main/sw/inc/
H A Dfmthdft.hxx40 sal_Bool bActive; //Nur zur Steuerung (Erzeugung des Inhaltes) member in SwFmtHeader
64 sal_Bool IsActive() const { return bActive; } in IsActive()
65 void SetActive( sal_Bool bNew = sal_True ) { bActive = bNew; } in SetActive()
74 sal_Bool bActive; //Nur zur Steuerung (Erzeugung des Inhaltes) member in SwFmtFooter
98 sal_Bool IsActive() const { return bActive; } in IsActive()
99 void SetActive( sal_Bool bNew = sal_True ) { bActive = bNew; } in SetActive()
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx71 bool bActive ) : in PaintOverlayHandler() argument
88 mbActive( bActive ) in PaintOverlayHandler()
489 bool bActive ) in create() argument
495 bActive)); in create()
504 bool bActive ) : in UserPaintOverlay() argument
512 rPolygons, bActive )), in UserPaintOverlay()
H A Duserpaintoverlay.hxx69 bool bActive);
82 bool bActive );
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx125 sal_Bool bActive = sal_False; in DoExecute() local
149 bActive = pInfo->mbActive; in DoExecute()
206 if( bActive != pInfo->mbActive ) in DoExecute()
256 if (nAnimationSet == ATTR_SET && bActive == sal_True) in DoExecute()
338 bActive = pInfo->mbActive; nAnimationSet = ATTR_SET; in DoExecute()
366 aSet.Put( SfxBoolItem( ATTR_ANIMATION_ACTIVE, bActive)); in DoExecute()
489 bActive = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_ACTIVE)).GetValue(); in DoExecute()
746 pAction->SetActive(pInfo->mbActive, bActive); in DoExecute()
770 pInfo->mbActive = bActive; in DoExecute()
/trunk/main/sfx2/source/view/
H A Dimpviewframe.hxx57 sal_Bool bActive; member
67 , bActive( sal_False ) in SfxViewFrame_Impl()
79 sal_Bool bActive; member in SfxFrameViewWindow_Impl
85 bActive( sal_False ), in SfxFrameViewWindow_Impl()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx430 sal_Bool bActive = sal_True; in SdrObjChanged() local
438 bActive = pIMapObj->IsActive(); in SdrObjChanged()
446 aURL, aAltText, aDesc, aTarget, String(), bActive, sal_False ) ) ); in SdrObjChanged()
456 …Obj = new IMapPolygonObject( aPoly, aURL, aAltText, aDesc, aTarget, String(), bActive, sal_False ); in SdrObjChanged()
476 …Obj = new IMapPolygonObject( aPoly, aURL, aAltText, aDesc, aTarget, String(), bActive, sal_False ); in SdrObjChanged()
741 void IMapWindow::SetCurrentObjState( sal_Bool bActive ) in SetCurrentObjState() argument
749 GetIMapObj( pObj )->SetActive( bActive ); in SetCurrentObjState()
753 if ( !bActive ) in SetCurrentObjState()
H A Dsvxruler.cxx361 bActive(sal_True) in SvxRuler()
678 if( bActive ) in MouseMove()
716 if(bActive) in UpdateFrame()
739 if(bActive) in UpdateFrameMinMax()
762 if(bActive && !bHorz) in UpdateFrame()
780 if(bActive && bHorz) in UpdateTextRTL()
804 if(bActive) in Update()
1038 if(bActive) in UpdatePara()
1053 if(bActive) in UpdateParaBorder()
1134 if(bActive) in Update()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dimapobj.hxx72 sal_Bool bActive; member in IMapObject
98 sal_Bool bActive );
125 sal_Bool IsActive() const { return bActive; } in IsActive()
126 void SetActive( sal_Bool bSetActive = sal_True ) { bActive = bSetActive; } in SetActive()
/trunk/main/sfx2/source/control/
H A Dshell.cxx83 sal_Bool bActive; member
153 pImp->bActive = sal_False; in SfxShell()
179 pImp->bActive = sal_False; in SfxShell()
683 pImp->bActive = sal_True; in DoActivate_Impl()
727 pImp->bActive = sal_False; in DoDeactivate_Impl()
738 return pImp->bActive; in IsActive()
H A Ddispatch.cxx152 sal_Bool bActive; // nicht verwechseln mit gesetzt! member
346 pImp->bActive = sal_False; in Construct_Impl()
420 DBG_ASSERT( !pImp->bActive, "deleting active Dispatcher" ); in ~SfxDispatcher()
763 DBG_ASSERT( !pImp->bActive, "Activate-Fehler" ); in DoActivate_Impl()
765 pImp->bActive = sal_True; in DoActivate_Impl()
852 DBG_ASSERT( pImp->bActive, "Deactivate-Fehler" ); in DoDeactivate_Impl()
853 pImp->bActive = sal_False; in DoDeactivate_Impl()
2021 if ( pImp->bActive ) in FlushImpl()
2025 if ( pImp->bActive ) in FlushImpl()
/trunk/main/sc/source/core/tool/
H A Drefreshtimer.cxx55 sal_Bool bActive = IsActive(); in SetRefreshDelay() local
56 if ( bActive && !nSeconds ) in SetRefreshDelay()
59 if ( !bActive && nSeconds ) in SetRefreshDelay()
/trunk/main/svtools/source/misc/
H A Dimap.cxx57 : bActive( false ) in IMapObject()
69 , bActive( bURLActive ) in IMapObject()
105 rOStm << bActive; in Write()
136 rIStm >> bActive; in Read()
198 ( bActive == rEqObj.bActive ) ); in IsEqual()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx356 void DrawDocShell::InPlaceActivate( sal_Bool bActive ) in InPlaceActivate() argument
358 if( !bActive ) in InPlaceActivate()
399 SfxObjectShell::InPlaceActivate( bActive ); in InPlaceActivate()
401 if( bActive ) in InPlaceActivate()
/trunk/main/sc/source/filter/inc/
H A Dexcimp8.hxx93 sal_Bool bActive; member in XclImpAutoFilterData
112 inline bool IsActive() const { return bActive; } in IsActive()
122 inline void Activate() { bActive = sal_True; } in Activate()
/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx419 bool bActive = m_pData->m_bActive; in frameAction() local
425 bActive = true; in frameAction()
430 bActive = false; in frameAction()
437 lcl_updateActive_nothrow( *m_pData, bActive ); in frameAction()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2608 const bool bActive(pA->IsSetting()); in interpretMetafile() local
2610 rPropertyHolders.Current().setLineColorActive(bActive); in interpretMetafile()
2611 if(bActive) in interpretMetafile()
2620 const bool bActive(pA->IsSetting()); in interpretMetafile() local
2622 rPropertyHolders.Current().setFillColorActive(bActive); in interpretMetafile()
2623 if(bActive) in interpretMetafile()
2932 const bool bActive(pA->IsSetting()); in interpretMetafile() local
2934 rPropertyHolders.Current().setTextLineColorActive(bActive); in interpretMetafile()
2935 if(bActive) in interpretMetafile()
3086 const bool bActive(pA->IsSetting()); in interpretMetafile() local
[all …]
/trunk/main/sd/source/ui/inc/
H A Dnavigatr.hxx73 sal_Bool IsActive() { return( (sal_Bool) bActive ); } in IsActive()
76 void SetActive( sal_Bool bOn = sal_True ) { bActive = bOn; } in SetActive()
81 sal_Bool bActive : 1; member in NavDocInfo
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx395 sal_Bool bActive = pRefUndoDoc->IsActiveScenario( nTab ); in Undo() local
396 pDoc->SetActiveScenario( nTab, bActive ); in Undo()
729 sal_Bool bActive = pDoc->IsActiveScenario(nAdjSource); in Redo() local
730 pDoc->SetActiveScenario(nNewTab, bActive ); in Redo()
1003 sal_Bool bActive = pDoc->IsActiveScenario(nTabPos); in Undo() local
1004 pRedoDoc->SetActiveScenario(nTabPos, bActive ); in Undo()
1058 sal_Bool bActive = pRedoDoc->IsActiveScenario(nTabPos); in Redo() local
1059 pDoc->SetActiveScenario(nTabPos, bActive ); in Redo()
/trunk/main/starmath/source/
H A Ddialog.cxx839 sal_Bool bActive; in SetCategory() local
847 bActive = aCatMf2Hid[nCategory][i] != 0; in SetCategory()
849 pFT->Show(bActive); in SetCategory()
850 pFT->Enable(bActive); in SetCategory()
851 pMF->Show(bActive); in SetCategory()
852 pMF->Enable(bActive); in SetCategory()
870 if (bActive) in SetCategory()
884 bActive = nCategory == 5; in SetCategory()
885 aCheckBox1.Show(bActive); in SetCategory()
886 aCheckBox1.Enable(bActive); in SetCategory()
[all …]
/trunk/main/vcl/source/window/
H A Dsplit.cxx238 sal_Bool bActive = sal_True; in ImplSplitterActive() local
247 bActive = sal_False; in ImplSplitterActive()
252 bActive = sal_False; in ImplSplitterActive()
254 return bActive; in ImplSplitterActive()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx385 bActive( sal_False ), in XclImpAutoFilterData()
637 if( bActive ) in Apply()
662 if( bActive || bCriteria) in CreateScDBData()
693 if( !bActive && bAutoOrAdvanced ) in EnableRemoveFilter()
/trunk/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx225 void AccessibleParaManager::SetActive( sal_Bool bActive ) in SetActive() argument
227 mbActive = bActive; in SetActive()
229 if( bActive ) in SetActive()
/trunk/main/sw/source/ui/inc/
H A Dinputwin.hxx68 sal_Bool bActive : 1; //fuer Hide/Show beim Dokumentwechsel member in SwInputWindow
100 sal_Bool IsActive(){ return bActive; }; in IsActive()

123