Home
last modified time | relevance | path

Searched refs:bProt (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Dtabview5.cxx349 sal_Bool bProt = aViewData.GetDocument()->IsTabProtected( nTab ) || in UpdateLayerLocks() local
357 pDrawView->SetLayerLocked( pLayer->GetName(), bProt || !bEx || bShared ); in UpdateLayerLocks()
363 pDrawView->SetLayerLocked( pLayer->GetName(), bProt || bShared ); in UpdateLayerLocks()
366 pDrawView->SetLayerLocked( pLayer->GetName(), bProt || bShared ); in UpdateLayerLocks()
370 pDrawView->SetLayerLocked( pLayer->GetName(), bProt || bShared ); in UpdateLayerLocks()
H A Ddrawview.cxx100 sal_Bool bProt = pDoc->IsTabProtected( nViewTab ) || in Construct() local
107 SetLayerLocked( pLayer->GetName(), bProt || !bEx ); in Construct()
114 SetLayerLocked( pLayer->GetName(), bProt ); in Construct()
119 SetLayerLocked( pLayer->GetName(), bProt ); in Construct()
123 SetLayerLocked( pLayer->GetName(), bProt ); in Construct()
/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx622 sal_Bool bProt = sal_True; in IsInProtectTable() local
630 if( 0 == ( bProt = pCNd->IsProtect() )) in IsInProtectTable()
633 } while( bProt ); in IsInProtectTable()
636 if( !bProt ) // eine freie Zelle gefunden in IsInProtectTable()
668 bProt = sal_False; // Index steht jetzt auf einem ContentNode in IsInProtectTable()
683 sal_Bool bProt = sal_True; in IsInProtectTable() local
691 if( 0 == ( bProt = pCNd->IsProtect() )) in IsInProtectTable()
694 } while( bProt ); in IsInProtectTable()
697 if( !bProt ) // eine freie Zelle gefunden in IsInProtectTable()
728 bProt = sal_False; // Index steht jetzt auf einem ContentNode in IsInProtectTable()
/aoo41x/main/svx/inc/svx/
H A Dsvdobj.hxx1012 void SetMarkProtect(sal_Bool bProt) { bMarkProt=bProt; } in SetMarkProtect() argument
1018 void SetMoveProtect(sal_Bool bProt);
1020 void SetResizeProtect(sal_Bool bProt);
/aoo41x/main/svx/source/svdraw/
H A Dsvdobj.cxx2713 void SdrObject::SetMoveProtect(sal_Bool bProt) in SetMoveProtect() argument
2715 if(IsMoveProtect() != bProt) in SetMoveProtect()
2718 bMovProt = bProt; in SetMoveProtect()
2724 void SdrObject::SetResizeProtect(sal_Bool bProt) in SetResizeProtect() argument
2726 if(IsResizeProtect() != bProt) in SetResizeProtect()
2729 bSizProt = bProt; in SetResizeProtect()
/aoo41x/main/sw/source/ui/utlui/
H A Dcontent.cxx1285 sal_Bool bProt =pActiveShell->HasTblAnyProtection( &sTblName, &bFull ); in CreateContextMenu() local
1287 pSubPop4->EnableItem(404, bProt ); in CreateContextMenu()

Completed in 149 milliseconds