Searched refs:bProt (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 349 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 D | drawview.cxx | 100 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()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 634 sal_Bool bProt = sal_True; in IsInProtectTable() local 642 if( 0 == ( bProt = pCNd->IsProtect() )) in IsInProtectTable() 645 } while( bProt ); in IsInProtectTable() 648 if( !bProt ) // eine freie Zelle gefunden in IsInProtectTable() 680 bProt = sal_False; // Index steht jetzt auf einem ContentNode in IsInProtectTable() 695 sal_Bool bProt = sal_True; in IsInProtectTable() local 703 if( 0 == ( bProt = pCNd->IsProtect() )) in IsInProtectTable() 706 } while( bProt ); in IsInProtectTable() 709 if( !bProt ) // eine freie Zelle gefunden in IsInProtectTable() 740 bProt = sal_False; // Index steht jetzt auf einem ContentNode in IsInProtectTable()
|
/trunk/main/svx/inc/svx/ |
H A D | svdobj.hxx | 1004 void SetMarkProtect(sal_Bool bProt) { bMarkProt=bProt; } in SetMarkProtect() argument 1010 void SetMoveProtect(sal_Bool bProt); 1012 void SetResizeProtect(sal_Bool bProt);
|
/trunk/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 2713 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()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 1279 sal_Bool bProt =pActiveShell->HasTblAnyProtection( &sTblName, &bFull ); in CreateContextMenu() local 1281 pSubPop4->EnableItem(404, bProt ); in CreateContextMenu()
|
Completed in 85 milliseconds