Home
last modified time | relevance | path

Searched refs:aProt (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx3204 SvxProtectItem aProt ( (const SvxProtectItem& )GetItemSet().Get(RES_PROTECT) ); in FillItemSet() local
3205 aProt.SetCntntProtect( aProtectContentCB.IsChecked() ); in FillItemSet()
3206 aProt.SetSizeProtect ( aProtectSizeCB.IsChecked() ); in FillItemSet()
3207 aProt.SetPosProtect ( aProtectFrameCB.IsChecked() ); in FillItemSet()
3209 aProt != *pOldItem ) in FillItemSet()
3210 bRet |= 0 != rSet.Put( aProt); in FillItemSet()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1000 String aProt( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.Package:" ) ); in _GetStreamStorageNames() local
1001 if ( 0 == aUserData.CompareTo( aProt, aProt.Len() ) ) in _GetStreamStorageNames()
1007 rStrmName = aUserData.Copy( aProt.Len() ); in _GetStreamStorageNames()
1011 xub_StrLen nPathStart = aProt.Len(); in _GetStreamStorageNames()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx2038 SvxProtectItem aProt(SID_RULER_PROTECT); in StateTabWin() local
2039 aProt.SetCntntProtect((nProtect & FLYPROTECT_CONTENT) != 0); in StateTabWin()
2040 aProt.SetSizeProtect ((nProtect & FLYPROTECT_SIZE) != 0); in StateTabWin()
2041 aProt.SetPosProtect ((nProtect & FLYPROTECT_POS) != 0); in StateTabWin()
2042 rSet.Put(aProt); in StateTabWin()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx609 …SvxProtectItem aProt ( static_cast < const :: SvxProtectItem & > ( rFromSet.Get ( RES_PROTECT ) ) … in FillBaseProperties()
611 bRet &= ((SfxPoolItem&)aProt).PutValue(*pCont, MID_PROTECT_CONTENT); in FillBaseProperties()
613 bRet &= ((SfxPoolItem&)aProt).PutValue(*pPos, MID_PROTECT_POSITION); in FillBaseProperties()
615 bRet &= ((SfxPoolItem&)aProt).PutValue(*pName, MID_PROTECT_SIZE); in FillBaseProperties()
616 rToSet.Put(aProt); in FillBaseProperties()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1042 SvxProtectItem aProt( RES_PROTECT ); in ProtectCells() local
1043 aProt.SetCntntProtect( sal_True ); in ProtectCells()
1048 GetDoc()->SetBoxAttr( *getShellCrsr( false ), aProt ); in ProtectCells()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx384 ScRefreshTimerProtector aProt( GetRefreshTimerControlAddress() ); in ~ScDocument() local
/trunk/main/autodoc/source/display/html/
H A Dpm_class.cxx97 aProt[3] = { ary::cpp::PROTECT_public, variable

Completed in 90 milliseconds