/aoo42x/main/sd/source/ui/view/ |
H A D | unmodpg.cxx | 79 SetOfByte aVisibleLayers = mpPage->TRG_GetMasterPageVisibleLayers(); in ModifyPageUndoAction() local 81 mbOldBckgrndVisible = aVisibleLayers.IsSet(aBckgrnd); in ModifyPageUndoAction() 82 mbOldBckgrndObjsVisible = aVisibleLayers.IsSet(aBckgrndObj); in ModifyPageUndoAction() 127 SetOfByte aVisibleLayers; in Undo() local 128 aVisibleLayers.Set(aBckgrnd, mbOldBckgrndVisible); in Undo() 129 aVisibleLayers.Set(aBckgrndObj, mbOldBckgrndObjsVisible); in Undo() 130 mpPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in Undo() 176 SetOfByte aVisibleLayers; in Redo() local 177 aVisibleLayers.Set(aBckgrnd, mbNewBckgrndVisible); in Redo() 178 aVisibleLayers.Set(aBckgrndObj, mbNewBckgrndObjsVisible); in Redo() [all …]
|
H A D | ViewShellImplementation.cxx | 111 SetOfByte aVisibleLayers; in ProcessModifyPageSlot() local 126 aVisibleLayers = pCurrentPage->TRG_GetMasterPageVisibleLayers(); in ProcessModifyPageSlot() 128 aVisibleLayers.SetAll(); in ProcessModifyPageSlot() 227 aVisibleLayers.Set(aBckgrnd, bBVisible); in ProcessModifyPageSlot() 228 aVisibleLayers.Set(aBckgrndObj, bBObjsVisible); in ProcessModifyPageSlot() 229 pCurrentPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in ProcessModifyPageSlot() 289 SetOfByte aVisibleLayers; in AssignLayout() local 292 aVisibleLayers.SetAll(); in AssignLayout() 294 aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in AssignLayout() 299 aRequest.AppendItem(SfxBoolItem(ID_VAL_ISPAGEBACK, aVisibleLayers.IsSet(aBackground))); in AssignLayout() [all …]
|
H A D | viewshe3.cxx | 223 SetOfByte aVisibleLayers; in CreateOrDuplicatePage() local 232 aVisibleLayers = pTemplatePage->TRG_GetMasterPageVisibleLayers(); in CreateOrDuplicatePage() 234 aVisibleLayers.SetAll(); in CreateOrDuplicatePage() 240 sal_Bool bIsPageBack = aVisibleLayers.IsSet(aBckgrnd); in CreateOrDuplicatePage() 241 sal_Bool bIsPageObj = aVisibleLayers.IsSet(aBckgrndObj); in CreateOrDuplicatePage()
|
H A D | drviews6.cxx | 705 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in FuTemp04() local 712 aVisibleLayers.Set(aLayerId, !aVisibleLayers.IsSet(aLayerId)); in FuTemp04() 713 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in FuTemp04()
|
H A D | drviewsb.cxx | 758 SetOfByte aVisibleLayers = mpActualPage->TRG_GetMasterPageVisibleLayers(); in RenameSlide() local 764 aVisibleLayers.IsSet( nBackground ), in RenameSlide() 765 aVisibleLayers.IsSet( nBgObj )); in RenameSlide()
|
H A D | drviews7.cxx | 1616 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in GetMenuState() local 1621 aVisibleLayers.IsSet(aBackgroundId))); in GetMenuState() 1623 aVisibleLayers.IsSet(aObjectId))); in GetMenuState()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 1458 SetOfByte aVisibleLayers = pActualPage->TRG_GetMasterPageVisibleLayers(); in DuplicatePage() local 1468 aVisibleLayers.IsSet(aBckgrnd), in DuplicatePage() 1469 aVisibleLayers.IsSet(aBckgrndObj)); in DuplicatePage() 1624 SetOfByte aVisibleLayers = pPreviousPage->TRG_GetMasterPageVisibleLayers(); in SetupNewPage() local 1625 aVisibleLayers.Set(aBckgrnd, bIsPageBack); in SetupNewPage() 1626 aVisibleLayers.Set(aBckgrndObj, bIsPageObj); in SetupNewPage() 1627 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in SetupNewPage()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fusumry.cxx | 134 SetOfByte aVisibleLayers = pActualPage->TRG_GetMasterPageVisibleLayers(); in DoExecute() local 153 pSummaryPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in DoExecute() 175 pNotesPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in DoExecute()
|
H A D | fuexpand.cxx | 114 SetOfByte aVisibleLayers = pActualPage->TRG_GetMasterPageVisibleLayers(); in DoExecute() local 169 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in DoExecute() 192 pNotesPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in DoExecute()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 788 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in setPropertyValue() local 789 …aVisibleLayers.Set(rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False), bVisible… in setPropertyValue() 790 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in setPropertyValue() 808 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in setPropertyValue() local 809 …aVisibleLayers.Set(rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRNDOBJ)), sal_False), bVisi… in setPropertyValue() 810 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in setPropertyValue() 1208 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in getPropertyValue() local 1209 …aAny <<= (sal_Bool)aVisibleLayers.IsSet(rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)),… in getPropertyValue() 1227 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in getPropertyValue() local 1228 …aAny <<= (sal_Bool)aVisibleLayers.IsSet(rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRNDOBJ… in getPropertyValue()
|
H A D | unomodel.cxx | 518 SetOfByte aVisibleLayers = pPreviousStandardPage->TRG_GetMasterPageVisibleLayers(); in InsertSdPage() local 519 sal_Bool bIsPageBack = aVisibleLayers.IsSet( aBckgrnd ); in InsertSdPage() 520 sal_Bool bIsPageObj = aVisibleLayers.IsSet( aBckgrndObj ); in InsertSdPage() 566 aVisibleLayers.Set(aBckgrnd, bIsPageBack); in InsertSdPage() 567 aVisibleLayers.Set(aBckgrndObj, bIsPageObj); in InsertSdPage() 568 pStandardPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in InsertSdPage()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | LayoutMenu.cxx | 587 SetOfByte aVisibleLayers (pPage->TRG_GetMasterPageVisibleLayers()); in CreateRequest() local 593 SfxBoolItem(ID_VAL_ISPAGEBACK, aVisibleLayers.IsSet(aBackground))); in CreateRequest() 597 aVisibleLayers.IsSet(aBackgroundObject))); in CreateRequest()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSlotManager.cxx | 984 SetOfByte aVisibleLayers = pPageToRename->TRG_GetMasterPageVisibleLayers(); in RenameSlideFromDrawViewShell() local 989 aVisibleLayers.IsSet( nBackground ), in RenameSlideFromDrawViewShell() 990 aVisibleLayers.IsSet( nBgObj )); in RenameSlideFromDrawViewShell()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 1544 SetOfByte aVisibleLayers = pPage->TRG_GetMasterPageVisibleLayers(); in ImportPageEffect() local 1545 aVisibleLayers.Set(mnBackgroundObjectsLayerID, sal_False); in ImportPageEffect() 1546 pPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in ImportPageEffect()
|