Lines Matching refs:aVisibleLayers
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()
179 mpPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in Redo()