Home
last modified time | relevance | path

Searched refs:bItemValue (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx580 sal_Bool bItemValue = static_cast< const SfxBoolItem*>(pItem)->GetValue(); in SetOptions_Impl() local
582 aSaveOptions.SetUseSHA1InODF12( !bItemValue ); in SetOptions_Impl()
583 aSaveOptions.SetUseBlowfishInODF12( !bItemValue ); in SetOptions_Impl()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx543 sal_Bool bItemValue = ((const SfxBoolItem*)pItem)->GetValue(); in Execute() local
544 bWantPageBreak = (nSlot == FID_PAGEBREAKMODE) == bItemValue; in Execute()

Completed in 29 milliseconds