Home
last modified time | relevance | path

Searched refs:bProt (Results 1 – 6 of 6) sorted by last modified time

/trunk/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()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx1004 void SetMarkProtect(sal_Bool bProt) { bMarkProt=bProt; } in SetMarkProtect() argument
1010 void SetMoveProtect(sal_Bool bProt);
1012 void SetResizeProtect(sal_Bool bProt);
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1279 sal_Bool bProt =pActiveShell->HasTblAnyProtection( &sTblName, &bFull ); in CreateContextMenu() local
1281 pSubPop4->EnableItem(404, bProt ); in CreateContextMenu()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx634 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/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()

Completed in 67 milliseconds