Searched refs:bDeletable (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sd/source/ui/dlg/ |
H A D | layeroptionsdlg.cxx | 38 SdInsertLayerDlg::SdInsertLayerDlg( Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, S… in SdInsertLayerDlg() argument 66 if( !bDeletable ) in SdInsertLayerDlg()
|
H A D | sddlgfact.cxx | 442 …eSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr ) /… in CreateSdInsertLayerDlg() argument 444 …return new AbstractSdInsertLayerDlg_Impl( new SdInsertLayerDlg( pWindow, rInAttrs, bDeletable, aSt… in CreateSdInsertLayerDlg()
|
H A D | sddlgfact.hxx | 265 …ateSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr );
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | layeroptionsdlg.hxx | 59 SdInsertLayerDlg( Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr );
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 1229 sal_Bool bDeletable; in RequestingChilds() local 1231 aText, aClosedBmp, aOpenedBmp, eColorMode, bDeletable, in RequestingChilds() 1241 pNew->SetUserData(bDeletable ? &bDeletable : 0); in RequestingChilds()
|
/aoo41x/main/cui/source/options/ |
H A D | optlingu.cxx | 250 sal_Bool bChecked, sal_Bool bEditable, sal_Bool bDeletable ); 264 sal_Bool bChecked, sal_Bool bEditable, sal_Bool bDeletable ) in DicUserData() argument 270 ((sal_uLong)(bDeletable ? 1 : 0) << 10); in DicUserData() 1459 sal_Bool bDeletable = bEditable; in GetDicUserData() local 1463 bChecked, bEditable, bDeletable ).GetUserData(); in GetDicUserData()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 1250 sal_Bool bDeletable = pContType->IsDeletable() && in CreateContextMenu() local 1261 if(!bReadonly && (bEditable || bDeletable)) in CreateContextMenu() 1290 else if(bEditable || bDeletable) in CreateContextMenu() 1293 if(bEditable && bDeletable) in CreateContextMenu() 1301 else if(bDeletable) in CreateContextMenu()
|
/aoo41x/main/sd/inc/ |
H A D | sdabstdlg.hxx | 193 …eSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr ) =…
|
Completed in 64 milliseconds