Lines Matching refs:aLayerName
335 String aLayerName = pLayer->GetName(); in get() local
338 case VISIBLE: return pSdrPageView->IsLayerVisible(aLayerName); in get()
339 case PRINTABLE: return pSdrPageView->IsLayerPrintable(aLayerName); in get()
340 case LOCKED: return pSdrPageView->IsLayerLocked(aLayerName); in get()
374 String aLayerName(pLayer->GetName()); in set() local
377 case VISIBLE: pSdrPageView->SetLayerVisible(aLayerName,flag); in set()
379 case PRINTABLE: pSdrPageView->SetLayerPrintable(aLayerName,flag); in set()
381 case LOCKED: pSdrPageView->SetLayerLocked(aLayerName,flag); in set()
547 String aLayerName; in insertNewByIndex() local
550 while( aLayerName.Len()==0 || rLayerAdmin.GetLayer( aLayerName, sal_False) ) in insertNewByIndex()
552 aLayerName = String(SdResId(STR_LAYER)); in insertNewByIndex()
553 aLayerName += String::CreateFromInt32( (sal_Int32)nLayer ); in insertNewByIndex()
560 xLayer = GetLayer (rLA.NewLayer(aLayerName,(sal_uInt16)nIndex)); in insertNewByIndex()