Searched defs:nLayerNum (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | ReportUndoFactory.cxx | 128 SdrUndoAction* OReportUndoFactory::CreateUndoNewLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLaye… in CreateUndoNewLayer() 133 SdrUndoAction* OReportUndoFactory::CreateUndoDeleteLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewL… in CreateUndoDeleteLayer() 138 SdrUndoAction* OReportUndoFactory::CreateUndoMoveLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLay… in CreateUndoMoveLayer()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdundo.hxx | 568 SdrUndoNewLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayerAdmin, SdrModel& rNewModel) in SdrUndoNewLayer() 588 SdrUndoDelLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayerAdmin, SdrModel& rNewModel) in SdrUndoDelLayer() 610 …SdrUndoMoveLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayerAdmin, SdrModel& rNewModel, sal_uIn… in SdrUndoMoveLayer()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv.cxx | 225 sal_uInt16 nLayerNum(rLA.GetLayerPos(pLayer)); in DeleteLayer() local 310 sal_uInt16 nLayerNum=rLA.GetLayerPos(pLayer); in MoveLayer() local
|
H A D | svdundo.cxx | 1400 SdrUndoLayer::SdrUndoLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayerAdmin, SdrModel& rNewModel… in SdrUndoLayer() 1903 SdrUndoAction* SdrUndoFactory::CreateUndoNewLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayerAdm… in CreateUndoNewLayer() 1908 SdrUndoAction* SdrUndoFactory::CreateUndoDeleteLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayer… in CreateUndoDeleteLayer() 1913 SdrUndoAction* SdrUndoFactory::CreateUndoMoveLayer(sal_uInt16 nLayerNum, SdrLayerAdmin& rNewLayerAd… in CreateUndoMoveLayer()
|
Completed in 61 milliseconds