Searched refs:bFullSize (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sd/source/ui/func/ |
H A D | fupage.cxx | 239 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()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 769 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 36 milliseconds