Home
last modified time | relevance | path

Searched refs:bFullSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfupage.cxx239 sal_Bool bFullSize = mpPage->IsMasterPage() ? in ExecuteDialog() local
242 aNewAttr.Put( SfxBoolItem( SID_ATTR_PAGE_EXT2, bFullSize ) ); in ExecuteDialog()
513 sal_Bool bFullSize = pMasterPage->IsBackgroundFullSize(); in ApplyItemSet() local
565 bFullSize = ((const SfxBoolItem*) pPoolItem)->GetValue(); in ApplyItemSet()
567 if(pMasterPage->IsBackgroundFullSize() != bFullSize ) in ApplyItemSet()
594 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in ApplyItemSet()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx769 sal_Bool bFullSize = sal_False; in setPropertyValue() local
770 if( ! ( aValue >>= bFullSize ) ) in setPropertyValue()
772 GetPage()->SetBackgroundFullSize( bFullSize ); in setPropertyValue()
1195 sal_Bool bFullSize = GetPage()->IsBackgroundFullSize(); in getPropertyValue() local
1196 aAny = Any( &bFullSize, ::getBooleanCppuType() ); in getPropertyValue()

Completed in 22 milliseconds