Searched refs:aBckgrnd (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sd/source/ui/view/ |
H A D | unmodpg.cxx | 77 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in ModifyPageUndoAction() local 81 mbOldBckgrndVisible = aVisibleLayers.IsSet(aBckgrnd); in ModifyPageUndoAction() 125 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in Undo() local 128 aVisibleLayers.Set(aBckgrnd, mbOldBckgrndVisible); in Undo() 174 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in Redo() local 177 aVisibleLayers.Set(aBckgrnd, mbNewBckgrndVisible); in Redo()
|
H A D | ViewShellImplementation.cxx | 109 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in ProcessModifyPageSlot() local 225 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in ProcessModifyPageSlot() 227 aVisibleLayers.Set(aBckgrnd, bBVisible); in ProcessModifyPageSlot()
|
H A D | viewshe3.cxx | 221 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in CreateOrDuplicatePage() local 240 sal_Bool bIsPageBack = aVisibleLayers.IsSet(aBckgrnd); in CreateOrDuplicatePage()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc2.cxx | 1456 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in DuplicatePage() local 1468 aVisibleLayers.IsSet(aBckgrnd), in DuplicatePage() 1622 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in SetupNewPage() local 1625 aVisibleLayers.Set(aBckgrnd, bIsPageBack); in SetupNewPage()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 500 sal_uInt8 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in InsertSdPage() local 519 sal_Bool bIsPageBack = aVisibleLayers.IsSet( aBckgrnd ); in InsertSdPage() 564 aBckgrnd = rLayerAdmin.GetLayerID(String(SdResId(STR_LAYER_BCKGRND)), sal_False); in InsertSdPage() 566 aVisibleLayers.Set(aBckgrnd, bIsPageBack); in InsertSdPage()
|
Completed in 62 milliseconds