Searched refs:bCanDel (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sfx2/source/inc/ |
H A D | templdgi.hxx | 175 bCanDel :1, member in SfxCommonTemplateDialog_Impl 251 virtual void EnableDel( sal_Bool b = sal_True ) { bCanDel = b; } in EnableDel() 267 inline sal_Bool CanDel( void ) const { return bCanDel; } in CanDel()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | objcont.cxx | 393 sal_Bool &bCanDel, in GetContent() argument 399 …SfxObjectShell::GetContent( rText, rClosedBitmap, rOpenedBitmap, BMP_COLOR_NORMAL, bCanDel, i, nId… in GetContent() 408 sal_Bool &bCanDel, in GetContent() argument 413 bCanDel=sal_True; in GetContent() 474 bCanDel=((pStyle->GetMask() & SFXSTYLEBIT_USERDEF) in GetContent()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 326 if( pDialog->bCanDel && KEY_DELETE == rKeyCode.GetCode()) in Notify() 902 bCanDel ( sal_False ), in SfxCommonTemplateDialog_Impl() 947 bCanDel ( sal_False ), in SfxCommonTemplateDialog_Impl() 2463 pMenu->EnableItem( ID_DELETE, bCanDel ); in CreateContextMenu()
|
Completed in 39 milliseconds